Skip to content

Releases: dotnetcore/BootstrapBlazor

v9.0.0

15 Nov 00:50
573ed26
Compare
Choose a tag to compare

Release 2024-11-13 V9.0.0

Bugs

  • fix(SelectTable): validate component shoud be skip validate in search panel by @ArgoZhang in #4580
  • fix(AutoComplete): click event also trigger focus event by @ArgoZhang in #4588
  • fix(WinBox): body should be compatible with dark mode by @ArgoZhang in #4595
  • fix(Table): missing scroll after toggle CardView mode by @ArgoZhang in #4600
  • fix(TableColumn): ShownWithBreakPoint not work well with Fixed by @ArgoZhang in #4601
  • fix(Table): throw exception when click delete button in table row by @ArgoZhang in #4625
  • fix(AutoFill): support numberpad enter key by @ArgoZhang in #4634
  • fix(FullScreenButton): update fullscreen state icon by @ArgoZhang in #4642

Features

Documentation

New Contributors

  • @qodana-cloud made their first contribution in #4610

v8.11.0

27 Oct 11:11
c7be111
Compare
Choose a tag to compare

Release 2024-10-28 V8.11.0

Bugs

  • fix(Table): missing border style when set FixColumn to true by @ArgoZhang in #4554

Features

Documentation

New Contributors

Full Changelog: v8.10.4...v8.11.0

v8.10.4

21 Oct 09:32
259b6f2
Compare
Choose a tag to compare

Release 2024-10-21 V8.10.4

Bugs

Features

Documentation

New Contributors

Full Changelog: v8.10.2...v8.10.4

v8.10.2

11 Oct 03:26
0b7fe8a
Compare
Choose a tag to compare

Release 2024-10-11 V8.10.2

Bugs

Features

  • feat(DateTimePicker): support customize disabled date by @izanhzh in #4304
  • feat(Table): add CreateSearchModelCallback parameter by @ArgoZhang in #4384
  • feat(WebClientService): make client info id consistent with webclient id by @ArgoZhang in #4385
  • feat(SignaturePad): remove css isolation by @ArgoZhang in #4392
  • feat(Topology): remove css isoloation by @ArgoZhang in #4396
  • feat(ThemeProvider): support auto mode by @j4587698 in #4400
  • feat(Table): IsKeepSelectedRows effect in add method by @ArgoZhang in #4414
  • feat(DropdownWidget): add OnItemShown/CloseAsync parameter by @ArgoZhang in #4419
  • feat(ColorPicker): support IsSupportOpacity toggle by @ArgoZhang in #4423
  • feat(AutoComplete): add OnBlurAsync parameter by @ArgoZhang in #4406
  • feat(DateTimePicker): update cache when click year button by @ArgoZhang in #4381
  • feat(ValidateForm): support validate multiple validate form by @ArgoZhang in #4382

Documentation

New Contributors

Full Changelog: v8.10.1...v8.10.2

v8.10.1

27 Sep 08:32
10b6629
Compare
Choose a tag to compare

Release 2024-9-27 V8.10.1

Bugs

  • fix(PopConfirmButton): can't remove pop in table extension button by @ArgoZhang in #4356
  • fix(ValidateForm): validate all validation from MetadataType by @AiYuZhen in #4360
  • fix(Table): IsDisabled parameter not work in Toolbar on gear mode by @ArgoZhang in #4362
  • fix(DateTimePicker): body defaulting to current month by @eramosr16 in #4357

Features

  • feat(Dialog): support call show OnAfterRender lifecycle by @ArgoZhang in #4343
  • feat(TreeView): support keyboard shortcut by @ArgoZhang in #4345
  • feat(TreeView): add ScrollIntoViewOptions parameter by @ArgoZhang in #4349
  • feat(TreeView): support toggle node by ArrowLeft/Right by @ArgoZhang in #4351
  • feat(ListGroup): item template support click callback by @ArgoZhang in #4370

Documentation

Full Changelog: v8.9.3...v8.10.1

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