Skip to content

Releases: dotnetcore/BootstrapBlazor

v9.1.8

23 Dec 06:31
5ca7516
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v8.11.0

27 Oct 11:11
c7be111
Compare
Choose a tag to compare

Release 2024-10-28 V8.11.0

Bugs

  • fix(Table): missing border style when set FixColumn to true by @ArgoZhang in #4554

Features

Documentation

New Contributors

Full Changelog: v8.10.4...v8.11.0

v8.10.4

21 Oct 09:32
259b6f2
Compare
Choose a tag to compare

Release 2024-10-21 V8.10.4

Bugs

Features

Documentation

New Contributors

Full Changelog: v8.10.2...v8.10.4

v8.10.2

11 Oct 03:26
0b7fe8a
Compare
Choose a tag to compare

Release 2024-10-11 V8.10.2

Bugs

Features

  • feat(DateTimePicker): support customize disabled date by @izanhzh in #4304
  • feat(Table): add CreateSearchModelCallback parameter by @ArgoZhang in #4384
  • feat(WebClientService): make client info id consistent with webclient id by @ArgoZhang in #4385
  • feat(SignaturePad): remove css isolation by @ArgoZhang in #4392
  • feat(Topology): remove css isoloation by @ArgoZhang in #4396
  • feat(ThemeProvider): support auto mode by @j4587698 in #4400
  • feat(Table): IsKeepSelectedRows effect in add method by @ArgoZhang in #4414
  • feat(DropdownWidget): add OnItemShown/CloseAsync parameter by @ArgoZhang in #4419
  • feat(ColorPicker): support IsSupportOpacity toggle by @ArgoZhang in #4423
  • feat(AutoComplete): add OnBlurAsync parameter by @ArgoZhang in #4406
  • feat(DateTimePicker): update cache when click year button by @ArgoZhang in #4381
  • feat(ValidateForm): support validate multiple validate form by @ArgoZhang in #4382

Documentation

New Contributors

Full Changelog: v8.10.1...v8.10.2

v8.10.1

27 Sep 08:32
10b6629
Compare
Choose a tag to compare

Release 2024-9-27 V8.10.1

Bugs

  • fix(PopConfirmButton): can't remove pop in table extension button by @ArgoZhang in #4356
  • fix(ValidateForm): validate all validation from MetadataType by @AiYuZhen in #4360
  • fix(Table): IsDisabled parameter not work in Toolbar on gear mode by @ArgoZhang in #4362
  • fix(DateTimePicker): body defaulting to current month by @eramosr16 in #4357

Features

  • feat(Dialog): support call show OnAfterRender lifecycle by @ArgoZhang in #4343
  • feat(TreeView): support keyboard shortcut by @ArgoZhang in #4345
  • feat(TreeView): add ScrollIntoViewOptions parameter by @ArgoZhang in #4349
  • feat(TreeView): support toggle node by ArrowLeft/Right by @ArgoZhang in #4351
  • feat(ListGroup): item template support click callback by @ArgoZhang in #4370

Documentation

Full Changelog: v8.9.3...v8.10.1