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
refactor(module:tooltip): refactor warning and updating
test(module:tooltip): add test for new APIs](352e5e7) by qiurenbo
🛠️ [feat(module:timeline): support custom position (#5478) * feat(module:timeline): support custom position
Hello @weekly-digest[bot], your issue has been closed because it does not conform to our issue requirements.
Please use the Issue Helper to create an issue, thank you!
Here's the Weekly Digest for NG-ZORRO/ng-zorro-antd:
ISSUES
Last week 29 issues were created.
Of these, 17 issues have been closed and 12 issues are still open.
OPEN ISSUES
💚 #5546 feat(module:drawer): support
[nzCloseIcon]
, by hsuanxyz💚 #5544 nz-popover Unclear deprecated message, by snebjorn
💚 #5543 nz-tabset[nzLinkRouter] breaks nz-tab[nzDisabled], by Airblader
💚 #5542 fix(module:tooltip,*): enable cdk push, by wendellhu95
💚 #5541 chore(module:cascader): rename and make-public, by wendellhu95
💚 #5538 date-picker 在ie下默认出现focus状态, by lihuabest
💚 #5530 Error in nz-date-picker, by erikhm17
💚 #5527 nz-table 设置 nzScroll 之后,无论高度是否超过 y ,都会出现滚动条, by zmzimpl
💚 #5526 empty content placeholder of table with nzScroll directive in a modal is not centered, by reallyimeric
💚 #5521 We want nz-sider to overlay the content instead of pushing the content, by IsaacHub
💚 #5519 getCheckedNodeList() from Tree doesn't return the checked nodes when using the
checked
property from NzTreeNodeOptions, by IonelLupu💚 #5518 Scrollbar inconsistency on an overflowed element, by alanyinjs
CLOSED ISSUES
❤️ #5545 feat(module:breadcrumb): add
nzRouteLabelFn
property, by YuchenWell❤️ #5540 Could nz-select support nzCustomOption for virtual scroll, by zhhb
❤️ #5539 chore(release): release 9.3.0, by vthinkxie
❤️ #5537 fix(module:core): fix empty check, by cipchk
❤️ #5536 fix(module:select): fix select scroll render buffer, by vthinkxie
❤️ #5535 fix(module:table): fix table filter false or 0 error, by vthinkxie
❤️ #5534 Add the slick-carousel component, by taksumaki
❤️ #5533 fix(module:table): fix table no data colSpan, by vthinkxie
❤️ #5532 select组件如果option和默认值都是异步获取,那么有时会出现默认值不显示的情况,有时又是可以展示的, by peacejj
❤️ #5531 The width of the table cannot be changed, by tirelyl
❤️ #5529 fix(module:date-picker): nzDateRender render incorrectly, by wenqi73
❤️ #5528 DatePicker problem, by hersir1
❤️ #5525 feat(module:upload): add
nzPreviewIsImage
property, by cipchk❤️ #5524 Overlay issue when using nz-select in a modal created with nzModalService, by DylanGrums
❤️ #5523 Translation for nz-breadcrumb with autoGenerate enabled, by deedarb
❤️ #5522 nz-table without nzData , but with static table rows displays "no data", by IsaacHub
❤️ #5520 nz-upload can't read cloudimage convert url, this url work with html img tag, by rockcoolt
LIKED ISSUE
👍 #5519 getCheckedNodeList() from Tree doesn't return the checked nodes when using the
checked
property from NzTreeNodeOptions, by IonelLupuIt received 👍 x2, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #5520 nz-upload can't read cloudimage convert url, this url work with html img tag, by rockcoolt
It received 4 comments.
PULL REQUESTS
Last week, 20 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 5 pull requests were updated.
💛 #5546 feat(module:drawer): support
[nzCloseIcon]
, by hsuanxyz💛 #5542 fix(module:tooltip,*): enable cdk push, by wendellhu95
💛 #5541 chore(module:cascader): rename and make-public, by wendellhu95
💛 #5502 chore(module:tooltip,*): remove deprecated API, by wendellhu95
💛 #5464 feat(module:select): add nzAcceptOnBlur property, by jornetsimon
MERGED PULL REQUEST
Last week, 15 pull requests were merged.
💜 #5545 feat(module:breadcrumb): add
nzRouteLabelFn
property, by YuchenWell💜 #5539 chore(release): release 9.3.0, by vthinkxie
💜 #5537 fix(module:core): fix empty check, by cipchk
💜 #5536 fix(module:select): fix select scroll render buffer, by vthinkxie
💜 #5535 fix(module:table): fix table filter false or 0 error, by vthinkxie
💜 #5533 fix(module:table): fix table no data colSpan, by vthinkxie
💜 #5529 fix(module:date-picker): nzDateRender render incorrectly, by wenqi73
💜 #5525 feat(module:upload): add
nzPreviewIsImage
property, by cipchk💜 #5515 fix(module:i18n): export missing languages from public-api, by YuchenWell
💜 #5512 feat(module:tooltip): add more specific api (#5449), by qiurenbo
💜 #5498 feat(module:drawer): support get component instance for content, by hsuanxyz
💜 #5488 feat(module:datapicker): add
[nzInputReadOnly]
, by qiurenbo💜 #5483 feat(module:popconfirm): add
nzPopconfirmShowArrow
property, by YuchenWell💜 #5478 feat(module:timeline): support custom position, by wendellhu95
💜 #5475 feat(module:resizable): add
nzDisabled
property, by cipchkCOMMITS
Last week there were 15 commits.
🛠️ feat(module:breadcrumb): add
nzRouteLabelFn
property (#5523) (#5545) by YuchenWell🛠️ chore(release): release 9.3.0 (#5539) by vthinkxie
🛠️ [feat(module:resizable): add
nzDisabled
property (#5475) * feat(module:resizable): addnzDisabled
property🛠️ feat(module:drawer): support get component instance for content (#5498) close #5489, close #3283 by hsuanxyz
🛠️ [feat(module:upload): add
nzPreviewIsImage
property (feat(module:upload): addnzPreviewIsImage
property #5525) - close nz-upload can't read cloudimage convert url, this url work with html img tag #5520nzPreviewIsImage
可以更好的自定义预览文件URL是否有效的图像格式,特别是一些CDN它们本身没有一个很明确的图像资源标识,比如:🛠️ fix(module:core:config): fix empty check (#5537) by cipchk
🛠️ feat(module:popconfirm): add
nzPopconfirmShowArrow
property (#5361) (#5483) close #5361 by YuchenWell🛠️ fix(module:date-picker): nzDateRender render incorrectly (#5529) by wenqi73
🛠️ fix(module:select): fix select scroll render buffer (#5536) close #5456 by vthinkxie
🛠️ fix(module:table): fix table filter false or 0 error (#5535) close #5505 by vthinkxie
🛠️ fix(module:table): fix table no data colSpan (#5533) close #5509
close #5481 by vthinkxie
🛠️ feat(module:datapicker): add [nzInputReadOnly] (#4534) (#5488) close #4534 by qiurenbo
🛠️ [feat(module:tooltip): add more specific api (fix(module:tooltip): replace public api with more specific ones #5449) (feat(module:tooltip): add more specific api (#5449) #5512) close fix(module:tooltip): replace public api with more specific ones #5449
docs(module:tooptip): add docs
feat(module:tooltip): add more specific api
feat(module:tooltip): add more specific api (#5449)
refactor(module:tooltip): refactor updateChangedProperties
refactor(module:tooltip): refactor warning and updating
test(module:tooltip): add test for new APIs](352e5e7) by qiurenbo
🛠️ [feat(module:timeline): support custom position (#5478) * feat(module:timeline): support custom position
close #5470
test: add test to position
fix: simplify method](12e6b6f) by wendellhu95
🛠️ fix(module:i18n): export missing languages from public-api (#5515) close #5510 by YuchenWell
CONTRIBUTORS
Last week there were 7 contributors.
👤 YuchenWell
👤 vthinkxie
👤 cipchk
👤 hsuanxyz
👤 wenqi73
👤 qiurenbo
👤 wendellhu95
STARGAZERS
Last week there were 24 stagazers.
⭐ hanibal170
⭐ zhaoqi5757
⭐ JVocaza
⭐ lilin-wg
⭐ rockletz
⭐ SplitThePotCyrus
⭐ clonardo
⭐ banjankri
⭐ LeonardoWiest
⭐ hb1998
⭐ mangobuaa
⭐ C3maLi
⭐ geothinking
⭐ chibat
⭐ ti19m037
⭐ Guy-Ariol
⭐ lhzhou180606
⭐ commodus
⭐ spiralx
⭐ LZHD
⭐ VictorMCM
⭐ binalfew
⭐ anabayan
⭐ Heltonphg
You all are the stars! 🌟
RELEASES
Last week there was 1 release.
🚀 9.3.0 9.3.0
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: