Skip to content

0.6.0-rc.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@capdiem capdiem released this 25 Oct 04:47
· 1105 commits to main since this release
15e40af
  • 🎬 DOCS(MobileTimePicker): format time with 'HH:mm:ss' by @capdiem in #709
  • πŸ› FIX(NavigationDrawer): nested navigation will affect each other by @capdiem in #711
  • ⚑ REFACTOR: simplify the dom struct and rename CascaderList to CascaderColumn by @capdiem in #715
  • 🎬 DOCS(MobilePickerView): Update the demos by @capdiem in #716
  • β™» REFACTOR: use InvokeAsync at the event of timer by @capdiem in #717
  • πŸ› FIX(Cron): cannot get timezone in wasm by @capdiem in #718
  • 🎬 DOCS(DataTable): Update the demos by @capdiem in #721
  • FIX(Select): disabling the Items parameter always notifies the change by @capdiem in #720
  • 🎬 DOCS(Cascader): update the LoadChildren demo by @capdiem in #727
  • πŸ› FIX(Slider): value update did not trigger internalValue update by @capdiem in #736
  • πŸ“ DOCS: Update README.md by @capdiem in #737
  • πŸ› FIX(Slider): slider can change values without focusing by @capdiem in #739
  • πŸ› fix(MobileCascader): scrollbar not displayed when there is too much data by @capdiem in #743
  • Fix(form):fix form parseFormValidation by @15168440402 in #741
  • πŸ”§ chore: update nuget sepc by @capdiem in #744
  • fix(NavigationDrawer): fail to udpate application when MiniVariant changed by @capdiem in #740
  • πŸ› fix(DataIterator): Value failed to update if ValueChanged not defined by @capdiem in #742
  • πŸ› fix(Form): multi level fluent validator doesn't work by @capdiem in masastack/BlazorComponent#236