@wordpress/preferences
Version:
Utilities for managing WordPress preferences.
216 lines (108 loc) • 3.34 kB
Markdown
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
# Unreleased
# 4.37.0 (2025-12-23)
# 4.36.0 (2025-11-26)
# 4.35.0 (2025-11-12)
# 4.34.0 (2025-10-29)
## Internal
- TypeScript conversion
# 4.33.0 (2025-10-17)
# 4.32.0 (2025-10-01)
# 4.31.0 (2025-09-17)
# 4.30.0 (2025-09-03)
# 4.29.0 (2025-08-20)
# 4.28.0 (2025-08-07)
# 4.27.0 (2025-07-23)
# 4.26.0 (2025-06-25)
# 4.25.0 (2025-06-04)
# 4.24.0 (2025-05-22)
# 4.23.0 (2025-05-07)
# 4.22.0 (2025-04-11)
# 4.21.0 (2025-03-27)
# 4.20.0 (2025-03-13)
# 4.19.0 (2025-02-28)
# 4.18.0 (2025-02-12)
# 4.17.0 (2025-01-29)
# 4.16.0 (2025-01-15)
# 4.15.0 (2025-01-02)
# 4.14.0 (2024-12-11)
# 4.13.0 (2024-11-27)
# 4.12.0 (2024-11-16)
# 4.11.0 (2024-10-30)
# 4.10.0 (2024-10-16)
# 4.9.0 (2024-10-03)
# 4.8.0 (2024-09-19)
# 4.7.0 (2024-09-05)
# 4.6.0 (2024-08-21)
# 4.5.0 (2024-08-07)
# 4.4.0 (2024-07-24)
# 4.3.0 (2024-07-10)
# 4.2.0 (2024-06-26)
# 4.1.0 (2024-06-15)
# 4.0.0 (2024-05-31)
## Breaking Changes
- Increase the minimum required Node.js version to v18.12.0 matching long-term support releases ([#31270](https://github.com/WordPress/gutenberg/pull/61930)). Learn more about [Node.js releases](https://nodejs.org/en/about/previous-releases).
# 3.35.0 (2024-05-16)
## Internal
- Replaced `classnames` package with the faster and smaller `clsx` package ([#61138](https://github.com/WordPress/gutenberg/pull/61138)).
# 3.34.0 (2024-05-02)
# 3.33.0 (2024-04-19)
# 3.32.0 (2024-04-03)
# 3.31.0 (2024-03-21)
# 3.30.0 (2024-03-06)
# 3.29.0 (2024-02-21)
# 3.28.0 (2024-02-09)
# 3.27.0 (2024-01-24)
# 3.26.0 (2024-01-10)
# 3.25.0 (2023-12-13)
# 3.24.0 (2023-11-29)
# 3.23.0 (2023-11-16)
# 3.22.0 (2023-11-02)
# 3.21.0 (2023-10-18)
# 3.20.0 (2023-10-05)
# 3.19.0 (2023-09-20)
# 3.18.0 (2023-08-31)
# 3.17.0 (2023-08-16)
# 3.16.0 (2023-08-10)
# 3.15.0 (2023-07-20)
# 3.14.0 (2023-07-05)
# 3.13.0 (2023-06-23)
# 3.12.0 (2023-06-07)
# 3.11.0 (2023-05-24)
# 3.10.0 (2023-05-10)
# 3.9.0 (2023-04-26)
# 3.8.0 (2023-04-12)
# 3.7.0 (2023-03-29)
# 3.6.0 (2023-03-15)
# 3.5.0 (2023-03-01)
# 3.4.0 (2023-02-15)
# 3.3.0 (2023-02-01)
# 3.2.0 (2023-01-11)
# 3.1.0 (2023-01-02)
# 3.0.0 (2022-12-14)
## Breaking Changes
- Updated dependencies to require React 18 ([45235](https://github.com/WordPress/gutenberg/pull/45235))
# 2.14.0 (2022-11-16)
# 2.13.0 (2022-11-02)
# 2.12.0 (2022-10-19)
# 2.11.0 (2022-10-05)
# 2.10.0 (2022-09-21)
# 2.9.0 (2022-09-13)
# 2.8.0 (2022-08-24)
# 2.7.0 (2022-08-10)
# 2.6.0 (2022-07-27)
# 2.5.0 (2022-07-13)
# 2.4.0 (2022-06-29)
# 2.3.0 (2022-06-15)
# 2.2.0 (2022-06-01)
# 2.1.0 (2022-05-18)
# 2.0.0 (2022-05-04)
## Breaking Changes
- The preferences package is no longer compatible with the `@wordpress/data` persistence plugin. Please use the new `setPersistenceLayer` API. ([#39795](https://github.com/WordPress/gutenberg/pull/39795))
## Enhancements
- A new `setPersistenceLayer` action has been introduced. ([#39795](https://github.com/WordPress/gutenberg/pull/39795))
# 1.3.0 (2022-04-21)
# 1.2.0 (2022-04-08)
# 1.1.0 (2022-03-23)
# 1.0.0 (2022-03-11)
- Initial version of the package.