@atlaskit/side-nav-items 1.10.2 → 1.12.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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @atlaskit/side-nav-items
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`f48c03e011b92`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f48c03e011b92) -
8
+ Updated usage of `SideNavContent` to `SideNavBody` due to rename in `@atlaskit/navigation-system`.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 1.11.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`12424cd3197be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12424cd3197be) -
19
+ Cleans up the `platform_dst_nav4_flyoutmenuitem_render_to_parent` feature gate. Flyout menu item
20
+ popups now always use `shouldRenderToParent` and are not rendered in a portal.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+
3
26
  ## 1.10.2
4
27
 
5
28
  ### Patch Changes
@@ -142,7 +142,7 @@ var FlyoutMenuItemContent = exports.FlyoutMenuItemContent = /*#__PURE__*/(0, _re
142
142
  * need to be repositioned.
143
143
  */,
144
144
  shouldDisableGpuAcceleration: true,
145
- shouldRenderToParent: (0, _platformFeatureFlags.fg)('platform_dst_nav4_flyoutmenuitem_render_to_parent')
145
+ shouldRenderToParent: true
146
146
  }, function (_ref2) {
147
147
  var update = _ref2.update;
148
148
  return /*#__PURE__*/_react.default.createElement(UpdatePopperOnContentResize, {
@@ -130,7 +130,7 @@ export const FlyoutMenuItemContent = /*#__PURE__*/forwardRef(({
130
130
  * need to be repositioned.
131
131
  */,
132
132
  shouldDisableGpuAcceleration: true,
133
- shouldRenderToParent: fg('platform_dst_nav4_flyoutmenuitem_render_to_parent')
133
+ shouldRenderToParent: true
134
134
  }, ({
135
135
  update
136
136
  }) => /*#__PURE__*/React.createElement(UpdatePopperOnContentResize, {
@@ -133,7 +133,7 @@ export var FlyoutMenuItemContent = /*#__PURE__*/forwardRef(function (_ref, forwa
133
133
  * need to be repositioned.
134
134
  */,
135
135
  shouldDisableGpuAcceleration: true,
136
- shouldRenderToParent: fg('platform_dst_nav4_flyoutmenuitem_render_to_parent')
136
+ shouldRenderToParent: true
137
137
  }, function (_ref2) {
138
138
  var update = _ref2.update;
139
139
  return /*#__PURE__*/React.createElement(UpdatePopperOnContentResize, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-nav-items",
3
- "version": "1.10.2",
3
+ "version": "1.12.0",
4
4
  "description": "Menu items and elements for the side nav area.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,12 +38,12 @@
38
38
  "@atlaskit/icon": "^33.0.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
41
- "@atlaskit/popup": "^4.13.0",
41
+ "@atlaskit/popup": "^4.14.0",
42
42
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
43
43
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
44
44
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
45
45
  "@atlaskit/primitives": "^18.0.0",
46
- "@atlaskit/tokens": "^11.1.0",
46
+ "@atlaskit/tokens": "^11.2.0",
47
47
  "@atlaskit/tooltip": "^21.0.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.20.0",
@@ -59,7 +59,7 @@
59
59
  "@af/visual-regression": "workspace:^",
60
60
  "@atlaskit/app-provider": "^4.1.0",
61
61
  "@atlaskit/lozenge": "^13.5.0",
62
- "@atlaskit/navigation-system": "^6.3.0",
62
+ "@atlaskit/navigation-system": "^7.0.0",
63
63
  "@atlaskit/ssr": "workspace:^",
64
64
  "@atlassian/a11y-jest-testing": "^0.10.0",
65
65
  "@atlassian/feature-flags-test-utils": "^1.0.0",
@@ -110,9 +110,6 @@
110
110
  "platform_dst_nav4_flyout_menu_slots_close_button": {
111
111
  "type": "boolean"
112
112
  },
113
- "platform_dst_nav4_flyoutmenuitem_render_to_parent": {
114
- "type": "boolean"
115
- },
116
113
  "navx-4169-improve-gsn-code": {
117
114
  "type": "boolean"
118
115
  }