Releases: dotnetcore/BootstrapBlazor
Releases · dotnetcore/BootstrapBlazor
v9.11.2
Release 2025-10-14 V9.11.2
Break changes
Bugs
- fix(Table): include padding in auto-fit column width by @AApuci in #6876
- fix(Table): column auto-fit width not working on detail mode by @ljmay168 in #6878
- fix(Table): adjust margin compare logic by @AApuci in #6885
- fix(Upload): preview function suppor wasm mode by @ArgoZhang in #6889
- fix(FilterButton): use Popover prevent blocked by @ArgoZhang in #6900
- fix(Drawer): missing position variable by @ArgoZhang in #6906
Features
- feat(Asset): add fingerprint on components assets by @ArgoZhang in #6860
- feat(BootstrapBlazorOptions): add IsPopover parameter by @ArgoZhang in #6862
- feat(OctIcons): bump version 9.0.6 by @ArgoZhang in #6867
- feat(Html2Pdf): bump version 9.0.4 by @ArgoZhang in #6870
- feat(Table): add FitColumnWidthIncludeHeader parameter by @ArgoZhang in #6871
- feat(Chart): bump version 9.0.2 by @ArgoZhang in #6873
- feat(Localization): update localization json files by @ArgoZhang in #6875
- feat(Chart): bump version 9.0.3 by @ArgoZhang in #6881
- feat(MindMap): bump version 9.1.7 by @ArgoZhang in #6883
- feat(Table): improve performance for GetVisibleColumns function by @kimdiego2098 in #6886
- feat(FilterIcon): clear filter button in header row use ban icon by @ArgoZhang in #6897
- feat(StringFilter): support auto filter after input filter text by @ArgoZhang in #6899
- feat(SelectRegion): add SelectRegion component by @ArgoZhang in #6903
Documentations
- doc(GlobalSearch): simple seach style by @ArgoZhang in #6859
- doc(SelectRegion): add documentation by @ArgoZhang in #6905
Full Changelog: v9.11.1...v9.11.2
v9.11.1
Release 2025-10-10 V9.11.1
Break changes
Bugs
- fix(Table): double click col trigger ResizeColumnCallback by @ArgoZhang in #6809
- fix(Table): should reset column after call ResetVisibleColumns by @ArgoZhang in #6828
- fix(AutoComplete): support tab key by @ArgoZhang in #6846
Features
- feat(TableExport): bump version 9.2.7 by @ArgoZhang in #6813
- feat(FontAwesome): bump version 9.1.2 by @ArgoZhang in #6818
- feat(DropUpload): update link style under disabled mode by @ArgoZhang in #6820
- feat(Localization): update zh-TW.json localization by @ArgoZhang in #6822
- feat(DateTimePicker): support Tab/Esc keyboard event by @ArgoZhang in #6848
- feat(Table): make OnAutoFitContentAsync work by @ArgoZhang in #6856
- feat(Table): add FitAllColumnWidth instance method by @ArgoZhang in #6857
Documentations
- doc(GlobalSearch): update component css by @ArgoZhang in #6852
New Contributors
- @AngeloDotNet made their first contribution in #6810
Full Changelog: v9.11.0...v9.11.1
v9.11.0
Release 2025-9-29 V9.11.0
Break changes
Bugs
- fix(Affix): use culture-invariant for position by @ArgoZhang in #6796
- fix(Table): filter out .is-detail rows when auto-fitting column widths by @ljmay168 in #6800
- fix(Modal): support backdrop on multiple dialog mode by @ArgoZhang in #6807
Features
- feat(Layout): compatible net10 when href is # by @ArgoZhang in #6794
- feat(Cssbuilder): improve performance use StringBuilder by @ArgoZhang in #6799
- feat(Console): remove console log in scripts by @ArgoZhang in #6802
- feat(Bundle): update css bundler by @ArgoZhang in #6804
Documentations
- doc(Logout): add AvatarRadius documentation by @ArgoZhang in #6806
New Contributors
Full Changelog: v9.10.3...v9.11.0
v9.10.3
Release 2025-9-28 V9.10.3
Break changes
Bugs
- fix(Chart): support custom label formatter by @ArgoZhang in #6778
- fix(TimePicker): Use culture-invariant formatting for CSS transform values by @Copilot in #6790
- fix(AutoComplete): support bind-Value/OnValueChanged callback by @ArgoZhang in #6792
- fix(Dialog): Fix scrolling issue in nested/multiple dialogs by @Copilot in #6786
Features
- feat(ListGroup): add OnDoubleClickItem callback by @ArgoZhang in #6777
Documentations
- doc(SerialPort): add ISerialPortFactory documentation by @ArgoZhang in #6775
- doc(Modbus): update IModbusResponse Buffer doc by @ArgoZhang in #6780
New Contributors
- @Copilot made their first contribution in #6790
- @micheloliveira-com made their first contribution in #6788
Full Changelog: v9.10.2...v9.10.3
v9.10.2
Release 2025-9-19 V9.10.02
Break changes
Bugs
- fix(DockView): component disappearing when moving from floating to new grid group by @ArgoZhang in #6705
- fix(offline): Blazor offline mode is broken in 9.7.4 and up by @ArgoZhang in #6734
- fix(MultiSelectGeneric): close button not work by @ArgoZhang in #6754
- fix(SelectObject): should hidden append icon when hover by @ArgoZhang in #6755
- fix(SelectTable): should hidden append icon when hover by @ArgoZhang in #6757
Features
- feat(Bootstrap): bump version 5.3.8 by @ArgoZhang in #6736
- feat(AutoComplete): add IsClearable parameter by @ArgoZhang in #6758
- feat(Search): remove OnClear callback reuse OnSearch by @ArgoZhang in #6761
- feat(AutoFill): reuse AutoComplete clear-icon function by @ArgoZhang in #6763
- feat(Modbus): bump version 9.0.3 by @ArgoZhang in #6720
Documentations
New Contributors
Full Changelog: v9.10.0...v9.10.2
v9.10.0
Release 2025-8-29 V9.10.0
Break changes
Bugs
- fix(SvgEditor): update images path by @ArgoZhang in #6693
Features
- feat(DateTimePicker): add PickTimeMode parameter by @ArgoZhang in #6670
- feat(BreadcrumbItem): add CssClass property by @ArgoZhang in #6673
- feat(Plyr): bump version 9.0.2 by @ArgoZhang in #6688
- feat(SelectTree): add auto active value function by @ArgoZhang in #6691
Documentations
- doc(MaskOption): update ZIndex documentation by @ArgoZhang in #6675
- doc(FilterBase): update OnFilterAsync documentation by @ArgoZhang in #6677
- doc(EditorForm): add IsDisplay parameter documentation by @ArgoZhang in #6679
- doc(ITcpSocketClient): update SetDataPackageAdapter documentation by @ArgoZhang in #6681
- doc(Table): update EditDialogIsDraggable documentation by @ArgoZhang in #6683
- doc(ITcpSocketClient): update AddDataPackageAdapter documentation by @ArgoZhang in #6686
- doc(BaiduOcr): add config documentation by @ArgoZhang in #6690
- doc(Localization): add Ukrainian (uk-UA) localization file by @ArgoZhang in #6695
New Contributors
Full Changelog: v9.9.3...v9.10.0
v9.9.3
Release 2025-8-21 V9.9.3
Break changes
Bugs
- fix(hasCode): use index variable by @ArgoZhang in #6650
- fix(SelectTree): optimize select item change event by @ArgoZhang in #6654
Features
- feat(Table): support interface TItem by @ArgoZhang in #6619
- feat(BootstrapLabel): support style html attribute by @ArgoZhang in #6632
- feat(Task): add Dashboard component by @ArgoZhang in #6634
- feat(Layout): add SkipAuthenticate parameter by @ArgoZhang in #6640
- feat(CodeEditor): bump version 9.0.3 by @ArgoZhang in #6642
- refactor(Upload): remove async keyword by @ArgoZhang in #6644
- feat(Editor): add OnFileUpload parameter by @j4587698 in #6638
- feat(IPRegion): use async increase load speed by @ArgoZhang in #6652
- feat(Editor): update return type nullable by @ArgoZhang in #6658
- feat(IDom2ImageService): add IDom2ImageService interface by @ArgoZhang in #6661
- feat(Tooltip): support manual trigger by @ArgoZhang in #6663
- feat(EnsureInitialized): add CanWrite filter by @ArgoZhang in #6665
New Contributors
Full Changelog: v9.9.2...v9.9.3
v9.9.2
Release 2025-8-13 V9.9.2
Break changes
Bugs
- fix(Card): missing style html attribute by @ArgoZhang in #6559
- fix(Table): update style for ScrollingDialogContent by @ArgoZhang in #6577
- fix(DateTimePicker): width overflow when set ViewMode to DateTime by @ArgoZhang in #6590
Features
- feat(DynamicElement): support html attribute by @ArgoZhang in #6561
- feat(OpcDa): add Browse feature by @ArgoZhang in #6565
- feat(Download): add FileName check by @ArgoZhang in #6568
- feat(TableCellPopConfirmButton): support IsAsync parameter by @ArgoZhang in #6569
- feat(TableCellPopConfirmButton): support IsKeepDisabled parameter by @ArgoZhang in #6571
- feat(Toolbar): support html attribute by @ArgoZhang in #6573
- feat(EditForm): update footer style by @ArgoZhang in #6579
- feat(LinkButton): support IsAsync function by @ArgoZhang in #6581
- feat(ToggleButton): reuse base type function by @ArgoZhang in #6588
- feat(Dropdown): update Color default value by @ArgoZhang in #6592
- feat(Navbar): add Navbar component by @ArgoZhang in #6586
- feat(OpcDa/IPRegion): update publish task script by @ArgoZhang in #6594
- feat(MeiliSearch): kbd style support dark mode by @ArgoZhang in #6596
- feat(OpcDa): bump version 9.0.3 by @ArgoZhang in #6600
- feat(Assets): use Assets on javascripts by @ArgoZhang in #6602
- feat(Mask): add OnCloseAsync cascade parameter by @j4587698 in #6609
Documentation
- doc(OpcDa): add MockOpcDaServer sample code by @ArgoZhang in #6563
- doc(Home): add rotate effects by @ArgoZhang in #6583
- doc(Layout): improve load theme logic by @ArgoZhang in #6598
- doc(Table): add DateTime edit sample code by @ArgoZhang in #6603
- doc(OnlineSheet): improve performance by @ArgoZhang in #6605
- doc(FooterCounter): improve performance for ssr mode by @ArgoZhang in #6607
- doc(DialButton): update dial button by @ArgoZhang in #6613
Others
- chore(Deploy): update install font script by @ArgoZhang in #6611
- chore(Docker): add pupeteersharp support by @ArgoZhang in #6615
New Contributors
Full Changelog: v9.9.1...v9.9.2
v9.9.1
Release 2025-8-5 V9.9.1
Break changes
Bugs
- fix(PdfViewer): no render when url is empty by @ArgoZhang in #6522
- fix(Collapse): show Icon and Text both by @ArgoZhang in #6536
- fix(BootstrapBlazorDataAnnotationsValidator): add IDispose interface by @ArgoZhang in #6543
- fix(INetworkMonitorService): support safari browser by @ArgoZhang in #6553
- fix(Swal): add ZIndex style variable by @ArgoZhang in #6557
Features
- feat(Table): add IsPopover parameter on PageInfo by @ArgoZhang in #6524
- feat(Table): support CssClass on CardView mode by @Mydashixiong in #6525
- feat(Bootstrap): bump bootstrap 5.3.7 by @ArgoZhang in #6534
- feat(CheckboxList): add outline style by @ArgoZhang in #6538
- feat(RadioList): add outline style by @ArgoZhang in #6540
- feat(ISortableList): add ISortableList interface by @ArgoZhang in #6527
- feat(ToggleButton): add ToggleButton component by @ArgoZhang in #6545
- feat(IBrowserFingerService): add GetClientHubIdAsync method by @ArgoZhang in #6551
- feat(ValidateForm): use IOptionsMonitor option by @ArgoZhang in #6555
- feat(Toolbar): add Toolbar component by @ArgoZhang in #6547
Documentation
- doc(Home): update link address by @ArgoZhang in #6520
- doc(TaskService): disable task service on dev mode by @ArgoZhang in #6529
- doc(Home): add responsive support for logo image by @ArgoZhang in #6549
New Contributors
Full Changelog: v9.9.0...v9.9.1
v9.9.0
Release 2025-7-31 V9.9.0
Break changes
Bugs
- fix(MultiSelectGeneric): update value when bind-Value changed by @ArgoZhang in #6505
- fix(Message): should clear when use same option by @ArgoZhang in #6513
Features
- feat(Badge): use text-bg-color class by @ArgoZhang in #6498
- feat(ImageViewer): support dynamic update Url parameter by @ArgoZhang in #6510
- feat(PdfViewer): add PageIndex parameter by @ArgoZhang in #6515
Documentation
- doc(CodeEditor): add sample cdoe for CodeEditor by @ArgoZhang in #6488
- doc(Template5): add auto focus function by @ArgoZhang in #6490
- doc(QQGroup): update the DOM layout by @ArgoZhang in #6492
- doc(AutoGenerateColumn): update final value logic documentation by @ArgoZhang in #6502
New Contributors
Full Changelog: v9.8.2...v9.9.0