@atlaskit/side-nav-items 1.0.0 → 1.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 +16 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,17 @@
|
|
|
1
1
|
# @atlaskit/side-nav-items
|
|
2
|
+
|
|
3
|
+
## 1.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4b1149e96b0e1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4b1149e96b0e1) -
|
|
8
|
+
Add five new entry points (/command, /command-creator, /singleton, /client-types, /bridge-api) to
|
|
9
|
+
enable granular imports for better tree-shaking and performance. Existing barrel imports continue
|
|
10
|
+
to work; this is a foundational change that enables future debarreling work.
|
|
11
|
+
|
|
12
|
+
## 1.0.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`e4b717d8304e8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e4b717d8304e8) -
|
|
17
|
+
Add @atlassian/a11y-jest-testing to devDependencies.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-nav-items",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Menu items and elements for the navigation side nav area.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"@atlaskit/lozenge": "^13.3.0",
|
|
61
61
|
"@atlaskit/navigation-system": "^5.30.0",
|
|
62
62
|
"@atlaskit/ssr": "workspace:^",
|
|
63
|
+
"@atlassian/a11y-jest-testing": "^0.8.0",
|
|
63
64
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
64
65
|
"@atlassian/testing-library": "^0.4.0",
|
|
65
66
|
"@testing-library/react": "^13.4.0",
|