@atlaskit/navigation-system 6.3.1 → 6.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +6 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 6.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`12424cd3197be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12424cd3197be) -
8
+ Cleans up the `platform_dst_nav4_flyoutmenuitem_render_to_parent` feature gate. Flyout menu item
9
+ popups now always use `shouldRenderToParent` and are not rendered in a portal.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 6.3.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 6.3.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "6.3.1",
3
+ "version": "6.4.0",
4
4
  "description": "The latest navigation system for Atlassian apps.",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
6
6
  "author": "Atlassian Pty Ltd",
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@atlaskit/analytics-next": "^11.1.0",
67
- "@atlaskit/avatar": "^25.9.0",
67
+ "@atlaskit/avatar": "^25.10.0",
68
68
  "@atlaskit/button": "^23.10.0",
69
69
  "@atlaskit/css": "^0.19.0",
70
70
  "@atlaskit/ds-lib": "^6.0.0",
@@ -72,12 +72,12 @@
72
72
  "@atlaskit/layering": "^3.6.0",
73
73
  "@atlaskit/logo": "^19.10.0",
74
74
  "@atlaskit/platform-feature-flags": "^1.1.0",
75
- "@atlaskit/popup": "^4.13.0",
75
+ "@atlaskit/popup": "^4.14.0",
76
76
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
77
77
  "@atlaskit/primitives": "^18.0.0",
78
- "@atlaskit/side-nav-items": "^1.10.0",
78
+ "@atlaskit/side-nav-items": "^1.11.0",
79
79
  "@atlaskit/tokens": "^11.1.0",
80
- "@atlaskit/tooltip": "^20.14.0",
80
+ "@atlaskit/tooltip": "^21.0.0",
81
81
  "@atlaskit/visually-hidden": "^3.0.0",
82
82
  "@babel/runtime": "^7.0.0",
83
83
  "@compiled/react": "^0.20.0",
@@ -114,7 +114,7 @@
114
114
  "@atlaskit/textfield": "^8.2.0",
115
115
  "@atlassian/feature-flags-test-utils": "^1.0.0",
116
116
  "@atlassian/gemini": "^1.38.0",
117
- "@atlassian/search-dialog": "^9.15.0",
117
+ "@atlassian/search-dialog": "^9.16.0",
118
118
  "@atlassian/ssr-tests": "workspace:^",
119
119
  "@atlassian/test-utils": "^1.0.0",
120
120
  "@atlassian/testing-library": "^0.4.0",
@@ -160,9 +160,6 @@
160
160
  "type": "boolean",
161
161
  "referenceOnly": true
162
162
  },
163
- "platform_dst_nav4_flyoutmenuitem_render_to_parent": {
164
- "type": "boolean"
165
- },
166
163
  "navx-full-height-sidebar": {
167
164
  "type": "boolean"
168
165
  },