Skip to content

Releases: dotnetcore/BootstrapBlazor

v9.4.6

05 Mar 09:50
5ddb33d
Compare
Choose a tag to compare

Release 2025-3-5 V9.4.6

Break changes

Bugs

  • fix(AjaxService): update ToJson default value to true by @ArgoZhang in #5457
  • fix(SelectObject): should not override IsRequired method by @ArgoZhang in #5464
  • fix(AutoComplete): OnEnterAsync/OnEscAsync not work by @ArgoZhang in #5474
  • fix(AutoComplete): trigger onBlur when clicking outside by @ArgoZhang in #5476
  • fix(AutoComplete): trigger OnValueChanged when the Value changed by @ArgoZhang in #5485
  • fix(Collapse): handle accordion mode by collapsing other items when one is expanded by @ArgoZhang in #5514
  • fix(AutoComplete): can't collapse the dropdown menu sometimes by @ArgoZhang in #5528

Features

  • feat(UniverSheet): add UniverSheet component by @ArgoZhang in #5463
  • feat(DialButtonItem): add ChildContent parameter by @ArgoZhang in #5466
  • feat(ModalDialog): add constraints between parameters by @ArgoZhang in #5471
  • feat(BootstrapBlazorOutlet): add BootstrapBlazorOutlet component by @ArgoZhang in #5482
  • feat(registerBootstrapBlazorModule ): add registerBootstrapBlazorModule in utility by @ArgoZhang in #5487
  • feat(ObjectExtensions): add CreateInstanceWithCascade extension method by @ArgoZhang in #5491
  • feat(ListView): support IsTriggerByPagination parameter by @ArgoZhang in #5513
  • feat(DialogOption): add IsFade parameter by @ArgoZhang in #5518
  • feat(Table): add IsAutoInitializeModelProperty parameter control create instance logic by @ArgoZhang in #5530

Performance

  • perf(IFrame): improve performance and reduce rendering time by @ArgoZhang in #5522

Documentation

Full Changelog: v9.4.0...v9.4.5

v9.4.0

27 Feb 02:12
441532b
Compare
Choose a tag to compare

Release 2025-2-27 V9.4.0

Break changes

Bugs

  • fix(Modal): use TrySetResult prevent throw exception by @ArgoZhang in #5222
  • fix(DriverJs): the PrevBtnText NextBtnTetxt not working by @ArgoZhang in #5288
  • fix(Table): toast popup delay parameter should be use global setting by @ArgoZhang in #5340
  • fix(Scroll): hover scroll width variable not work by @ArgoZhang in #5342
  • fix(Table): ScrollWidth parameter not work by @ArgoZhang in #5344
  • fix(EnableIpLocator): WebClientOptions parameter EnableIpLocator not work by @ArgoZhang in #5400
  • fix(DateTimeRange): should be reset Value after close pop-up by @ArgoZhang in #5413

Features

Performance

  • perf(PopConfirmButton): remove dismiss event handler to improve performance by @ArgoZhang in #5453

Documentation

Read more

v9.3.0

26 Jan 13:05
692d46c
Compare
Choose a tag to compare

Release 2025-1-27 V9.3.0

Break changes

Bugs

  • fix(BootstrapInputGroupLabel): should show DisplayText when bind-Value in ValidateForm by @ArgoZhang in #5167
  • fix(Checkbox): redesign checkbox style compatible InputGroup by @ArgoZhang in #5168

Features

  • feat(JsonLocalizationOptions): add DisableGetLocalizerFromService parameter by @ArgoZhang in #5164
  • feat(Slider): remove InputGroup cascade parameter by @ArgoZhang in #5170
  • feat(BootstrapInputGroupLabel): redesign IsInputGroupLabel logic by @ArgoZhang in #5172
  • feat(Cascader): remove EditorRequired attribute by @ArgoZhang in #5184
  • feat(LoadModule): preventing OperationCancelException throw by @ArgoZhang in #5188
  • feat(FontAwesome): upgrade to 6.7.2 version by @ArgoZhang in #5186
  • feat(AufoFill): add TriggerFilter invoke method by @ArgoZhang in #5191
  • feat(QueryPageOptions): add IsTriggerByPagination parameter by @ArgoZhang in #5193
  • feat(Tab): add IsDisabled parameter by @ArgoZhang in #5200
  • feat(Search): remove IsAutoClearAfterSearch parameter by @ArgoZhang in #5205
  • feat(Drawer): add IsKeyboard parameter by @ArgoZhang in #5207

Performance

Documentation

  • doc(Error): update sample code reduce error log by @ArgoZhang in #5174
  • doc(TableExport): update export support lookup async sample code by @ArgoZhang in #5178
  • doc(Dropdown): custom content use ButtonTemplate by @ArgoZhang in #5196
  • doc(Display): update FormatString sample code by @ArgoZhang in #5203

Full Changelog: v9.2.8...v9.3.0

v9.2.8

20 Jan 08:28
e0f6516
Compare
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
Compare
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
Compare
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
Compare
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
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