@automattic/jetpack-components 1.4.10 → 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,10 @@
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
+
5
9
  ## [1.4.10] - 2026-02-03
6
10
  ### Changed
7
11
  - Update package dependencies. [#46905]
@@ -1636,6 +1640,7 @@
1636
1640
  ### Changed
1637
1641
  - Update node version requirement to 14.16.1
1638
1642
 
1643
+ [1.4.11]: https://github.com/Automattic/jetpack-components/compare/1.4.10...1.4.11
1639
1644
  [1.4.10]: https://github.com/Automattic/jetpack-components/compare/1.4.9...1.4.10
1640
1645
  [1.4.9]: https://github.com/Automattic/jetpack-components/compare/1.4.8...1.4.9
1641
1646
  [1.4.8]: https://github.com/Automattic/jetpack-components/compare/1.4.7...1.4.8
@@ -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.10",
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
  },