@atlaskit/page-layout 4.2.15 → 4.2.16
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 +6 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/page-layout
|
|
2
2
|
|
|
3
|
+
## 4.2.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 4.2.15
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -871,7 +877,6 @@
|
|
|
871
877
|
- [#32575](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32575)
|
|
872
878
|
[`2a9f6f800ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a9f6f800ef) -
|
|
873
879
|
**Fixes**
|
|
874
|
-
|
|
875
880
|
- `onLeftSidebarExpand` is no longer called when the sidebar is already open.
|
|
876
881
|
`onLeftSidebarExpand` oculd previously be incorrectly called if a user resized an expanded
|
|
877
882
|
sidebar to slightly smaller than the default sidebar width, or when the user cancelled a sidebar
|
|
@@ -884,7 +889,6 @@
|
|
|
884
889
|
closure)
|
|
885
890
|
|
|
886
891
|
**Improvements**
|
|
887
|
-
|
|
888
892
|
- no longer possible to trigger the collapse of the sidebar when it is already collapsed
|
|
889
893
|
- no longer possible to trigger an expand of the sidebar when it is already expanded
|
|
890
894
|
- triggering an expand while the sidebar is collapsing will now flush the pending
|
|
@@ -1607,12 +1611,10 @@
|
|
|
1607
1611
|
- [minor][9015d5614a](https://bitbucket.org/atlassian/atlassian-frontend/commits/9015d5614a):
|
|
1608
1612
|
|
|
1609
1613
|
**BREAKING**
|
|
1610
|
-
|
|
1611
1614
|
- Make `ResizeControl` composable. If it's not passed as a child to `LeftSidebar`, it will not be
|
|
1612
1615
|
resizable.
|
|
1613
1616
|
|
|
1614
1617
|
**NON-BREAKING**
|
|
1615
|
-
|
|
1616
1618
|
- Fix a bug with flyout behaviour in non-fixed mode. It no longer pushes body content to the side.
|
|
1617
1619
|
- Fix a bug where `Main` couldn't handle wide content without breaking the layout.
|
|
1618
1620
|
- Fixed the bug where expanding the LeftSidebar always set the width to 240px instead of users'
|
|
@@ -1626,7 +1628,6 @@
|
|
|
1626
1628
|
|
|
1627
1629
|
Minor package.json config compliance updates- Updated dependencies
|
|
1628
1630
|
[8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
|
|
1629
|
-
|
|
1630
1631
|
- @atlaskit/docs@8.5.0
|
|
1631
1632
|
|
|
1632
1633
|
## 0.0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-layout",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.16",
|
|
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/"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
45
|
"@atlaskit/primitives": "^15.0.0",
|
|
46
46
|
"@atlaskit/theme": "^21.0.0",
|
|
47
|
-
"@atlaskit/tokens": "^
|
|
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.
|
|
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",
|