2020-11-09 07:17:08 +00:00
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/master/packages#maintaining - changelogs. -->
2022-02-21 02:34:25 +00:00
# Unreleased
2022-04-07 06:34:42 +00:00
- Update dependency `@wordpress/a11y` to ^3.5.0
2022-03-22 08:08:06 +00:00
# 4.0.1
2022-03-08 02:11:12 +00:00
- Update all js packages with minor/patch version changes. #8392
2022-02-21 03:27:45 +00:00
# 4.0.0
2022-02-21 02:34:25 +00:00
## Breaking changes
- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305
2021-07-14 20:38:57 +00:00
## 3.1.0
2020-11-09 07:17:08 +00:00
2021-07-14 20:38:57 +00:00
- Fix commonjs module build, allow package to be built in isolation. #7286
2021-06-09 21:01:07 +00:00
## 3.0.0 (2021-06-03)
2020-11-09 07:17:08 +00:00
2021-03-12 03:58:51 +00:00
## Breaking changes
- Move Lodash to a peer dependency.
2020-11-09 07:17:08 +00:00
## 2.0.0 (2020-02-10)
### Breaking Change
2021-06-09 21:01:07 +00:00
- A notices message is no longer spoken as a result of notice creation, but rather by its display in the interface by its corresponding [`Notice` component ](https://github.com/WordPress/gutenberg/tree/master/packages/components/src/notice ).
2020-11-09 07:17:08 +00:00
## 1.5.0 (2019-06-12)
### New Features
2021-06-09 21:01:07 +00:00
- Support a new `snackbar` notice type in the `createNotice` action.
2020-11-09 07:17:08 +00:00
## 1.1.2 (2019-01-03)
## 1.1.1 (2018-12-12)
## 1.1.0 (2018-11-20)
### New Feature
2021-06-09 21:01:07 +00:00
- New option `speak` enables control as to whether the notice content is announced to screen readers (defaults to `true` )
2020-11-09 07:17:08 +00:00
### Bug Fixes
2021-06-09 21:01:07 +00:00
- While `createNotice` only explicitly supported content of type `string` , it was not previously enforced. This has been corrected.
2020-11-09 07:17:08 +00:00
## 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)
2021-06-09 21:01:07 +00:00
- Initial release.