Skip to content

Releases: dotnetcore/BootstrapBlazor

v9.2.8

20 Jan 08:28
e0f6516

Choose a tag to compare

## Release 2025-01-20 V9.2.8

What's Changed

Bugs

  • fix(Tabs): remove height 100% style by @ArgoZhang in #5105
  • fix(CacheManager): GetJsonStringByTypeName prevent throw ArgumentNull exception by @densen2014 in #5106
  • fix(Cascader): should display Empty after click Clearable button by @ArgoZhang in #5128

Features

Docs

Full Changelog: v9.2.7...v9.2.8

v9.2.7

13 Jan 03:35
ae7d91b

Choose a tag to compare

## Release 2025-01-13 V9.2.7

What's Changed

Bugs

  • fix(Markdown): switch route after markdown trigger javascript error by @ArgoZhang in #5046
  • fix(Layout): add media query for overflow style by @ArgoZhang in #5051
  • fix(Table): use request.Count parameter on virtualize mode by @densen2014 in #5089

Features

Docs

Full Changelog: v9.2.4...v9.2.7

v9.2.4

06 Jan 02:53
8407fc6

Choose a tag to compare

Release 2025-1-6 V9.2.4

Break changes

  • refactor(ITableColumn): add nullable mark for Formatter parameter by @ArgoZhang in #5030

Bugs

  • fix(ModalDialog): overflow top when set IsDraggable to true by @ArgoZhang in #4995
  • fix(SelectTree): shoud set the default active node by Value on first render by @ArgoZhang in #5004
  • fix(Select): ShowSearch not work when set IsVirtualize to true by @ArgoZhang in #5022
  • fix(BootstrapInputNumber): throw exception when NumberDecimalSeparator is comma by @ArgoZhang in #5028
  • fix(Select): enter keydown event not work by @ArgoZhang in #5032

Features

Performance

  • perf(AutoComplete): redesign for improve performance by @ArgoZhang in #4973
  • perf(RequiredValidator): call GetLocalizerErrorMessage after validate failed by @AiYuZhen in #4996
  • perf(LocalizerString): use FrozenSet improve performance by @ArgoZhang in #5034

Documentation

Full Changelog: v9.2.0...v9.2.4

v9.2.0

30 Dec 01:48
44afc80

Choose a tag to compare

Release 2024-12-30 V9.2.0

Break changes

Bugs

Features

Performance

Documentation

What's Changed

Full Changelog: v9.1.8...v9.2.0

v9.1.8

23 Dec 06:31
5ca7516

Choose a tag to compare

Release 2024-12-23 V9.1.8

Break changes

Bugs

Features

  • feat(SelectTree): add IsReset parameter by @tiansfather in #4863
  • feat(SelectTable): support auto fill when collapse search panel by @ArgoZhang in #4881
  • feat(GotoTop): support IsFixedTabHeader layout component by @ArgoZhang in #4883
  • feat(GotoTop): add ScrollBehavior parameter by @ArgoZhang in #4885
  • feat(TableColumn): remove Formatter on TableColumn by @ArgoZhang in #4892
  • feat(Select): add LookupService parameter by @ArgoZhang in #4898
  • feat(CheckboxListGeneric): add CheckboxListGeneric component by @ArgoZhang in #4905
  • feat(RadioListGeneric): support generic SelectedItem by @tiansfather in #4859
  • feat(RadioListGeneric): implement RadioListGeneric component by @A5196060 in #4908
  • feat(Compact): add DevUI compact style file by @ArgoZhang in #4919
  • feat(Display): support LookupService method GetItemsByKeyAsync by @ArgoZhang in #4924
  • feat(Table): render tooltip support LookupService GetItemByKeyAsync by @ArgoZhang in #4926
  • feat(Select): support Items from LookupService by @ArgoZhang in #4928

Performance

Documentation

New Contributors

Full Changelog: v9.1.4...v9.1.8

v9.1.4

16 Dec 00:48
a759930

Choose a tag to compare

Release 2024-12-16 V9.1.4

Break changes

Bugs

  • bug(DialogCloseButton): missing theme button icon by @ArgoZhang in #4809
  • fix(Table): not trigger OnAfterCancelSaveAsync on EditForm/InCell mode by @ArgoZhang in #4817
  • fix(TryConvertTo): add CurrentCulture parameter by @ArgoZhang in #4820
  • fix(Select): add composition support by @ArgoZhang in #4847
  • fix(Dropdown): not show dropdown menu after toggle IsDisabled parameter by @ArgoZhang in #4848

Features

Performance

Documentation

New Contributors

Full Changelog: v9.1.2...v9.1.4

v9.1.2

10 Dec 00:38
efc7c4a

Choose a tag to compare

Release 2024-12-10 V9.1.2

Break changes

Bugs

Features

Performance

Documentation

Full Changelog: v9.1.0...v9.1.2

v9.1.0

02 Dec 01:42
b9869e9

Choose a tag to compare

Release 2024-12-01 V9.1.0

Break changes

Bugs

  • fix(Table): ItemChangedType doesn't pass correct value to EditTemplate on Drawer mode by @ArgoZhang in #4750
  • fix(Layout): update width style for layout by @ArgoZhang in #4759

Features

Peformance

Documentation

Full Changelog: v9.0.1...v9.1.0

v9.0.1

25 Nov 00:31
d0c4d9a

Choose a tag to compare

Release 2024-11-25 V9.0.1

Break changes

Bugs

  • fix(JsonStringLocalizer): add type check prevent endless loop by @izanhzh in #4653
  • fix(ModalDialog): not shown after close previous window when set IsDraggable and IsCenter to true by @ArgoZhang in #4663
  • fix(Widget): throw exception when dispose by @ArgoZhang in #4665
  • fix(Checkbox): not trigger OnStateChanged callback when set TValue to bool by @ArgoZhang in #4667
  • fix(Select): padding incorrect when validating success compatible RTL by @ArgoZhang in #4692

Features

Documentation

New Contributors

Full Changelog: v9.0.0...v9.0.1

v9.0.0

15 Nov 00:50
573ed26

Choose a tag to compare

Release 2024-11-13 V9.0.0

Bugs

  • fix(SelectTable): validate component shoud be skip validate in search panel by @ArgoZhang in #4580
  • fix(AutoComplete): click event also trigger focus event by @ArgoZhang in #4588
  • fix(WinBox): body should be compatible with dark mode by @ArgoZhang in #4595
  • fix(Table): missing scroll after toggle CardView mode by @ArgoZhang in #4600
  • fix(TableColumn): ShownWithBreakPoint not work well with Fixed by @ArgoZhang in #4601
  • fix(Table): throw exception when click delete button in table row by @ArgoZhang in #4625
  • fix(AutoFill): support numberpad enter key by @ArgoZhang in #4634
  • fix(FullScreenButton): update fullscreen state icon by @ArgoZhang in #4642

Features

Documentation

New Contributors

  • @qodana-cloud made their first contribution in #4610