Skip to content

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

v0.6.0

01 Feb 17:19
Compare
Choose a tag to compare

0.6.0

2021-02-01


Read more

v0.5.3

11 Jan 15:07
Compare
Choose a tag to compare

Change log for v0.5.3

fix(module: table): exception if field is null (#965) @ElderJames
feat(module: button): add StopPropagation property for click event (#960) @motl2000

v0.5.2

11 Jan 06:22
Compare
Choose a tag to compare

Here is v0.5.2 ! A huge thank you to all the contributors ❤!

🎉Good News:

Ant Design Blazor has been approved to become an official Member Project in the .NET Foundation!

https://github.com/orgs/dotnet-foundation/teams/projects/discussions/44

Thanks to the Ant Design Blazor community for their generous contributions to the project. May we make the open source ecology of Blazor and .NET even better!


Change log 0.5.2

  • fix(module: table): sorter works incorrectly (#962)
  • fix missing static files (8e9cbff)

Change log 0.5.0

Following is the changes in 0.5.0 release.

Components

Feature

Bug fix

  • slider:
  • carousel: left/right dot position and dynamically slick rendering (#918) @dblleaf
  • tabs:
  • modal:
    • destroy the dom after page is changed (#799) @zxyao145
    • throw error when using ModalService (#809) @zxyao145
    • make the Title property is default to string.Empty in ModalOptions (#887) @ElderJames
    • using ConfimRef to close Confirm dialog but not reset body's scroll bar (#884) @zxyao145
    • remove non auto destroyed Modal DOM created by ModalService (#930) @zxyao145
  • date-picker:
  • calendar: fix method or operation is not implemented (#821) @mutouzdl
  • locale-provider: change SetLocale to public method (#838) @Zonciu
  • select: the behavior when Overlay is disabled, remove clear icon when Select is disabled (#847) @Zonciu
  • menu: submenu couldn't auto close (#852) @mutouzdl
  • alert: make description element visible if passed in ChildContent (#881) @szmalec
  • collapse: missing style and can not collapse (#892) @ElderJames
  • statistic: remove the redundant 0 (#896) @ElderJames
  • input: repeated dictionary key MaxLength causes an exception (#880) @Katherine-yang0515
  • upload: change to use responseCode not a "error" string when upload failed. (#905) @aaasoft
  • grid: actualBreakpoint NRE in Row (#908) @CAPCHIK
  • descriptions: colspan calculates error (#911) @Yuanxw612
  • overlay:
    • overlay will reposition on window resize (#897) @anddrzejb
    • overlay can be aligned to right when trigger is not button. (#925) @dblleaf
  • list: the width is overwritten by flex style after setting grid column (#913) @yoli799480165
  • table: tree data doesn't work in asynchrony (#929) @ElderJames
  • timeline: add/remove item dynamically (#931) @ElderJames
  • cascader: duplicated highlighting for the same label (#950) @imhmao

Documentation


Our other projects:

We have also created a number of projects for Blazor Ecology, and they need your contributions as well!

UEditor for Blazor

A wysiwyg rich text web editor based on UEditor and Blazor.

https://github.com/ant-design-blazor/ueditor-blazor

Vditor for Blazor

A markdown editor based on Vditor and Blazor.

https://github.com/ant-design-blazor/vditor-blazor

v0.4.1

12 Nov 16:26
Compare
Choose a tag to compare

Patch version v0.4.1 is released due to the lack of static files in version 0.4.0.

Changelog

fix release ci action
fix menu link activation
fix auto-complete panel closing

v0.4.0

12 Nov 09:42
Compare
Choose a tag to compare

Thanks to all contributors for their generous contributions 💕

I'm sorry for taking so long to release the new version. So I'm releasing 0.4 and will be adapting some .net 5 features.

Change log 🎉🎉🎉

Components

pref: table support parameter-changed render mode by @xljiulang
feat: table support colspan & rowspan, expand row, tree data by @ElderJames
feat: complete back-top by @TimChen44
fix: CssSizeLength, automatically adapts to the unit by @xljiulang
fix duplicate footer on rangepicker by @Epictek
fix multiple issues for select and transfer by @ElDiddi
refactor autocomplete to support generic type by @TimChen44
feat: allow number type for input @Epictek
feat: add IdGeneratorHelper for components @shutdown256
feat: de/activate panels by keys for collapse @shutdown256

... and lots of bug fixes.

Template

The template is now ready to use.

https://github.com/ant-design-blazor/ant-design-pro-blazor

Charts

Charts are also available. Here is the docs:

https://ant-design-blazor.gitee.io/charts/introduce


Regards.

v0.3.0

10 Sep 15:04
Compare
Choose a tag to compare

Thanks to all contributors for their generous contributions 💕

Change log 🎉🎉🎉

Components

  1. confirm: support blocking to get the result directly #476
  2. feat: support for globalization & localization #578
  3. badge: add badge ribbon #484
  4. modal: allow drag Modal #523
  5. alert: add close motion 'Smoothly Unmount' #502
  6. form: support for rang-picker #496
  7. refactor auto complete #529
  8. carousel: make it responsive #558
  9. select: add overlay, fix some serious bugs #584
  10. fix server prerendering issue #583
  11. icons: update to 4.x and load the icon file asynchronously #506
  12. step: add progress #468
  13. reuse JS event listeners #466
  14. add test project #460 #463
  15. table: add router pagging demo #450

... And fixed lots and lots of bugs and issues 😭

Documentation

  1. add charts demo #449
  2. add icon list on demo of icon page #478
  3. handles fallback to en-US if resources are not available #470

Ant Design Pro Blazor

  1. Was published as dotnet new template. #10
  2. Finished the pro-layout

vditor-blazor

  1. add basic options and methods ant-design-blazor/vditor-blazor@f2ad45f

v0.2.0

01 Aug 16:21
Compare
Choose a tag to compare

For MILESTONE: July 2020 #255

👍👍👍 A million thanks to the contributors! ❤❤❤

Components

Document

  • Refactor the layout
  • Add Overview component
  • Add home page
  • Add algolia search
  • Add anchor

Templete

Add Ant Design Pro for Blazor - https://github.com/ant-design-blazor/ant-design-pro-blazor

Other

Publish the npm package for CDNs.

https://www.npmjs.com/package/ant-design-blazor

Supporting CDNs:

...and so on. We'll try to apply it to our documentation in the future.

0.1.0

30 Jun 23:41
Compare
Choose a tag to compare

MILESTONE: MID 2020 #3

Components

Add 59 of the components currently in ant-design. A million thanks to the contributors!

Docs

  • Dynamic rendering of demo and markdown #18
  • Localization for English and Chinese #59
  • Official-like theme #100
  • Cover offical demos as much as possible @1002527441

Build

  • Refactor the CI/CD in Github Actions #267
  • Gitee Sync & Reload the Pages
  • PR Preview Pages (#48)