@atlaskit/editor-plugin-panel 8.1.16 → 8.1.18

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,19 @@
1
1
  # @atlaskit/editor-plugin-panel
2
2
 
3
+ ## 8.1.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.1.17
10
+
11
+ ### Patch Changes
12
+
13
+ - [`2e389ee54c1f1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e389ee54c1f1) -
14
+ Update gates to roll out minor updates faster
15
+ - Updated dependencies
16
+
3
17
  ## 8.1.16
4
18
 
5
19
  ### 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.18",
4
4
  "description": "Panel plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,17 +38,17 @@
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
39
39
  "@atlaskit/editor-shared-styles": "^3.10.0",
40
40
  "@atlaskit/editor-toolbar": "^0.18.0",
41
- "@atlaskit/emoji": "^69.8.0",
41
+ "@atlaskit/emoji": "^69.9.0",
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": "^15.0.0",
46
46
  "@atlaskit/tokens": "^8.4.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "uuid": "^3.1.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@atlaskit/editor-common": "^110.38.0",
51
+ "@atlaskit/editor-common": "^110.40.0",
52
52
  "react": "^18.2.0",
53
53
  "react-dom": "^18.2.0",
54
54
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -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
  },