@atlaskit/drawer 11.0.14 → 11.0.15
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 -22
- package/dist/cjs/drawer.js +3 -3
- package/dist/es2019/drawer.js +3 -3
- package/dist/esm/drawer.js +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/drawer
|
|
2
2
|
|
|
3
|
+
## 11.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 11.0.14
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1009,7 +1015,6 @@
|
|
|
1009
1015
|
Breaking changes:
|
|
1010
1016
|
|
|
1011
1017
|
The following components have been removed from `@atlaskit/drawer`:
|
|
1012
|
-
|
|
1013
1018
|
- `DrawerItemTheme`
|
|
1014
1019
|
- `DrawerSkeletonHeader`
|
|
1015
1020
|
- `DrawerSkeletonItem`
|
|
@@ -1022,7 +1027,6 @@
|
|
|
1022
1027
|
more accessible and performant way.
|
|
1023
1028
|
|
|
1024
1029
|
Housekeeping:
|
|
1025
|
-
|
|
1026
1030
|
- Now exposes a `testId` property as a hook for automated testing.
|
|
1027
1031
|
- Package no longer depends on `styled-components` for styling
|
|
1028
1032
|
- Package no longer depends on `chromatism`
|
|
@@ -1257,7 +1261,6 @@
|
|
|
1257
1261
|
|
|
1258
1262
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1259
1263
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1260
|
-
|
|
1261
1264
|
- @atlaskit/docs@8.3.2
|
|
1262
1265
|
- @atlaskit/visual-regression@0.1.9
|
|
1263
1266
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -1443,12 +1446,10 @@
|
|
|
1443
1446
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
1444
1447
|
|
|
1445
1448
|
**Breaking changes**
|
|
1446
|
-
|
|
1447
1449
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
1448
1450
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
1449
1451
|
|
|
1450
1452
|
**Breaking changes to TypeScript annotations**
|
|
1451
|
-
|
|
1452
1453
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1453
1454
|
props as a generic type.
|
|
1454
1455
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1535,7 +1536,6 @@
|
|
|
1535
1536
|
### Patch Changes
|
|
1536
1537
|
|
|
1537
1538
|
- [patch][12e4a436a2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12e4a436a2):
|
|
1538
|
-
|
|
1539
1539
|
- Added focus lock to Drawer
|
|
1540
1540
|
|
|
1541
1541
|
## 4.1.5
|
|
@@ -1586,13 +1586,11 @@
|
|
|
1586
1586
|
## 4.1.0
|
|
1587
1587
|
|
|
1588
1588
|
- [minor][3301793aae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3301793aae):
|
|
1589
|
-
|
|
1590
1589
|
- Add DrawerSkeletonHeader, DrawerSkeletonItem and DrawerItemGroup components to drawer
|
|
1591
1590
|
|
|
1592
1591
|
## 4.0.0
|
|
1593
1592
|
|
|
1594
1593
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1595
|
-
|
|
1596
1594
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1597
1595
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1598
1596
|
|
|
@@ -1611,7 +1609,6 @@
|
|
|
1611
1609
|
## 3.0.8
|
|
1612
1610
|
|
|
1613
1611
|
- [patch][371becf9e2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/371becf9e2):
|
|
1614
|
-
|
|
1615
1612
|
- Internal changes only. Drawer is compatible with SSR.
|
|
1616
1613
|
|
|
1617
1614
|
## 3.0.7
|
|
@@ -1645,19 +1642,16 @@
|
|
|
1645
1642
|
## 3.0.5
|
|
1646
1643
|
|
|
1647
1644
|
- [patch][42d931a2fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/42d931a2fd):
|
|
1648
|
-
|
|
1649
1645
|
- Move visual-regression to devDependncies
|
|
1650
1646
|
|
|
1651
1647
|
## 3.0.4
|
|
1652
1648
|
|
|
1653
1649
|
- [patch][a28eb04426](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a28eb04426):
|
|
1654
|
-
|
|
1655
1650
|
- Migrates package from emotion 9 to emotion 10. No behaviour or API changes.
|
|
1656
1651
|
|
|
1657
1652
|
## 3.0.3
|
|
1658
1653
|
|
|
1659
1654
|
- [patch][211463f820](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/211463f820):
|
|
1660
|
-
|
|
1661
1655
|
- Bugfix: fixes z-index problem causing drawer to appear underneath navigation.
|
|
1662
1656
|
|
|
1663
1657
|
- Updated dependencies
|
|
@@ -1667,7 +1661,6 @@
|
|
|
1667
1661
|
## 3.0.2
|
|
1668
1662
|
|
|
1669
1663
|
- [patch][37ee906cf7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/37ee906cf7):
|
|
1670
|
-
|
|
1671
1664
|
- Internal changes only. Drawer uses @atlaskit/portal and is now SSR compatible.
|
|
1672
1665
|
|
|
1673
1666
|
## 3.0.1
|
|
@@ -1687,7 +1680,6 @@
|
|
|
1687
1680
|
## 3.0.0
|
|
1688
1681
|
|
|
1689
1682
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1690
|
-
|
|
1691
1683
|
- Drop ES5 from all the flow modules
|
|
1692
1684
|
|
|
1693
1685
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1744,7 +1736,6 @@
|
|
|
1744
1736
|
## 2.7.0
|
|
1745
1737
|
|
|
1746
1738
|
- [minor][9cfee26](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9cfee26):
|
|
1747
|
-
|
|
1748
1739
|
- Add data-test-selector to various components to help open and close the Notification Drawer
|
|
1749
1740
|
programmatically. This would support test automation
|
|
1750
1741
|
|
|
@@ -1765,7 +1756,6 @@
|
|
|
1765
1756
|
## 2.6.0
|
|
1766
1757
|
|
|
1767
1758
|
- [minor][53bf8be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/53bf8be):
|
|
1768
|
-
|
|
1769
1759
|
- Support onCloseComplete
|
|
1770
1760
|
|
|
1771
1761
|
## 2.5.4
|
|
@@ -1805,37 +1795,31 @@
|
|
|
1805
1795
|
## 2.5.1
|
|
1806
1796
|
|
|
1807
1797
|
- [patch][f480bab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f480bab):
|
|
1808
|
-
|
|
1809
1798
|
- Convert padding to margin to fix a scrolling issue in global-search
|
|
1810
1799
|
|
|
1811
1800
|
## 2.5.0
|
|
1812
1801
|
|
|
1813
1802
|
- [minor][aacb208](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aacb208):
|
|
1814
|
-
|
|
1815
1803
|
- Export a new component, DrawerItemTheme, for theming the Drawer with the navigation item theme.
|
|
1816
1804
|
|
|
1817
1805
|
## 2.4.0
|
|
1818
1806
|
|
|
1819
1807
|
- [minor][6746a42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6746a42):
|
|
1820
|
-
|
|
1821
1808
|
- Add extended width option and width transitions
|
|
1822
1809
|
|
|
1823
1810
|
## 2.3.1
|
|
1824
1811
|
|
|
1825
1812
|
- [patch][a6e5197](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a6e5197):
|
|
1826
|
-
|
|
1827
1813
|
- 1. Add canUseDOM to fix SSR issue in Drawer. 2) Update SSR tests in navigation-next to exclude
|
|
1828
1814
|
the examples with Hash, Router or Dom
|
|
1829
1815
|
|
|
1830
1816
|
## 2.3.0
|
|
1831
1817
|
|
|
1832
1818
|
- [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
|
|
1833
|
-
|
|
1834
1819
|
- Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow
|
|
1835
1820
|
to type check properly
|
|
1836
1821
|
|
|
1837
1822
|
- [minor][670597d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/670597d):
|
|
1838
|
-
|
|
1839
1823
|
- Make `width` prop optional and default it to 'narrow'
|
|
1840
1824
|
|
|
1841
1825
|
## 2.2.0
|
package/dist/cjs/drawer.js
CHANGED
|
@@ -67,7 +67,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
|
|
|
67
67
|
action: 'dismissed',
|
|
68
68
|
componentName: 'drawer',
|
|
69
69
|
packageName: "@atlaskit/drawer",
|
|
70
|
-
packageVersion: "
|
|
70
|
+
packageVersion: "11.0.14",
|
|
71
71
|
analyticsData: {
|
|
72
72
|
trigger: 'escKey'
|
|
73
73
|
}
|
|
@@ -90,7 +90,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
|
|
|
90
90
|
action: 'dismissed',
|
|
91
91
|
componentName: 'drawer',
|
|
92
92
|
packageName: "@atlaskit/drawer",
|
|
93
|
-
packageVersion: "
|
|
93
|
+
packageVersion: "11.0.14",
|
|
94
94
|
analyticsData: {
|
|
95
95
|
trigger: 'blanket'
|
|
96
96
|
}
|
|
@@ -102,7 +102,7 @@ var Drawer = exports.Drawer = function Drawer(_ref2) {
|
|
|
102
102
|
action: 'dismissed',
|
|
103
103
|
componentName: 'drawer',
|
|
104
104
|
packageName: "@atlaskit/drawer",
|
|
105
|
-
packageVersion: "
|
|
105
|
+
packageVersion: "11.0.14",
|
|
106
106
|
analyticsData: {
|
|
107
107
|
trigger: 'backButton'
|
|
108
108
|
}
|
package/dist/es2019/drawer.js
CHANGED
|
@@ -52,7 +52,7 @@ export const Drawer = ({
|
|
|
52
52
|
action: 'dismissed',
|
|
53
53
|
componentName: 'drawer',
|
|
54
54
|
packageName: "@atlaskit/drawer",
|
|
55
|
-
packageVersion: "
|
|
55
|
+
packageVersion: "11.0.14",
|
|
56
56
|
analyticsData: {
|
|
57
57
|
trigger: 'escKey'
|
|
58
58
|
}
|
|
@@ -73,7 +73,7 @@ export const Drawer = ({
|
|
|
73
73
|
action: 'dismissed',
|
|
74
74
|
componentName: 'drawer',
|
|
75
75
|
packageName: "@atlaskit/drawer",
|
|
76
|
-
packageVersion: "
|
|
76
|
+
packageVersion: "11.0.14",
|
|
77
77
|
analyticsData: {
|
|
78
78
|
trigger: 'blanket'
|
|
79
79
|
}
|
|
@@ -83,7 +83,7 @@ export const Drawer = ({
|
|
|
83
83
|
action: 'dismissed',
|
|
84
84
|
componentName: 'drawer',
|
|
85
85
|
packageName: "@atlaskit/drawer",
|
|
86
|
-
packageVersion: "
|
|
86
|
+
packageVersion: "11.0.14",
|
|
87
87
|
analyticsData: {
|
|
88
88
|
trigger: 'backButton'
|
|
89
89
|
}
|
package/dist/esm/drawer.js
CHANGED
|
@@ -57,7 +57,7 @@ export var Drawer = function Drawer(_ref2) {
|
|
|
57
57
|
action: 'dismissed',
|
|
58
58
|
componentName: 'drawer',
|
|
59
59
|
packageName: "@atlaskit/drawer",
|
|
60
|
-
packageVersion: "
|
|
60
|
+
packageVersion: "11.0.14",
|
|
61
61
|
analyticsData: {
|
|
62
62
|
trigger: 'escKey'
|
|
63
63
|
}
|
|
@@ -80,7 +80,7 @@ export var Drawer = function Drawer(_ref2) {
|
|
|
80
80
|
action: 'dismissed',
|
|
81
81
|
componentName: 'drawer',
|
|
82
82
|
packageName: "@atlaskit/drawer",
|
|
83
|
-
packageVersion: "
|
|
83
|
+
packageVersion: "11.0.14",
|
|
84
84
|
analyticsData: {
|
|
85
85
|
trigger: 'blanket'
|
|
86
86
|
}
|
|
@@ -92,7 +92,7 @@ export var Drawer = function Drawer(_ref2) {
|
|
|
92
92
|
action: 'dismissed',
|
|
93
93
|
componentName: 'drawer',
|
|
94
94
|
packageName: "@atlaskit/drawer",
|
|
95
|
-
packageVersion: "
|
|
95
|
+
packageVersion: "11.0.14",
|
|
96
96
|
analyticsData: {
|
|
97
97
|
trigger: 'backButton'
|
|
98
98
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/drawer",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.15",
|
|
4
4
|
"description": "A drawer is a panel that slides in from the left side of the screen.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
48
|
"@atlaskit/portal": "^5.1.0",
|
|
49
49
|
"@atlaskit/theme": "^21.0.0",
|
|
50
|
-
"@atlaskit/tokens": "^
|
|
50
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
|
-
"@compiled/react": "^0.18.
|
|
52
|
+
"@compiled/react": "^0.18.6",
|
|
53
53
|
"bind-event-listener": "^3.0.0",
|
|
54
54
|
"exenv": "^1.2.2",
|
|
55
55
|
"react-focus-lock": "^2.9.5",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@af/integration-testing": "workspace:^",
|
|
66
66
|
"@af/visual-regression": "workspace:^",
|
|
67
67
|
"@atlaskit/code": "^17.2.0",
|
|
68
|
-
"@atlaskit/docs": "^11.
|
|
68
|
+
"@atlaskit/docs": "^11.2.0",
|
|
69
69
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
70
70
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
71
71
|
"@atlaskit/form": "^14.2.0",
|