Skip to content

Releases: dotnetcore/BootstrapBlazor

v9.4.11

22 Mar 12:44
7253bc4
Compare
Choose a tag to compare

## Release 2025-03-22 V9.4.11

What's Changed

Bugs

Features

Docs

Full Changelog: v9.4.10...v9.4.11

v9.4.10

21 Mar 04:03
e90bfb6
Compare
Choose a tag to compare

Release 2025-3-21 V9.4.10

Break changes

Bugs

  • fix(Textarea): should trigger keyboard event when set UseShiftEnter to false by @ArgoZhang in #5656
  • fix(DateTimeRange): should close popup after click confirm button by @ArgoZhang in #5668

Features

Performance

Documentation

Full Changelog: v9.4.9...v9.4.10

v9.4.9

17 Mar 05:09
d212ea6
Compare
Choose a tag to compare

Release 2025-3-17 V9.4.9

Break changes

Bugs

  • fix(Modal): styles remain when modal are destroyed by @ArgoZhang in #5538
  • fix(DateTimePicker): confirm button not work when set mode to DateTime by @ArgoZhang in #5572
  • fix(AutoComplete): network delay causes input lag by @celadaris in #5555
  • fix(Search): network delay causes input lag by @ArgoZhang in #5576
  • fix(Textarea): adding new functionality to handle Shift + Enter by @h2ls in #5611
  • fix(Modal): add show style in multiple dialog mode by @ArgoZhang in #5617
  • fix(PopConfirmButton): missing popup header when enable title by @ArgoZhang in #5625

Features

Performance

  • perf(AutoComplete): improved the TriggerChange/TriggerFilter method to update CurrentValue by @celadaris in #5531
  • perf(ErrorLog): improving the error handling logic by @ArgoZhang in #5600

Documentation

Full Changelog: v9.4.6...v9.4.9

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