Skip to content

Releases: ant-design-blazor/ant-design-blazor

0.19.0

09 May 15:25
8db23e8
Compare
Choose a tag to compare

What's Changed

  • TreeSelect

  • Form

  • ReuseTabs

  • Select

    • 🆕 Add EnumSelect Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute. #3843 @pankey888
    • 🐞 Fixed List order after datasource change. #3806 @miguelkmarques
    • 📖 Docs add search sample for table select demo. #3797 @ElderJames
  • Modal

    • 🆕 Add support customized header (#3579). 7be4807 @pat Hartl
    • 🆕 Add support updaet loading state of the confirm button. #3796 @ElderJames
    • 🛠 Refacotr modal that the creating methods in ModalService will return ModalRef synchronously. #3794 @ElderJames
    • 🐞 Fixed delete element by JS throwing exception. #3847 @ElderJames
  • DatePicker

    • 🐞 Fixed DatePicker Now button breaks when using ShowTime and ChangeOnClose. #3830 @agolub-s
    • 🐞 Fixed RangePicker two-way binding failed and the preset range could not be updated. #3850 @ElderJames
  • 🔥 Add implement interactive localization service. #3804 @ElderJames

  • 🆕 Add Checkbox support generic value. #3715 @ElderJames

  • 🐞 Fixed make IsExternalInit internal for avoiding runtime conflicts with 3rd-party libs. #3799 @ElderJames

  • 🐞 Fixed InputNumber cannot bind when pasting numbers with delimiters. #3841 @HuaFangYun

  • 🐞 Fixed overlay Prarent overlay hides irregularly when child is open or closed. (#3836, #3837). #3838 @pankey888

New Contributors

Full Changelog: 0.18.3...0.19.0

0.19.0-rc.7

30 Apr 06:08
77cec3e
Compare
Choose a tag to compare

What's Changed

  • docs: optimize the size of pictures by @ElderJames in #3826
  • DatePicker Now button breaks when using ShowTime and ChangeOnClose #3… by @agolub-s in #3830
  • fix(module: tree-select): The tree will be collapsed after any node i… by @pankey888 in #3827
  • feat(module: TreeSelect): supports generic value by @ElderJames in #3831

New Contributors

Full Changelog: 0.19.0-rc.6...0.19.0-rc.7

0.19.0-rc.6

25 Apr 17:37
70f6e65
Compare
Choose a tag to compare

What's Changed

  • feat(module: form): support interactive localization for DataAnnotations by @ElderJames in #3823
  • chore(i18n): publish the localization libraray to nuget by @ElderJames in #3824
  • fix(module: reuse-tabs): shouldn't auto navigate to the first pinned tab by @ElderJames in #3825

Full Changelog: 0.19.0-rc.5...0.19.0-rc.6

0.19.0-rc.5

24 Apr 16:04
5ac867c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.0-rc.4...0.19.0-rc.5

0.19.0-rc.4

24 Apr 06:10
5a22bb8
Compare
Choose a tag to compare

What's Changed

  • fix(i18n): load resources where the assembly located at by @ElderJames in #3818

Full Changelog: 0.19.0-rc.3...0.19.0-rc.4

0.19.0-rc.3

23 Apr 16:57
7834205
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.0-rc.2...0.19.0-rc.3

0.19.0-rc.2

23 Apr 01:42
88f6b90
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.0-rc.1...0.19.0-rc.2

0.19.0-rc.1

23 Apr 00:45
0faa05c
Compare
Choose a tag to compare

What's Changed

  • feat(module: modal): Customized header by @pathartl in #3579
  • feat(module: form): support for static SSR. by @ElderJames in #3580
  • fix(module: form): tests failure by @ElderJames in #3740
  • feat(module: checkbox): support generic value by @ElderJames in #3715
  • bugfix: AntInputComponentBase Dictionary Type judgement by @tiansfather in #3787
  • fix(module: form): rule validation for dynamic fields by @ElderJames in #3791
  • refactor(module: modal): modal creating methods in ModalService will return ModalRef synchronously by @ElderJames in #3794
  • fix(module: form): IsModified work incorrectly when ValidateOnChange is false by @ElderJames in #3795
  • feat(module: modal): support updaet loading state of the confirm button by @ElderJames in #3796
  • docs: add search sample for table select demo by @ElderJames in #3797
  • fix: make IsExternalInit internal for avoiding runtime conflicts with 3rd-party libs by @ElderJames in #3799
  • feat(module: reuse-tabs): make the Page of ReuseTabsService public. by @ElderJames in #3800
  • Fix List order after datasource change by @miguelkmarques in #3806
  • feat(i18n): implement dynamic IStringLocalizer by @ElderJames in #3804
  • docs: add reusetabs documation and demos by @ElderJames in #3802
  • merge feature to master by @ElderJames in #3810
  • fix(module: form): the required data annotation doesn't work in dynamic model by @ElderJames in #3811
  • fix(module: form): shouldn't validate until submit in non-validate-on-change by @ElderJames in #3812

New Contributors

Full Changelog: 0.18.3...0.19.0-rc.1

0.18.3

08 Apr 17:15
88fcc66
Compare
Choose a tag to compare

What's Changed

  • 🐞 Fixed Table row expand incorrectly because the cache is cleared due to re-rendering. #3785 @ElderJames
  • 🐞 Fixed Progress single strokecolor does not works for circle type. #3783 @jeffersyuan1976
  • 🐞 Fixed DatePicker that disabled date is not judging correctly in the larger range panels. #3781 @ElderJames
  • 📖 Updated get started for charts. #3774 @CAPCHIK

Table row status behavior changes:

After rerendering or calling ITable.ReloadData(), the row state of the same RowKey as the current page data (e.g., expanded, selected) will not be reset.

New Contributors

Full Changelog: 0.18.2...0.18.3

0.18.2

02 Apr 15:26
209db46
Compare
Choose a tag to compare

What's Changed

  • Form
  • Table
    • 🐞 Fixed Table throw exception while sorting rows outside. #3766 @ElderJames
    • 🐞 fix table rows which have been remove from selectedRows would be selected again(client side data). #3762 @ElderJames

New Contributors

Full Changelog: 0.18.1...0.18.2