5.3 KiB
5.3 KiB
Unreleased
7.8.0 (2024-09-19)
7.7.0 (2024-09-05)
7.6.0 (2024-08-21)
7.5.0 (2024-08-07)
7.4.0 (2024-07-24)
7.3.0 (2024-07-10)
7.2.0 (2024-06-26)
7.1.0 (2024-06-15)
7.0.0 (2024-05-31)
Breaking Changes
- Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.
6.35.0 (2024-05-16)
6.34.0 (2024-05-02)
6.33.0 (2024-04-19)
6.32.0 (2024-04-03)
6.31.0 (2024-03-21)
6.30.0 (2024-03-06)
6.29.0 (2024-02-21)
6.28.0 (2024-02-09)
6.27.0 (2024-01-24)
6.26.0 (2024-01-10)
6.25.0 (2023-12-13)
6.24.0 (2023-11-29)
6.23.0 (2023-11-16)
6.22.0 (2023-11-02)
6.21.0 (2023-10-18)
6.20.0 (2023-10-05)
6.19.0 (2023-09-20)
6.18.0 (2023-08-31)
6.17.0 (2023-08-16)
6.16.0 (2023-08-10)
6.15.0 (2023-07-20)
6.14.0 (2023-07-05)
6.13.0 (2023-06-23)
6.12.0 (2023-06-07)
6.11.0 (2023-05-24)
6.10.0 (2023-05-10)
6.9.0 (2023-04-26)
6.8.0 (2023-04-12)
6.7.0 (2023-03-29)
6.6.0 (2023-03-15)
6.5.0 (2023-03-01)
6.4.0 (2023-02-15)
6.3.0 (2023-02-01)
6.2.0 (2023-01-11)
6.1.0 (2023-01-02)
6.0.0 (2022-12-14)
Breaking Changes
- Updated dependencies to require React 18 (45235)
5.20.0 (2022-11-16)
5.19.0 (2022-11-02)
Deprecations
- Update deprecation message for the
useAnchorRef
hook (#45195).
5.18.0 (2022-10-19)
5.17.0 (2022-10-05)
5.16.0 (2022-09-21)
Deprecations
- Introduced new
useAnchor
hook, which works better with the newPopover
component APIs. The previoususeAnchorRef
hook is now marked as deprecated, and is scheduled to be removed in WordPress 6.3 (#43691).
5.15.0 (2022-09-13)
5.14.0 (2022-08-24)
5.13.0 (2022-08-10)
5.12.0 (2022-07-27)
5.11.0 (2022-07-13)
5.10.0 (2022-06-29)
5.9.0 (2022-06-15)
5.8.0 (2022-06-01)
5.7.0 (2022-05-18)
5.6.0 (2022-05-04)
5.5.0 (2022-04-21)
5.4.0 (2022-04-08)
5.3.0 (2022-03-23)
5.2.0 (2022-03-11)
5.1.1 (2022-02-10)
Bug Fixes
- Removed unused
@wordpress/dom
,@wordpress/is-shallow-equal
andclassnames
dependencies (#38388).
5.1.0 (2022-01-27)
5.0.0 (2021-07-29)
Breaking Changes
- Upgraded React components to work with v17.0 (#29118). There are no new features in React v17.0 as explained in the blog post.
4.2.0 (2021-07-21)
4.1.0 (2021-05-20)
4.0.0 (2021-05-14)
Breaking Changes
- Drop support for Internet Explorer 11 (#31110). Learn more at https://make.wordpress.org/core/2021/04/22/ie-11-support-phase-out-plan/.
- Increase the minimum Node.js version to v12 matching Long Term Support releases (#31270). Learn more at https://nodejs.org/en/about/releases/.
3.25.0 (2021-03-17)
3.24.0 (2020-12-17)
New Features
- Added a store definition
store
for the rich-text namespace to use with@wordpress/data
API (#26655).
3.3.0 (2019-05-21)
Internal
- Removed and renamed undocumented functions and constants:
- Removed
charAt
- Removed
getSelectionStart
- Removed
getSelectionEnd
- Removed
insertLineBreak
- Renamed
isEmptyLine
to__unstableIsEmptyLine
- Renamed
insertLineSeparator
to__unstableInsertLineSeparator
- Renamed
apply
to__unstableApply
- Renamed
unstableToDom
to__unstableToDom
- Renamed
LINE_SEPARATOR
to__UNSTABLE_LINE_SEPARATOR
- Renamed
indentListItems
to__unstableIndentListItems
- Renamed
outdentListItems
to__unstableOutdentListItems
- Renamed
changeListType
to__unstableChangeListType
- Removed
3.1.0 (2019-03-06)
Enhancements
- Added format boundaries.
- Removed parameters from
create
to filter out content. - Removed the
createLinePadding
fromapply
, which is now built in. - Improved format placeholder.
- Improved dom diffing.
3.0.4 (2019-01-03)
3.0.3 (2018-12-12)
Internal
- Internal performance optimizations to avoid excessive expensive creation of DOM documents.
3.0.2 (2018-11-21)
3.0.1 (2018-11-20)
3.0.0 (2018-11-15)
Breaking Changes
toHTMLString
always expects an object instead of multiple arguments.
2.0.4 (2018-11-09)
2.0.3 (2018-11-09)
Bug Fixes
- Fix Format Type Assignment During Parsing.
- Fix applying formats on multiline values without wrapper tags.
2.0.2 (2018-11-03)
2.0.1 (2018-10-30)
2.0.0 (2018-10-30)
- Remove
@wordpress/blocks
as a dependency.
1.0.2 (2018-10-29)
1.0.1 (2018-10-19)
1.0.0 (2018-10-18)
- Initial release.