Skip to content

Latest commit

 

History

History
139 lines (79 loc) · 3.57 KB

File metadata and controls

139 lines (79 loc) · 3.57 KB

Unreleased

Deprecations

  • Introduced new useAnchor hook, which works better with the new Popover component APIs. The previous useAnchorRef 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 Fix

  • Removed unused @wordpress/dom, @wordpress/is-shallow-equal and classnames dependencies (#38388).

5.1.0 (2022-01-27)

5.0.0 (2021-07-29)

Breaking Change

  • 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

3.25.0 (2021-03-17)

3.24.0 (2020-12-17)

New Feature

  • 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

3.1.0 (2019-03-06)

Enhancement

  • Added format boundaries.
  • Removed parameters from create to filter out content.
  • Removed the createLinePadding from apply, 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 Fix

  • 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.