Skip to content

Releases: dotnetcore/BootstrapBlazor

v9.5.10

23 Apr 05:31
ad7cafc
Compare
Choose a tag to compare

Release 2025-4-23 V9.5.10

Break changes

Bugs

  • fix(AutoComplete): studder on long running OnValueChanged function call by @celadaris in #5819
  • fix(Select): cannot select value again after clear by code by @ArgoZhang in #5834

Features

  • feat(AutoFill): consistent with AutoComplete partial refresh of drop-down box by @ArgoZhang in #5831
  • feat(AutoFill): always filter the dropdown items by input text by @ArgoZhang in #5842
  • feat(Tab): add IsLoopSwitchTabItem parameter controll switch tab item behavior by @ArgoZhang in #5844
  • feat(DefaultTableExport): add EnableAutoFilter/EnableAutoWidth property by @densen2014 in #5846
  • feat(Table): add col-line-no style on Line column by @ArgoZhang in #5851
  • feat(Barcode): update dependence lib by @ArgoZhang in #5855
  • feat(QueryPageOptions): support serialization by @MadLongTom in #5840
  • feat(Scroll): add ScrollToBottom method by @syminomega in #5858
  • feat(Ajax): support form post data by @ArgoZhang in #5862

Performance

Documentation

New Contributors

Full Changelog: v9.5.6...v9.5.10

v9.5.6

16 Apr 01:14
46b08a3
Compare
Choose a tag to compare

Release 2025-4-16 V9.5.6

Break changes

Bugs

  • fix(Select): make sure show the right display text by @ArgoZhang in #5806
  • fix(Waterfall): throw exception when click item by @ArgoZhang in #5808
  • fix(Table): should show the Toast when not set BootstrapBlazorOption ToastDelay by @ArgoZhang in #5810
  • fix(AutoComplete): missing value when click delete item by @ArgoZhang in #5814
  • fix(AutoComplete): auto filter the dropdown items when Value is not null by @ArgoZhang in #5823
  • fix(Table): stuck search form-control when press keyup/keydown when IsExcel mode by @ArgoZhang in #5826

Features

Performance

Documentation

Full Changelog: v9.5.4...v9.5.6

v9.5.4

08 Apr 04:42
50bc529
Compare
Choose a tag to compare

Release 2025-4-8 V9.5.4

Break changes

Bugs

  • fix(RibbonTab): cannot automatically shrink in float mode by @izanhzh in #5775
  • fix(Table): not restore scrollbar after close drawer edit form by @ArgoZhang in #5780
  • fix(Layout): missing route handler when url has # by @ArgoZhang in #5795

Features

Performance

Documentation

Full Changelog: v9.5.2...v9.5.4

v9.5.2

03 Apr 00:13
6f3e917
Compare
Choose a tag to compare

Release 2025-4-3 V9.5.2

Break changes

Bugs

Features

Performance

Documentation

Full Changelog: v9.5.1...v9.5.2

v9.5.1

01 Apr 02:51
552dd1d
Compare
Choose a tag to compare

Release 2025-4-1 V9.5.1

Break changes

Bugs

  • fix(ValidateForm): compatible with custom validation classes not end with Attribute by @ArgoZhang in #5752

Features

Performance

Documentation

Full Changelog: v9.5.0...v9.5.1

v9.5.0

30 Mar 07:49
563774d
Compare
Choose a tag to compare

Release 2025-3-30 V9.5.0

Break changes

  • refactor(Table): throw exception when set IsTree to true in virtualize mode by @ArgoZhang in #5723

Bugs

  • fix(DockView): theme parameter not work by @ArgoZhang in #5705
  • fix(Table): column list overflow when too many drop items are present by @ArgoZhang in #5725

Features

Performance

Documentation

Full Changelog: v9.4.11...v9.5.0

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