1.0.0-rc.4
Pre-release
Pre-release
What's Changed
- docs: Support for dark theme by @capdiem in #406
- refactor(NavigationManangerExtensions): Remove an extension method and expose one by @capdiem in #409
- π feat(ListItem): Add OnClickStopPropagation and OnClickPreventDefault by @capdiem in #408
- β¬ chore: Upgrade Microsoft.AspNetCore.Components.Web to 6.0.0 by @capdiem in #407
- π fix(Icon): Multiple components use the tag 'BIcon' by @capdiem in #410
- π fix(DataTable): sort icon error when header align was end by @capdiem in #417
- π fix(SlideGroup): arrows shaking by @capdiem in #416
- π fix(Select):
TextColor
doesn't work by @capdiem in #415 - π fix(StepperContent): Incorrect height calculation by @capdiem in #414
- π feat(i18n): add CultureChanged event by @capdiem in #413
- π feat(SystemBar): implement the ITransitionIf by @capdiem in #412
- π fix(Select): Item is not null in some cases by @capdiem in #411
- refactor(PopupProvider): add nullable by @capdiem in #419
- β‘ refactor(Rating): Improves the performance by @capdiem in #418
- π₯ feat(Overlay): hide the scroll bar when the overlay shows by @capdiem in #420
- feat(Input): add FocusAsync method by @capdiem in #421
- π fix(DataTable): some parameters are missing setters by @capdiem in #422
- π feat: Support for base css name when using CssProvider by @capdiem in #423
- π feat(Input): add the BlurAsync public method by @capdiem in #424
- π feat(MarkdownIt): support for task list by @capdiem in #425
- π fix(Input): TValue? -> TValue by @capdiem in #427
- β‘ refactor(Tabs): no need to render the empty tabs items element by @capdiem in #426
- π feat(Stepper): support for lazy loading the DOM and
Eager
feature by @capdiem in #429 - π feat(ExpansionPanel): support for lazy loading the DOM of content by @capdiem in #428
- π feat(Bootable): add
Eager
to force rendering Dom of content by @capdiem in #430 - β» refactor(input-jsinterop): refactor the input JS interop by @capdiem in #431
- π fix(NavigationDrawer):
Value=false
doesn't work by @capdiem in #432 - π fix(Tabs): The width of the slider may not be scrollWidth by @capdiem in #433
Full Changelog: 1.0.0-rc.2...1.0.0-rc.4