@atlaskit/side-navigation 4.0.0 → 4.1.0
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 +12 -0
- package/dist/cjs/components/Footer/index.js +1 -1
- package/dist/cjs/components/LoadingItems/index.js +1 -1
- package/dist/cjs/components/NavigationContent/index.js +1 -1
- package/dist/cjs/components/NavigationFooter/index.js +1 -1
- package/dist/cjs/components/NavigationHeader/index.js +1 -1
- package/dist/cjs/components/NestableNavigationContent/index.js +1 -1
- package/dist/cjs/components/NestingItem/index.js +1 -1
- package/dist/cjs/components/SideNavigation/index.js +1 -1
- package/dist/es2019/components/Footer/index.js +1 -1
- package/dist/es2019/components/LoadingItems/index.js +1 -1
- package/dist/es2019/components/NavigationContent/index.js +1 -1
- package/dist/es2019/components/NavigationFooter/index.js +1 -1
- package/dist/es2019/components/NavigationHeader/index.js +1 -1
- package/dist/es2019/components/NestableNavigationContent/index.js +1 -1
- package/dist/es2019/components/NestingItem/index.js +1 -1
- package/dist/es2019/components/SideNavigation/index.js +1 -1
- package/dist/esm/components/Footer/index.js +1 -1
- package/dist/esm/components/LoadingItems/index.js +1 -1
- package/dist/esm/components/NavigationContent/index.js +1 -1
- package/dist/esm/components/NavigationFooter/index.js +1 -1
- package/dist/esm/components/NavigationHeader/index.js +1 -1
- package/dist/esm/components/NestableNavigationContent/index.js +1 -1
- package/dist/esm/components/NestingItem/index.js +1 -1
- package/dist/esm/components/SideNavigation/index.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/side-navigation
|
|
2
2
|
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
|
|
8
|
+
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
|
|
9
|
+
Update `React` from v16 to v18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 4.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./index.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-navigation",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "A highly composable side navigation component that supports nested views.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"runReact18": true
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/css": "^0.
|
|
36
|
-
"@atlaskit/ds-lib": "^3.
|
|
37
|
-
"@atlaskit/icon": "^23.
|
|
38
|
-
"@atlaskit/menu": "^2.
|
|
39
|
-
"@atlaskit/motion": "^1.
|
|
35
|
+
"@atlaskit/css": "^0.8.0",
|
|
36
|
+
"@atlaskit/ds-lib": "^3.5.0",
|
|
37
|
+
"@atlaskit/icon": "^23.5.0",
|
|
38
|
+
"@atlaskit/menu": "^2.14.0",
|
|
39
|
+
"@atlaskit/motion": "^1.10.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
41
|
-
"@atlaskit/primitives": "^13.
|
|
42
|
-
"@atlaskit/theme": "^14.
|
|
43
|
-
"@atlaskit/tokens": "^3.
|
|
41
|
+
"@atlaskit/primitives": "^13.4.0",
|
|
42
|
+
"@atlaskit/theme": "^14.1.0",
|
|
43
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.18.1"
|
|
46
46
|
},
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@af/visual-regression": "*",
|
|
54
54
|
"@atlaskit/visual-regression": "*",
|
|
55
55
|
"@atlassian/feature-flags-test-utils": "*",
|
|
56
|
-
"@testing-library/react": "^
|
|
56
|
+
"@testing-library/react": "^13.4.0",
|
|
57
57
|
"@types/jest-axe": "^3.5.5",
|
|
58
58
|
"ast-types": "^0.13.3",
|
|
59
59
|
"jest-axe": "^8.0.0",
|