You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGES:
ngModelChange trigger at once when user typing](299ba6d) by vthinkxie
🛠️ [feat(module:tree-select): support nzDropdownClassName property (#4552) * feat(module:tree-select): support nzDropdownClassName property
Here's the Weekly Digest for NG-ZORRO/ng-zorro-antd:
ISSUES
Last week 27 issues were created.
Of these, 14 issues have been closed and 13 issues are still open.
OPEN ISSUES
💚 #4786 feat(schematics): add locale option in 'ng-add', by levart
💚 #4785 docs: change notification title text in demo, by prahaladbelavadi
💚 #4784 Docs: Correct Grammar, by prahaladbelavadi
💚 #4783 Transfer穿梭框数据较多选中数据时卡顿, by 007GitHu
💚 #4777 bug(time-picker): binding to a string, by dylanvdmerwe
💚 #4776 Allow to hide nz-badge title, by krokofant
💚 #4775 DateHelperService.parseTime('4:00') returns time as '00:00:00', by altso
💚 #4774 refactor(module:steps): refactor, by hsuanxyz
💚 #4773 Lazy loaded Tabs with Router always loads the first tab after page refresh, by IonelLupu
💚 #4767 the "show password icon" is overlapped by the entered text, by ccppprogrammer
💚 #4766 fix(module:tree): fix search case sensitivity, by krokofant
💚 #4765 Tree-select search is case sensitive (Differing from upstream), by oestrogen
💚 #4763 popover blocks webpage scrolling in some layout, by rppig42
CLOSED ISSUES
❤️ #4782 Set theme jekyll-theme-cayman, by DarthGrave
❤️ #4781 feat(module:collapse): support nzExpandIconPosition, by vthinkxie
❤️ #4780 refactor(module:divider): refactor divider, by vthinkxie
❤️ #4779 refactor(module:alert): refactor alert, by vthinkxie
❤️ #4778 refactor(module:card): refactor card, by vthinkxie
❤️ #4772 chore(module:spin): refactor spin, by vthinkxie
❤️ #4771 chore(module:switch): refactor switch, by vthinkxie
❤️ #4770 perf(module:radio): refactor radio group data flow, by vthinkxie
❤️ #4769 feat(module:input-number): trigger ngModelChange at once, by vthinkxie
❤️ #4768 nzFilters 从服务端获取数据, by sangeren
❤️ #4764 perf(module:input): improve input-group perf, by vthinkxie
❤️ #4762 chore: sync ant-design v4.0.0-rc.4, by ng-zorro-bot
❤️ #4761 perf(module:checkbox): use css empty selector instead of observeContent, by vthinkxie
❤️ #4759 chore: sync ant-design v4.0.0-rc.3, by ng-zorro-bot
LIKED ISSUE
👍 #4766 fix(module:tree): fix search case sensitivity, by krokofant
It received 👍 x0, 😄 x0, 🎉 x0 and ❤️ x1.
NOISY ISSUE
🔈 #4785 docs: change notification title text in demo, by prahaladbelavadi
It received 3 comments.
PULL REQUESTS
Last week, 27 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 12 pull requests were updated.
💛 #4786 feat(schematics): add locale option in 'ng-add', by levart
💛 #4784 Docs: Correct Grammar, by prahaladbelavadi
💛 #4774 refactor(module:steps): refactor, by hsuanxyz
💛 #4766 fix(module:tree): fix search case sensitivity, by krokofant
💛 #4730 chore(module:slider): refactor, by wendellhu95
💛 #4723 chore(module:message,notification): refactor, by wendellhu95
💛 #4721 chore(module:tooltip,popover,popconfirm): refactor, by wendellhu95
💛 #4715 chore(module:carousel): refactor, by wendellhu95
💛 #4711 chore(module:icon): refactor, by wendellhu95
💛 #4702 refactor(module:modal): refactor the component, by hsuanxyz
💛 #4699 refactor(module:date-picker): sync to antd4.0, by wenqi73
💛 #4133 feat(module:icon): enable jsonp-like loading provided by dependency and use config service, by wendellhu95
MERGED PULL REQUEST
Last week, 15 pull requests were merged.
💜 #4781 feat(module:collapse): support nzExpandIconPosition, by vthinkxie
💜 #4780 refactor(module:divider): refactor divider, by vthinkxie
💜 #4779 refactor(module:alert): refactor alert, by vthinkxie
💜 #4778 refactor(module:card): refactor card, by vthinkxie
💜 #4772 chore(module:spin): refactor spin, by vthinkxie
💜 #4771 chore(module:switch): refactor switch, by vthinkxie
💜 #4770 perf(module:radio): refactor radio group data flow, by vthinkxie
💜 #4769 feat(module:input-number): trigger ngModelChange at once, by vthinkxie
💜 #4764 perf(module:input): improve input-group perf, by vthinkxie
💜 #4762 chore: sync ant-design v4.0.0-rc.4, by ng-zorro-bot
💜 #4761 perf(module:checkbox): use css empty selector instead of observeContent, by vthinkxie
💜 #4726 chore(module:empty): refactor, by wendellhu95
💜 #4722 chore(module:statistic): refactor, by wendellhu95
💜 #4552 feat(module:tree-select): support
nzDropdownClassName
property, by hsuanxyz💜 #4185 feat(module:input-number): support nzPrecisionMode mode, by renxia
COMMITS
Last week there were 16 commits.
🛠️ feat(module:collapse): support nzExpandIconPosition (#4781) by vthinkxie
🛠️ refactor(module:alert): refactor alert (#4779) by vthinkxie
🛠️ refactor(module:divider): refactor divider (#4780) by vthinkxie
🛠️ refactor(module:card): refactor card (#4778) by vthinkxie
🛠️ [chore(module:empty): refactor (#4726) * chore(module:empty): refactor
feat(module:empty): add no description feature
refactor(module:empty): remove empty service
fix(module:empty): fix spec
fix: fix spec import path
fix: fix empty content detection is triggered too late
test: skip falsy value test
chore: remove redundant type check](048902e) by wendellhu95
🛠️ chore(module:spin): refactor spin (#4772) by vthinkxie
🛠️ chore(module:switch): refactor switch (#4771) by vthinkxie
🛠️ perf(module:radio): refactor radio group data flow (#4770) by vthinkxie
🛠️ [feat(module:input-number): trigger ngModelChange at once (feat(module:input-number): trigger ngModelChange at once #4769) close input-number: Should trigger ngModelChange when typing #3039 close NzInputNumberComponent European number insert #3773
BREAKING CHANGES:
ngModelChange trigger at once when user typing](299ba6d) by vthinkxie
🛠️ [feat(module:tree-select): support
nzDropdownClassName
property (#4552) * feat(module:tree-select): supportnzDropdownClassName
propertyclose #4508
docs(module:tree-select): update API](df8c125) by hsuanxyz
🛠️ [chore(module:statistic): refactor (chore(module:statistic): refactor #4722) * chore(module:statistic): refactor
test: fix test
chore: cleanup
fix: test util import](b50e9c2) by wendellhu95
🛠️ feat(module:input): support textarea with clear icon close #4623 by vthinkxie
🛠️ perf(module:input): improve input-group perf close #3950 by vthinkxie
🛠️ chore: sync ant-design v4.0.0-rc.4 (#4762) by ng-zorro-bot
🛠️ [feat(module:input-number): support nzPrecisionMode mode (feat(module:input-number): support nzPrecisionMode mode #4185) * feat(module:input-number): 增加
nzPrecisionMode
参数,支持数值精度使用截位方式取值close #4173
fix(module:input-number): fix for precision demo
fix(module:input-number): fix for precision unit
refactor(module:input-number): 支持
nzPrecisionMode
参数为自定义函数](bfe089f) by renxia🛠️ perf(module:checkbox): use css empty selector instead of observeContent (#4761) by vthinkxie
CONTRIBUTORS
Last week there were 5 contributors.
👤 vthinkxie
👤 wendellhu95
👤 hsuanxyz
👤 ng-zorro-bot
👤 renxia
STARGAZERS
Last week there were 28 stagazers.
⭐ Tomxin
⭐ EleganceG
⭐ sander96
⭐ guojb824
⭐ sakirdemirhan
⭐ jane-gao
⭐ kuzank
⭐ hussaibi
⭐ mayoljonathan
⭐ Lanesra712
⭐ Nicshek
⭐ thomasbabuj
⭐ pengtikui
⭐ FFKL
⭐ Ethras
⭐ kong0zhou
⭐ DarthGrave
⭐ ryhnkml
⭐ mehmet-erim
⭐ dorucioclea
⭐ Negrero
⭐ jjsosa
⭐ x0rzkov
⭐ silakhori
⭐ fowardyehuo
⭐ Sagilio
⭐ chf007
⭐ legend-oe
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository NG-ZORRO/ng-zorro-antd to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: