Skip to content

1.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@capdiem capdiem released this 15 Jun 09:48
· 183 commits to main since this release
aaaff07

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