Skip to content

Releases: dotnetcore/BootstrapBlazor

v9.10.0

29 Aug 01:23
c5606b1
Compare
Choose a tag to compare

Release 2025-8-29 V9.10.0

Break changes

Bugs

Features

Documentations

  • doc(MaskOption): update ZIndex documentation by @ArgoZhang in #6675
  • doc(FilterBase): update OnFilterAsync documentation by @ArgoZhang in #6677
  • doc(EditorForm): add IsDisplay parameter documentation by @ArgoZhang in #6679
  • doc(ITcpSocketClient): update SetDataPackageAdapter documentation by @ArgoZhang in #6681
  • doc(Table): update EditDialogIsDraggable documentation by @ArgoZhang in #6683
  • doc(ITcpSocketClient): update AddDataPackageAdapter documentation by @ArgoZhang in #6686
  • doc(BaiduOcr): add config documentation by @ArgoZhang in #6690
  • doc(Localization): add Ukrainian (uk-UA) localization file by @ArgoZhang in #6695

New Contributors

Full Changelog: v9.9.3...v9.10.0

v9.9.3

21 Aug 09:31
dd729e2
Compare
Choose a tag to compare

Release 2025-8-21 V9.9.3

Break changes

Bugs

Features

New Contributors

Full Changelog: v9.9.2...v9.9.3

v9.9.2

13 Aug 01:24
2040c95
Compare
Choose a tag to compare

Release 2025-8-13 V9.9.2

Break changes

Bugs

  • fix(Card): missing style html attribute by @ArgoZhang in #6559
  • fix(Table): update style for ScrollingDialogContent by @ArgoZhang in #6577
  • fix(DateTimePicker): width overflow when set ViewMode to DateTime by @ArgoZhang in #6590

Features

Documentation

Others

New Contributors

Full Changelog: v9.9.1...v9.9.2

v9.9.1

05 Aug 06:17
5529bd5
Compare
Choose a tag to compare

Release 2025-8-5 V9.9.1

Break changes

Bugs

Features

Documentation

New Contributors

Full Changelog: v9.9.0...v9.9.1

v9.9.0

31 Jul 05:16
22a2212
Compare
Choose a tag to compare

Release 2025-7-31 V9.9.0

Break changes

Bugs

  • fix(MultiSelectGeneric): update value when bind-Value changed by @ArgoZhang in #6505
  • fix(Message): should clear when use same option by @ArgoZhang in #6513

Features

Documentation

New Contributors

Full Changelog: v9.8.2...v9.9.0

v9.8.2

24 Jul 05:01
6b73e28
Compare
Choose a tag to compare

Release 2025-7-24 V9.8.2

Break changes

Bugs

  • fix(DateTimePicker): can't clear value when set MinValue by @ArgoZhang in #6428
  • fix(TabItem): layout OnErrorHandleAsync callback not work on tab item by @ArgoZhang in #6461
  • fix(FlipClock): should update digit after switch visible by @ArgoZhang in #6473

Features

  • feat(ISocketDataPropertyConverter): add ISocketDataPropertyConverter interface by @ArgoZhang in #6422
  • feat(HtmlToPdf): add support to ARM browsers by @ArgoZhang in #6438
  • feat(LoadMore): add LoadMore component by @nhren in #6436
  • feat(DockView): upgrade docview.js to 4.5.0 by @ArgoZhang in #6453
  • feat(Localization): add ru-RU localization file by @ArgoZhang in #6455
  • feat(Topolopy): upgrade meta2d.js to 1.0.88 by @ArgoZhang in #6459
  • feat(ISocketDataConverter): add ConfigureSocketDataConverters method by @ArgoZhang in #6463
  • feat(Collapse): redesign HeaderTemplate function by @ArgoZhang in #6467
  • feat(FontAwesome): uprade font awesome to 7.0.0 by @ArgoZhang in #6480
  • feat(FluentSystemIcons): add microsoft fluent free icon set by @ArgoZhang in #6483
  • feat(TableToolbarButton): add IsOutline parameter by @ArgoZhang in #6486

Documentation

New Contributors

Full Changelog: v9.8.1...v9.8.2

v9.8.1

15 Jul 02:25
4fffebd
Compare
Choose a tag to compare

Release 2025-7-15 V9.8.1

Break changes

  • refactor(Select): rename IsUseActiveWhenValueIsNull parameter by @ArgoZhang in #6390

Bugs

  • fix(Search): DisplayText needs to be shown on first load by @yacper in #6351
  • fix(Progress): culture causes decimal points to be changed to commas by @ArgoZhang in #6362
  • fix(MultiselectGeneric): two-way binding not working by @ArgoZhang in #6370
  • fix(Table): UI not refreshed after save when set ScrollMode to Virtual by @ArgoZhang in #6397

Features

Performance

  • pef(Upload): add bufferSize parameter for improve save file performance by @ArgoZhang in #6314

Documentation

Full Changelog: v9.8.0...v9.8.1

v9.8.0

01 Jul 05:27
a408e98
Compare
Choose a tag to compare

Release 2025-7-1 V9.8.0

Break changes

Bugs

  • fix(Tab): should not rerender tabitem after close by @ArgoZhang in #6294
  • fix(Table): unsupported filter data type cause filter icon misalignment by @ArgoZhang in #6298
  • fix(EnumFilter): use first item as default value when value is null by @ArgoZhang in #6334
  • fix(BoolFilter): use first item as default value when value is null by @ArgoZhang in #6336
  • fix(LookupFilter): use first item as default value when value is null by @ArgoZhang in #6338
  • fix(Dialog): not trigger OnCloseAsync multiple dialog by @ArgoZhang in #6339

Features

Performance

  • pef(Upload): add bufferSize parameter for improve save file performance by @ArgoZhang in #6314

Documentation

Full Changelog: v9.7.4...v9.8.0

v9.7.4

24 Jun 03:30
3a3b8cc
Compare
Choose a tag to compare

Release 2025-6-24 V9.7.4

Break changes

Bugs

  • fix(OtpInput): should show mask char in readonly/disabled status by @ArgoZhang in #6212
  • fix(Tab): add OrdinalIgnoreCase parameter compatible locales by @ArgoZhang in #6215
  • fix(Select): trigger OnSelectedItemsChanged after clear by @ArgoZhang in #6234
  • fix(Table): update table column order in OnColumnCreating not work by @yacper in #6242

Features

Performance

Documentation

New Contributors

Full Changelog: v9.7.3...v9.7.4

v9.7.3

11 Jun 09:49
80ef545
Compare
Choose a tag to compare

Release 2025-6-11 V9.7.3

Break changes

Bugs

Features

  • revert(Bootstrap): revert dynamic load bootstrap module by @ArgoZhang in #6205

Extensions

Documentation

  • doc(IpLocator): add WebClientOptions usage documentation by @ArgoZhang in #6208

Full Changelog: v9.7.1...v9.7.3