@automattic/jetpack-components 1.4.9 → 1.4.11

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,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [1.4.11] - 2026-02-04
6
+ ### Changed
7
+ - NavigatorModal: Prevent scrolling for navigator screen for large content. [#46925]
8
+
9
+ ## [1.4.10] - 2026-02-03
10
+ ### Changed
11
+ - Update package dependencies. [#46905]
12
+
5
13
  ## [1.4.9] - 2026-02-02
6
14
  ### Added
7
15
  - NavigatorModal: Allow passing all the props supported by underlying components. [#46856]
@@ -1632,6 +1640,8 @@
1632
1640
  ### Changed
1633
1641
  - Update node version requirement to 14.16.1
1634
1642
 
1643
+ [1.4.11]: https://github.com/Automattic/jetpack-components/compare/1.4.10...1.4.11
1644
+ [1.4.10]: https://github.com/Automattic/jetpack-components/compare/1.4.9...1.4.10
1635
1645
  [1.4.9]: https://github.com/Automattic/jetpack-components/compare/1.4.8...1.4.9
1636
1646
  [1.4.8]: https://github.com/Automattic/jetpack-components/compare/1.4.7...1.4.8
1637
1647
  [1.4.7]: https://github.com/Automattic/jetpack-components/compare/1.4.6...1.4.7
@@ -28,6 +28,7 @@
28
28
  &__screen {
29
29
  height: 100%;
30
30
  padding: 0;
31
+ overflow: hidden;
31
32
  }
32
33
 
33
34
  &__header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.4.9",
3
+ "version": "1.4.11",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -63,7 +63,7 @@
63
63
  "prop-types": "^15.7.2",
64
64
  "qrcode.react": "4.2.0",
65
65
  "react-slider": "2.0.5",
66
- "social-logos": "^3.3.5",
66
+ "social-logos": "^3.3.6",
67
67
  "uplot": "1.6.31",
68
68
  "uplot-react": "1.1.4"
69
69
  },
@@ -72,8 +72,8 @@
72
72
  "@babel/core": "7.28.4",
73
73
  "@babel/preset-react": "7.27.1",
74
74
  "@jest/globals": "30.2.0",
75
- "@storybook/addon-docs": "10.1.10",
76
- "@storybook/react": "10.1.10",
75
+ "@storybook/addon-docs": "10.2.3",
76
+ "@storybook/react": "10.2.3",
77
77
  "@testing-library/dom": "10.4.1",
78
78
  "@testing-library/react": "16.3.0",
79
79
  "@testing-library/user-event": "14.6.1",
@@ -85,7 +85,7 @@
85
85
  "react": "18.3.1",
86
86
  "react-dom": "18.3.1",
87
87
  "require-from-string": "2.0.2",
88
- "storybook": "10.1.10",
88
+ "storybook": "10.2.3",
89
89
  "ts-dedent": "2.2.0",
90
90
  "typescript": "5.9.3",
91
91
  "webpack": "5.101.3",