@atlaskit/editor-plugin-floating-toolbar 8.2.5 → 8.2.6

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 +6 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-floating-toolbar
2
2
 
3
+ ## 8.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.2.5
4
10
 
5
11
  ### Patch Changes
@@ -363,7 +369,6 @@
363
369
  shared context or singletons.
364
370
 
365
371
  **HOW TO ADJUST:**
366
-
367
372
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
368
373
  any of these editor plugins.
369
374
  - Ensure the version you install matches the version required by the plugins.
@@ -578,7 +583,6 @@
578
583
 
579
584
  This experiment was only enabled for Confluence and should not have been enabled in other places.
580
585
  If for some reason any of the following props/state/methdos were used please remove them:
581
-
582
586
  - isConsumption
583
587
  - contentMode
584
588
  - initialContentMode
@@ -1237,7 +1241,6 @@
1237
1241
  - [#171014](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171014)
1238
1242
  [`6163248356c63`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6163248356c63) -
1239
1243
  [ED-25833] Replace the following FGs with experiment `platform_editor_advanced_layouts`
1240
-
1241
1244
  - platform_editor_advanced_layouts_breakout_resizing
1242
1245
  - platform_editor_advanced_layouts_pre_release_1
1243
1246
  - platform_editor_advanced_layouts_pre_release_2
@@ -1868,7 +1871,6 @@
1868
1871
  ## WHAT?:
1869
1872
 
1870
1873
  Removing feature flags:
1871
-
1872
1874
  - singleLayout
1873
1875
  - newInsertionBehaviour
1874
1876
  - interactiveExpand
@@ -1882,7 +1884,6 @@
1882
1884
  maintenance burden
1883
1885
 
1884
1886
  ## HOW to update your code:
1885
-
1886
1887
  - If you were using the feature flag - the behaviour is now default and you can remove the flags
1887
1888
  - If you were not using the feature flag - the behaviour is now default.
1888
1889
  - If you have opted out of using the feature flag - we have been careful to ensure no-one has
@@ -2098,7 +2099,6 @@
2098
2099
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
2099
2100
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
2100
2101
  feature flags plugin optional in all plugins including:
2101
-
2102
2102
  - analytics
2103
2103
  - base
2104
2104
  - card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "8.2.5",
3
+ "version": "8.2.6",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
34
34
  "@atlaskit/editor-plugin-emoji": "^7.3.0",
35
35
  "@atlaskit/editor-plugin-extension": "^9.0.0",
36
- "@atlaskit/editor-plugin-interaction": "^8.0.0",
36
+ "@atlaskit/editor-plugin-interaction": "^9.0.0",
37
37
  "@atlaskit/editor-plugin-table": "^15.1.0",
38
38
  "@atlaskit/editor-plugin-user-intent": "^4.0.0",
39
39
  "@atlaskit/editor-prosemirror": "7.0.0",
@@ -45,8 +45,8 @@
45
45
  "@atlaskit/primitives": "^15.0.0",
46
46
  "@atlaskit/select": "^21.3.0",
47
47
  "@atlaskit/theme": "^21.0.0",
48
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
49
- "@atlaskit/tokens": "^6.5.0",
48
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
49
+ "@atlaskit/tokens": "^7.0.0",
50
50
  "@atlaskit/tooltip": "^20.5.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
@@ -57,7 +57,7 @@
57
57
  "react-loadable": "^5.1.0"
58
58
  },
59
59
  "peerDependencies": {
60
- "@atlaskit/editor-common": "^110.12.0",
60
+ "@atlaskit/editor-common": "^110.13.0",
61
61
  "react": "^18.2.0",
62
62
  "react-dom": "^18.2.0"
63
63
  },