Releases: dotnetcore/BootstrapBlazor
Releases · dotnetcore/BootstrapBlazor
v10.7.1
Release 2026-06-09 V10.7.0
Features
- feat(Html2Pdf): bump version 10.0.8 by @ArgoZhang in #8087
- feat(UniverSheet): bump version 10.0.12 by @ArgoZhang in #8089
- feat(BootstrapInputNumber): improve step functionality by @Tony-ST0754 in #8085
Documentations
- doc(BaiduOcr): update sample code by @ArgoZhang in #8075
- doc(Html2Pdf): add Inject service sample code by @ArgoZhang in #8077
- doc(Html2Pdf): add localization for sample code by @ArgoZhang in #8080
- doc(OtpService): add localization for sample code by @ArgoZhang in #8083
Full Changelog: v10.7.0...v10.7.1
v10.7.0
Release 2026-05-31 V10.7.0
Features
- feat(OctIcons): bump version 10.0.3 by @ArgoZhang in #8067
- feat(ThemeProvider): keep auto value by @ArgoZhang in #8068
- feat(OpcDa): bump version 10.0.1 by @ArgoZhang in #8070
- feat(table): fixed column not allow drag by @Tony-ST0754 in #8059
- perf(table): only call once OnQuery when set ScrollMode to Virtual by @ArgoZhang in #8071
Full Changelog: v10.6.4...v10.7.0
v10.6.4
Release 2026-05-29 V10.6.4
Bugs
- fix(DockView): throw exception when dispose by @ArgoZhang in #8048
- fix(Chart): throw exception when dispose by @ArgoZhang in #8050
- fix(Table): add auto column width when overflow by @ArgoZhang in #8055
- fix(Table): column DefaultSortOrder only work on first render by @ArgoZhang in #8062
Features
- feat(Html2Pdf): bump version 10.0.7 by @ArgoZhang in #8061
Full Changelog: v10.6.3...v10.6.4
v10.6.3
Release 2026-05-22 V10.6.3
Features
- feat(WebClientService): improve performance by @ArgoZhang in #8038
- refactor(Table): restore dynamic data type check logic by @ArgoZhang in #8040
Full Changelog: v10.6.2...v10.6.3
v10.6.2
Release 2026-05-22 V10.6.2
Bugs
- fix(EditorForm): use GroupOrder group by @ArgoZhang in #8030
- fix(Table): revert ResetVisibleColumns method logic by @ArgoZhang in #8034
- fix(Table): add filter table column state logic by @ArgoZhang in #8036
Features
- feat(InputUpload ): add IsConfirmDelete parameter by @Tony-ST0754 in #8028
Full Changelog: v10.6.1...v10.6.2
v10.6.1
Release 2026-05-20 V10.6.1
Bugs
- fix(Table): parameter maybe not work on TableColumns template by @Tony-ST0754 in #7966
- fix(Table): use flex layout remove javascript observer height update by @Tony-ST0754 in #7920
Features
- feat(Split): vertical mode support nest by @ArgoZhang in #7930
- feat(ChangeDetectionCleanTask): rename Rent/Release method by @ArgoZhang in #7932
- feat(Dropdown): add IsOutline parameter by @ArgoZhang in #7934
- feat(Table): support virtualize on dynamic datatable mode by @ArgoZhang in #7938
- feat(IZipArchiveService): add use current culture code page logic by @ArgoZhang in #7940
- feat(Copy): add overwrite parameter by @ArgoZhang in #7942
- feat(DirectoryInfoExtensions): add the overwrite parameter to the recursive method by @ArgoZhang in #7944
- feat(BootstrapBlazorOptions): add ChangeDetectionTaskInterval parameter by @ArgoZhang in #7948
- feat(Table): add ScrollIntoViewBehavior parametert by @ArgoZhang in #7950
- feat(Table): redesign resize column width logic by @ArgoZhang in #7866
- feat(Table): update FitColumnWidthIncludeHeader default value to true by @ArgoZhang in #7962
- feat(Table): redesign javascript invoke logic by @ArgoZhang in #7964
- feat(SelectTable): remoe IColumnCollection interface by @ArgoZhang in #7968
- feat(TableColumn): add IAsyncDispose interface by @ArgoZhang in #7972
- feat(Utiltiy): improve drag api by @ArgoZhang in #7975
- feat(Table): make sure TableColumnStateCache work without localstorage by @ArgoZhang in #7981
- feat(TableToolbarPopConfirmButton): support TooltipText parameter by @ArgoZhang in #7982
- feat(table): add min column width setting by @ArgoZhang in #7992
- feat(AutoComplete): add SkipMatch parameter by @ArgoZhang in #7996
- feat(Drawer): remove tabindex attribute by @ArgoZhang in #8000
- feat(Table): add OnLoadTableColumnClientStatus parameter by @ArgoZhang in #8002
- feat(BootstrapInputNumber): support Number data type by @ArgoZhang in #8003
- feat(Table): add ClearTableColumnClientStatus instance method by @ArgoZhang in #8005
- feat(JitViewer): add JitViewer component by @ArgoZhang in #8024
Full Changelog: v10.6.0...v10.6.1
v10.6.0
Release 2026-04-29 V10.6.0
Bugs
- fix(Table): update resetTableWidth method by @ArgoZhang in #7836
- fix(DockView): TitleTemplate set ShowClose to false not work by @ArgoZhang in #7875
- fix(DataTableDynamicContext): not unload BootstrapBlazor_DynamicAssembly under IsExcel mode by @ArgoZhang in #7900
- fix(Localizer): makes JsonStringLocalizerFactory thread-safe by @ArgoZhang in #7919
Features
- feat(Table): add OnAfterDeleteAsync callback on DynamicContext mode by @ArgoZhang in #7832
- feat(Mask): add AppendToBody parameter by @ArgoZhang in #7834
- feat(shadow): add shadow style on invalid form control by @ArgoZhang in #7842
- feat(IP2Region): bump version 10.0.2 by @ArgoZhang in #7848
- feat(Table): update reset column width/order method by @ArgoZhang in #7850
- feat(Browser): remove browser error from check 360se by @ArgoZhang in #7852
- feat(SelectTree): add OnSearchAsync parameter by @Tony-ST0754 in #7844
- feat(Responsive): add EditorRequired attribute by @ArgoZhang in #7870
- feat(Utility): update getTheme return value by @ArgoZhang in #7874
- feat(DockView): update OnlyWhenVisible render logic by @ArgoZhang in #7879
- feat(ValidateForm): add UnregisterAsyncSubmitButton method by @ArgoZhang in #7889
- feat(DynamicElement): implement IDisposeAsync interface by @ArgoZhang in #7896
- feat(DynamicElement): add OnTouchStart/End parameter by @ArgoZhang in #7898
- feat(EmbedPdf): bump version 10.0.6 by @ArgoZhang in #7903
- feat(ChangeDetectionCleanTask): integrate the cache-cleaning task with dynamic table by @ArgoZhang in #7924
- feat(UniverSheet): bump version 10.0.11 by @ArgoZhang in #7926
Full Changelog: v10.5.0...v10.6.0
v10.5.0
Release 2026-03-31 V10.5.0
Bugs
- fix(Table): prevent javascript error when set IsDetails to true by @ArgoZhang in #7813
Features
- feat(QueryPageOptions): remove obsolete parameters by @ArgoZhang in #7794
- feat(Region): update Json data to 202511 by @ArgoZhang in #7787
- feat(SelectSearchMetadata): add ShowSearch parameter by @ArgoZhang in #7796
- feat(SelectSearchMetadata): add OnSearchTextChanged/IsPopover parameter by @Tony-ST0754 in #7799
- feat(DockView): bump version 10.0.4 by @ArgoZhang in #7808
- feat(JsonStringLocalizer): remove mssing localizer item cache by @ArgoZhang in #7812
- feat(AutoRedirect): set Interval parameter default value to 10m by @ArgoZhang in #7818
- feat(SwalOption): add Footer parameter by @ArgoZhang in #7824
- feat(ContextMenu): context menu should be invisible while scrolling by @peereflits in #7822
Full Changelog: v10.4.2...v10.5.0
v10.4.2
Release 2026-03-23 V10.4.2
Features
- feat(Html2Pdf): bump version 10.0.6 by @ArgoZhang in #7771
- feat(Watermark): remove EditorRequired attribute by @ArgoZhang in #7776
- feat(Utility): add all parameter on getDescribedElement method by @ArgoZhang in #7778
- feat(Table): advance search dialog support UseSearchForm parameter by @ArgoZhang in #7783
- feat(ISearchFormItemMetadata): add RenderContent method by @ArgoZhang in #7785
Full Changelog: v10.4.1...v10.4.2
v10.4.1
Release 2026-03-15 V10.4.1
Bugs
- fix(Table): parameter IsTriggerByPagination not work by @ArgoZhang in #7754
Features
- feat(JuHeIpLocatorProvider): bump version 10.1.0 by @ArgoZhang in #7748
- feat(EmbedPdf): bump version 10.0.3 by @ArgoZhang in #7750
- feat(Table): add SetRowStyleFormatter parameter by @ArgoZhang in #7758
- feat(TableExport): bump version 10.0.2 by @ArgoZhang in #7763
- feat(DockView): bump version 10.0.3 by @ArgoZhang in #7765
- feat(Table): add UseSearchForm parameter by @ArgoZhang in #7767
- feat(Table): add SearchFormLocalizerOptions parameter by @ArgoZhang in #7769
Full Changelog: v10.4.0...v10.4.1