@atlaskit/editor-plugin-panel 8.1.16 → 8.1.17

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,13 @@
1
1
  # @atlaskit/editor-plugin-panel
2
2
 
3
+ ## 8.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2e389ee54c1f1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e389ee54c1f1) -
8
+ Update gates to roll out minor updates faster
9
+ - Updated dependencies
10
+
3
11
  ## 8.1.16
4
12
 
5
13
  ### Patch Changes
@@ -47,7 +47,7 @@ var panelPlugin = function panelPlugin(_ref) {
47
47
  name: 'panel',
48
48
  nodes: function nodes() {
49
49
  if ((0, _platformFeatureFlags.fg)('platform_editor_adf_with_localid')) {
50
- if ((0, _platformFeatureFlags.fg)('platform_editor_ai_aifc_patch_beta')) {
50
+ if ((0, _platformFeatureFlags.fg)('platform_editor_ai_generic_prep_for_aifc_2')) {
51
51
  return [{
52
52
  name: 'panel',
53
53
  node: _objectSpread(_objectSpread({}, (0, _adfSchema.extendedPanelWithLocalId)(!!options.allowCustomPanel)), {}, {
@@ -37,7 +37,7 @@ const panelPlugin = ({
37
37
  name: 'panel',
38
38
  nodes() {
39
39
  if (fg('platform_editor_adf_with_localid')) {
40
- if (fg('platform_editor_ai_aifc_patch_beta')) {
40
+ if (fg('platform_editor_ai_generic_prep_for_aifc_2')) {
41
41
  return [{
42
42
  name: 'panel',
43
43
  node: {
@@ -40,7 +40,7 @@ var panelPlugin = function panelPlugin(_ref) {
40
40
  name: 'panel',
41
41
  nodes: function nodes() {
42
42
  if (fg('platform_editor_adf_with_localid')) {
43
- if (fg('platform_editor_ai_aifc_patch_beta')) {
43
+ if (fg('platform_editor_ai_generic_prep_for_aifc_2')) {
44
44
  return [{
45
45
  name: 'panel',
46
46
  node: _objectSpread(_objectSpread({}, extendedPanelWithLocalId(!!options.allowCustomPanel)), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-panel",
3
- "version": "8.1.16",
3
+ "version": "8.1.17",
4
4
  "description": "Panel plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  "@atlaskit/icon": "^29.0.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/theme": "^21.0.0",
45
- "@atlaskit/tmp-editor-statsig": "^14.5.0",
45
+ "@atlaskit/tmp-editor-statsig": "^14.6.0",
46
46
  "@atlaskit/tokens": "^8.4.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "uuid": "^3.1.0"
@@ -93,10 +93,10 @@
93
93
  "platform_editor_nested_dnd_styles_changes": {
94
94
  "type": "boolean"
95
95
  },
96
- "platform_editor_adf_with_localid": {
96
+ "platform_editor_ai_generic_prep_for_aifc_2": {
97
97
  "type": "boolean"
98
98
  },
99
- "platform_editor_ai_aifc_patch_beta": {
99
+ "platform_editor_adf_with_localid": {
100
100
  "type": "boolean"
101
101
  }
102
102
  },