@automattic/jetpack-components 0.53.1 → 0.53.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.53.2] - 2024-05-13
|
|
6
|
+
### Added
|
|
7
|
+
- Added --jp-gray-5 as an alias of --jp-gray to the theme [#37327]
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Fixed notices z-index for global notices when modal is open [#37196]
|
|
11
|
+
|
|
5
12
|
## [0.53.1] - 2024-05-09
|
|
6
13
|
### Added
|
|
7
14
|
- Added GlobalNotices component and useGlobalNotices hook [#37286]
|
|
@@ -1023,6 +1030,7 @@
|
|
|
1023
1030
|
### Changed
|
|
1024
1031
|
- Update node version requirement to 14.16.1
|
|
1025
1032
|
|
|
1033
|
+
[0.53.2]: https://github.com/Automattic/jetpack-components/compare/0.53.1...0.53.2
|
|
1026
1034
|
[0.53.1]: https://github.com/Automattic/jetpack-components/compare/0.53.0...0.53.1
|
|
1027
1035
|
[0.53.0]: https://github.com/Automattic/jetpack-components/compare/0.52.1...0.53.0
|
|
1028
1036
|
[0.52.1]: https://github.com/Automattic/jetpack-components/compare/0.52.0...0.52.1
|