Skip to content

Releases: dotnetcore/BootstrapBlazor

v8.9.3

20 Sep 15:33
9022b71
Compare
Choose a tag to compare

Release 2024-9-20 V8.9.3

Bugs

  • fix(AutoFill): should not trigger OnCustomFilter callback when ArrowUp/Down/Esc/Enter key up by @ArgoZhang in #4308
  • fix(SortableList): incorrect dom when set Clone to true by @ArgoZhang in #4317
  • fix(ValidateForm): show first element tooltip when set ShowAllInvalidResult to false by @ArgoZhang in #4332

Features

  • feat(Components): split extension component project into BootstrapBlazor.Extensions by @ArgoZhang in #4311
  • feat(SortableList): add OnAdd parameter by @ArgoZhang in #4319
  • feat(OnScreenKeyboard): update base class to fix script error by @ArgoZhang in #4325
  • feat(MetadataTypeAttribute): support IValidatableObject/IValidateCollection by @AiYuZhen in #4323
  • feat(Checkbox): auto set DisplayText when set ShowAfterLabel to true by @ArgoZhang in #4334

Documentation

New Contributors

Full Changelog: v8.9.2...v8.9.3

v8.9.2

14 Sep 12:54
7e78384
Compare
Choose a tag to compare

Release 2024-9-14 V8.9.2

Break Changes

  • feat(RibbonTab): redesign RibbonTabItem class remove base class MenuItem by @ArgoZhang in #4297

Bugs

  • fix(RadioList): update vertical button style by @ArgoZhang in #4232
  • fix(Table): not collapse edit form after save the new item by @ArgoZhang in #4236
  • fix(ValidateForm): ValidateAllProperties not work by @izanhzh in #4245
  • fix(EFCore): update EditAsync method by @luodaoyi in #4249
  • fix(ValidateBase): should Render UI after validate by @ArgoZhang in #4255
  • fix(Cascader): not pop dropdown menu after update IsDisable to false by @ArgoZhang in #4257
  • fix(Select): not trigger OnSelectedItemChanged when click clear icon by @ArgoZhang in #4283
  • fix(BarCode): not work missing Id by @ArgoZhang in #4288
  • fix(Select): not show full item after click Clear button by @ArgoZhang in #4291

Features

  • feat(ColorPicker): add IsSupportOpacity parameter by @momijijin in #4069
  • feat(ColorPicker): support IsDiabled parameter by @ArgoZhang in #4231
  • feat(JSModule): redesign JSModule support null js object by @ArgoZhang in #4234
  • feat(ColorPicker): add localizer parameter by @ArgoZhang in #4240
  • feat(Player): support YouTube Vimeo video by @ArgoZhang in #4242
  • feat(RequiredValidator): enhance the RequiredValidator class by @ArgoZhang in #4247
  • refactor(IValidateComponent): remove ToggleMessage validProperty parameter by @izanhzh in #4252
  • feat(NumberFilter): support nullable data type by @ArgoZhang in #4261
  • feat(ValidateForm): add IValidatableObject support by @izanhzh in #4260
  • feat(ValidateForm): add IValidateCollection interface for multiple validation by @ArgoZhang in #4272
  • feat(Table): add cascading value ChangeType to EditTemplate by @ArgoZhang in #4285
  • feat(Layout): support dark mode by @ArgoZhang in #4286
  • feat(RibbonTab): redesign RibbonTabItem class remove base class MenuItem by @ArgoZhang in #4297
  • feat(FreeSqlExtensions): support CustomPredicate custom convert by @AiYuZhen in #4300
  • feat(ValidateForm): add ShowAllInvalidResult parameter by @ArgoZhang in #4306

Documentation

New Contributors

Full Changelog: v8.9.1...v8.9.2

v8.9.1

09 Sep 02:09
a7528e3
Compare
Choose a tag to compare

Release 2024-9-9 V8.9.1

Bugs

  • fix(Table): selected row callback causes infinite loop by @ArgoZhang in #4215
  • fix(PopConfirmButtom): throw exception cause dispose by @ArgoZhang in #4225

Features

Documentation

  • doc(ButtonUpload): update document for ShowUploadFileList by @yhuse in #4200
  • doc(CodeEditor): remove sample code for anlysis log by @ArgoZhang in #4221

New Contributors

Full Changelog: v8.9.0...v8.9.1

v8.9.0

01 Sep 11:29
a76d009
Compare
Choose a tag to compare

Release 2024-9-1 V8.9.0

Bugs

  • fix(TableExport): throw exception when exeport excel by @ArgoZhang in #4157
  • fix(WinBox): Title parameter not work by @ArgoZhang in #4160
  • fix(AutoComplete): support Tab key when set IsPopover to true by @ArgoZhang in #4165
  • fix(WinBox): dispose ChildContent component by @kimdiego2098 in #4167
  • fix(PopConfirmButton): auto reset palcement to Auto when set invalid value by @ArgoZhang in #4173

Features

New Contributors

Full Changelog: v8.8.4...v8.9.0

v8.8.4

25 Aug 09:18
14161aa
Compare
Choose a tag to compare

Release 2024-8-25 V8.8.4

Bugs

Features

  • feat(ButtonUpload): add ChildContent parameter by @ArgoZhang in #4095
  • feat(DockViewV2): add Renderer parameter by @ArgoZhang in #4114
  • feat(ContextMenu): Add OnClickBefore callback event by @azlis in #4112
  • feat(WinBox): add WinBox component by @ArgoZhang in #4118
  • feat(IRootComponentGenerator): add IRootComponentGenerator interface by @ArgoZhang in #4124
  • feat(WinBox): add ShowModal method by @ArgoZhang in #4132
  • feat(WebSpeechSynthesizer): add WebSpeechSynthesizer service by @ArgoZhang in #4135
  • feat(WebSpeech): add GetVoices method by @ArgoZhang in #4137
  • feat(WebSpeechRecognition): add WebSpeechRecognition service by @ArgoZhang in #4140

Documentation

  • doc(BootstrapInput): update UseInputEvent documentation by @ArgoZhang in #4097
  • doc(Tutorials): add pro website link by @ArgoZhang in #4103
  • doc(ContextMenus): add localization by @azlis in #4116
  • doc(WinBox): add QA documentation by @ArgoZhang in #4126

Full Changelog: v8.8.3...v8.8.4

v8.8.3

19 Aug 02:50
b9c6cb1
Compare
Choose a tag to compare

Release 2024-8-19 V8.8.3

Bugs

  • fix(Table): throw exception when resize window on enable detail and fix header by @ArgoZhang in #4037
  • fix(Table): auto cancel edit when select multiple row on EditForm mode by @ArgoZhang in #4040
  • fix(Table): fieldName incorrect when column set IsFixed=true by @ArgoZhang in #4048
  • fix(Table): has gap when set IsFixedFooter to true by @ArgoZhang in #4050
  • fix(MaterialDesignIcons): wrong link to material design icon by @ice6 in #4054
  • fix(Table): not callback SelectedRow when query data by @ArgoZhang in #4072
  • fix(Table): PageItems not work by @ArgoZhang in #4082
  • fix(Chart): reload method missong OnClickData callback by @ArgoZhang in #4086

Features

Documentation

New Contributors

Full Changelog: v8.8.2...v8.8.3

v8.8.2

11 Aug 12:14
605b9ef
Compare
Choose a tag to compare

Release 2024-8-11 V8.8.2

Bugs

  • fix(TimePicker): can't update value in Dialog by @ArgoZhang in #3975
  • fix(Table): calc table height incorrect when invisible at first render by @ArgoZhang in #3980
  • fix(Layout): can't collapse side when set side with value by @SamXMG in #3977
  • fix(Table): throw exception when resize table by @ArgoZhang in #4000
  • fix(Table): overflow container when toolbar or pages wrap by @ArgoZhang in #4001
  • fix(ValidaetForm): do not show label when InputGroup inside ValidateForm by @ArgoZhang in #4003
  • fix(AutoFill): support enter when set OnCustomeFilter callback by @ArgoZhang in #4015
  • fix(Table): calc body height incorrect on CardView mode by @ArgoZhang in #4017

Features

  • feat(IntersectionObserver): add IntersectionObserver component by @ArgoZhang in #3984
  • feat(DriverJs): add Highlight method by @ArgoZhang in #3997
  • feat(Checkbox): add OnBeforeStateChanged parameter by @ArgoZhang in #4005
  • feat(TreeView): add MaxSelectedCount OnMaxSelectedCountExceed parameter by @ArgoZhang in #4007
  • feat(CheckboxList): add OnMaxSelectedCount/OnMaxSelectedCountExceed parameter by @ArgoZhang in #4010
  • feat(AntDesignIcon): add AntDesignIcon lib by @ArgoZhang in #4012
  • feat(TreeView): MaxSelectedCount support collapsed node by @ArgoZhang in #4014

New Contributors

Full Changelog: v8.8.1...v8.8.2

v8.8.1

04 Aug 10:36
ce770a2
Compare
Choose a tag to compare

Release 2024-8-4 V8.8.1

Bugs

  • fix(InputGroup): compatible with InputGroup built-in ValidateForm by @ArgoZhang in #3957
  • fix(Table): IsDisabled parameter not work on TableToolbarButton by @ArgoZhang in #3959
  • fix(Tab): disable drag when set AllowDrag to false by @ArgoZhang in #3965
  • fix(Table): ShownWithBreakpoint not work on CardView mode by @ArgoZhang in #3967

Features

v8.7.4

28 Jul 02:24
d1222f7
Compare
Choose a tag to compare

Release 2024-7-28 V8.7.4

Bugs

  • fix(SelectTable): adapts InputGroup component by @ArgoZhang in #3896
  • fix(Camera): update Resize method by @ArgoZhang in #3898
  • fix(AutoComplete): DisplayCount parameter does not work trigger by focus by @ArgoZhang in #3905
  • fix(DockViewV2): floating not work after F5 by @ArgoZhang in #3919
  • fix(BarCode): reuse BootstrapModuleComponentBase to eliminate script errors by @ArgoZhang in #3926

Features

Performance

  • perf(RibbonTab): add RibbonTabHeader component improves performance by @ArgoZhang in #3928
  • perf(TreeView): improve render performance of TreeView ClearCheckedItems by @ArgoZhang in #3936

Documentation

Full Changelog: v8.7.3...v8.7.4

v8.7.3

21 Jul 02:48
8e4777c
Compare
Choose a tag to compare

## Release 2024-7-21 V8.7.3

What's Changed

Bugs

Features

Docs

  • doc(GlobalOptions): update documentation for global options by @ArgoZhang in #3858
  • doc(Tab): add ConfigureTabItemMenuBindOptions doc by @azlis in #3877

Tools

  • chore(Minifiler): remove Bundler&Minifiler dependence by @ArgoZhang in #3871

Full Changelog: v8.7.2...v8.7.3