woocommerce/packages/js/notices/zh-cn/CHANGELOG.md
2026-04-15 10:18:01 +08:00

66 lines
No EOL
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 了解如何维护此文件,请访问 https://github.com/WordPress/gutenberg/tree/trunk/packages#maintaining-changelogs。 -->
# 未发布
- 将依赖项 `@wordpress/a11y` 更新至 ^3.5.0
# 4.0.1
- 更新所有次要/补丁版本有变化的 js 包。#8392
# 4.0.0
## 重大变更
- 更新依赖项以支持 React 17。#8305
- 放弃对 IE11 的支持。#8305
## 3.1.0
- 修复 commonjs 模块构建,允许单独构建此包。#7286
## 3.0.0 (2021-06-03)
## 重大变更
- 将 Lodash 移至 peer 依赖项。
## 2.0.0 (2020-02-10)
### 重大变更
- 通知信息不再在创建时被朗读,而是通过其对应的 [`Notice` 组件](https://github.com/WordPress/gutenberg/tree/trunk/packages/components/src/notice) 在界面中显示时朗读。
## 1.5.0 (2019-06-12)
### 新功能
-`createNotice` 操作中支持新的 `snackbar` 通知类型。
## 1.1.2 (2019-01-03)
## 1.1.1 (2018-12-12)
## 1.1.0 (2018-11-20)
### 新功能
- 新选项 `speak` 允许控制是否向屏幕阅读器播报通知内容(默认为 `true`
### 错误修复
- 虽然 `createNotice` 之前只明确支持 `string` 类型的内容,但并未强制执行。现已修正。
## 1.0.5 (2018-11-15)
## 1.0.4 (2018-11-09)
## 1.0.3 (2018-11-09)
## 1.0.2 (2018-11-03)
## 1.0.1 (2018-10-30)
## 1.0.0 (2018-10-29)
- 初始发布。