ant-design/v5-note.md
二货机器人 2341a25d91
feat: refactor useNotification (#35423)
* more refactor

* chore: motion support

* chore: tmp test

* test: Hooks

* chore: static function

* tmp of it

* all of it

* mv prefix

* chore: clean up

* chore: clean up

* more test case

* test: all base test

* test: all test case

* init

* refactor: rm notification.open instance related code

* follow up

* refactor: singlton

* test: notification test case

* refactor to destroy

* refactor: message base

* test: part test case

* test: more

* test: more

* test: all test

* chore: clean up

* docs: reorder

* chore: fix lint

* test: fix test case

* chore: add act

* chore: back

* chore: fix style

* test: notification test

* test: more and more

* test: fix more test

* test: index

* test: more & more

* test: fix placement

* test: fix coverage

* chore: clean up

* chore: bundle size

* fix: 17

* chore: more

* test: message

* test: more test

* fix: lint

* test: rm class in static

* chore: clean up

* test: coverage

* chore: fix lint
2022-05-11 14:26:18 +08:00

612 B
Raw Blame History

V5 breaking change 记录

  • getPopupContainer: 所有的 getPopupContainer 都需要保证返回的是唯一的 div。React 18 concurrent 下会反复调用该方法。
  • Dropdown
    • 魔改包裹元素样式移除,请使用 Space 组件
    • DropdownButton 的 prefixCls 改为 dropdown
  • Upload List 结构变化
  • Notification
    • 静态方法不在允许在 open 中动态设置 prefixCls maxCount top bottom getContainerNotification 静态方法现在将只有一个实例。如果需要不同配置,请使用 useNotification
    • close 改名为 destroy 和 message 保持一致