Releases: masastack/BlazorComponent
Releases · masastack/BlazorComponent
1.0.0-rc.5
What's Changed
- feat: RTL is fully supported by @capdiem in #435
- fix(Element): use the wrong close method by @capdiem in #436
- fix(Checkbox): assign Value after a delay of 10ms may not work by @capdiem in #437
- fix(DefaultsProvider): doesn't work when setting defaults for component has generic type by @capdiem in #438
Full Changelog: 1.0.0-rc.4...1.0.0-rc.5
1.0.0-rc.4
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
1.0.0-rc.2
What's Changed
- feat(Icon): Support for custom icon set by @capdiem in #393
- feat: add PreventRenderingUntil methods by @capdiem in #394
- feat(Alert): enable nullable and add api-default-value by @capdiem in #395
- fix(I18n): key should not be treated as a nested key if it contains spaces by @capdiem in #396
- refactor: support for nullable by @capdiem in #397
- fix(InfiniteScroll): parent ref from MainLayout doesn't work by @capdiem in #400
- feat(Icon): support for setting attributes of SVG by @capdiem in #398
- fix(Input): The default value judgment fails when TValue is a value type by @capdiem in #399
- fix(DataTable): HeaderColContent doesn't work on mobile by @capdiem in #401
- refactor(Button): Rename StopPropagation to OnClickStopPropagation by @capdiem in #402
- fix(MarkdownIt): OnTocParsed doesn't work if AnchorOptions is null by @capdiem in #403
- fix(DataTable): group text and column name no correct when grouping by @capdiem in #404
- refactor: refactor InfiniteScroll component by @capdiem in #405
Full Changelog: 1.0.0-rc.1...1.0.0-rc.2
1.0.0-rc.1
1.0.0-preview.19
What's Changed
Full Changelog: 1.0.0-preview.18...1.0.0-preview.19
1.0.0-preview.18
What's Changed
- fix: Nulls in Dimensions.Content by @wzh425 in #390
- fix(Dialog): UpdateDependentElements until OutsideClickJSModule was initialized by @capdiem in #391
Full Changelog: 1.0.0-preview.17...1.0.0-preview.18
1.0.0-preview.17
What's Changed
- fix(Dialog): Clicking the menu of autocomplete sometimes closes the dialog by @capdiem in #388
- fix(Menu): NullReferenceException by @capdiem in #389
Full Changelog: 1.0.0-preview.16...1.0.0-preview.17
1.0.0-preview.16
What's Changed
- refactor(i18n): Use
AddMasaBlazor
to set default culture instead of '$DefaultCulture' by @capdiem in #380 - feat(DataTable): click, dbclick and contextmenu supports on Row by @capdiem in #381
- fix(Hover): wrong style cursor:point by @capdiem in #382
- fix(AddBlazorComponent): lack of a non-null judgment by @capdiem in #384
- fix(Breadcrumbs): enumeration operation may not execute. by @capdiem in #383
- fix(Menu): Disabled to false doesn't work by @capdiem in #385
- fix(TextField): format 0123 to 123 when type is
number
by @capdiem in #386 - refactor(DataTable): Updates for nullable feature by @capdiem in #387
Full Changelog: 1.0.0-preview.15...1.0.0-preview.16
1.0.0-preview.15
What's Changed
- fix: init i18 consistency problem by @MapleWithoutWords in #379
Full Changelog: 1.0.0-preview.14...1.0.0-preview.15
1.0.0-preview.14
What's Changed
- fix(Input): Assigning Value doesn't update the state of the InternalValue by @capdiem in #377
- feat(MonacoEditor): Add onDidChangeModelContent event by @codding-y in #378
Full Changelog: 1.0.0-preview.13...1.0.0-preview.14