@automattic/jetpack-components 0.44.0 → 0.44.1
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,10 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.44.1] - 2023-10-23
|
|
6
|
+
### Changed
|
|
7
|
+
- Use pointer-events: None on arrow icon so its click behavior falls back to the container/underlying component. [#33733]
|
|
8
|
+
|
|
5
9
|
## [0.44.0] - 2023-10-19
|
|
6
10
|
### Added
|
|
7
11
|
- Add a `ProgressBar` component. [#33054]
|
|
@@ -856,6 +860,7 @@
|
|
|
856
860
|
### Changed
|
|
857
861
|
- Update node version requirement to 14.16.1
|
|
858
862
|
|
|
863
|
+
[0.44.1]: https://github.com/Automattic/jetpack-components/compare/0.44.0...0.44.1
|
|
859
864
|
[0.44.0]: https://github.com/Automattic/jetpack-components/compare/0.43.4...0.44.0
|
|
860
865
|
[0.43.4]: https://github.com/Automattic/jetpack-components/compare/0.43.3...0.43.4
|
|
861
866
|
[0.43.3]: https://github.com/Automattic/jetpack-components/compare/0.43.2...0.43.3
|