@atlaskit/page-layout 4.2.15 → 4.2.17

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 4.2.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.2.16
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.2.15
4
16
 
5
17
  ### Patch Changes
@@ -871,7 +883,6 @@
871
883
  - [#32575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32575)
872
884
  [`2a9f6f800ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a9f6f800ef) -
873
885
  **Fixes**
874
-
875
886
  - `onLeftSidebarExpand` is no longer called when the sidebar is already open.
876
887
  `onLeftSidebarExpand` oculd previously be incorrectly called if a user resized an expanded
877
888
  sidebar to slightly smaller than the default sidebar width, or when the user cancelled a sidebar
@@ -884,7 +895,6 @@
884
895
  closure)
885
896
 
886
897
  **Improvements**
887
-
888
898
  - no longer possible to trigger the collapse of the sidebar when it is already collapsed
889
899
  - no longer possible to trigger an expand of the sidebar when it is already expanded
890
900
  - triggering an expand while the sidebar is collapsing will now flush the pending
@@ -1607,12 +1617,10 @@
1607
1617
  - [minor][9015d5614a](https://bitbucket.org/atlassian/atlassian-frontend/commits/9015d5614a):
1608
1618
 
1609
1619
  **BREAKING**
1610
-
1611
1620
  - Make `ResizeControl` composable. If it's not passed as a child to `LeftSidebar`, it will not be
1612
1621
  resizable.
1613
1622
 
1614
1623
  **NON-BREAKING**
1615
-
1616
1624
  - Fix a bug with flyout behaviour in non-fixed mode. It no longer pushes body content to the side.
1617
1625
  - Fix a bug where `Main` couldn't handle wide content without breaking the layout.
1618
1626
  - Fixed the bug where expanding the LeftSidebar always set the width to 240px instead of users'
@@ -1626,7 +1634,6 @@
1626
1634
 
1627
1635
  Minor package.json config compliance updates- Updated dependencies
1628
1636
  [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
1629
-
1630
1637
  - @atlaskit/docs@8.5.0
1631
1638
 
1632
1639
  ## 0.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "4.2.15",
3
+ "version": "4.2.17",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,9 +42,9 @@
42
42
  "@atlaskit/link": "^3.2.0",
43
43
  "@atlaskit/motion": "^5.3.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
- "@atlaskit/primitives": "^15.0.0",
45
+ "@atlaskit/primitives": "^16.0.0",
46
46
  "@atlaskit/theme": "^21.0.0",
47
- "@atlaskit/tokens": "^6.5.0",
47
+ "@atlaskit/tokens": "^7.0.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "bind-event-listener": "^3.0.0",
@@ -59,7 +59,7 @@
59
59
  "@af/integration-testing": "workspace:^",
60
60
  "@atlaskit/atlassian-navigation": "^5.3.0",
61
61
  "@atlaskit/button": "^23.5.0",
62
- "@atlaskit/docs": "^11.1.0",
62
+ "@atlaskit/docs": "^11.2.0",
63
63
  "@atlaskit/logo": "^19.9.0",
64
64
  "@atlaskit/menu": "^8.4.0",
65
65
  "@atlaskit/popup": "^4.4.0",