@atlaskit/editor-plugins 11.0.16 → 11.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 11.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.0.16
4
10
 
5
11
  ### Patch Changes
@@ -1594,7 +1600,6 @@
1594
1600
  - [#188604](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188604)
1595
1601
  [`2447351dcf766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2447351dcf766) - ##
1596
1602
  What? Remove entry-points to table plugin:
1597
-
1598
1603
  - `@atlaskit/editor-plugin-table/commands`
1599
1604
  - `@atlaskit/editor-plugin-table/plugin-key`
1600
1605
  - `@atlaskit/editor-plugin-table/ui/consts`
@@ -2534,7 +2539,6 @@
2534
2539
 
2535
2540
  This experiment was only enabled for Confluence and should not have been enabled in other places.
2536
2541
  If for some reason any of the following props/state/methdos were used please remove them:
2537
-
2538
2542
  - isConsumption
2539
2543
  - contentMode
2540
2544
  - initialContentMode
@@ -4808,7 +4812,6 @@
4808
4812
  Removed external re-export from entry file:
4809
4813
 
4810
4814
  @atlaskit/editor-plugin-width:
4811
-
4812
4815
  - type `WidthPluginState` -> Use type `EditorContainerWidth` from `@atlaskit/editor-common/types`
4813
4816
  instead
4814
4817
 
@@ -7744,7 +7747,6 @@
7744
7747
  Split out side-effects from viewmode plugin to seperate plugin to reduce cyclical dependency risk
7745
7748
 
7746
7749
  # WHAT
7747
-
7748
7750
  - Remove `createFilterStepsPlugin` from the editorViewMode Plugin and is implemented in
7749
7751
  editorViewModeEffects instead.
7750
7752
  - Remove `appendTransaction` from the editorViewMode plugin and add as a new PMPlugin in
@@ -7764,7 +7766,6 @@
7764
7766
 
7765
7767
  All incompatibilities should be addressed within this changeset, however for the sake of
7766
7768
  completeness:
7767
-
7768
7769
  - `editor-plugin-editor-viewmode-effects` must be added to any preset that relies on the viewmode
7769
7770
  filter steps plugin for viewmode annotations. Currently this seems to only be the confluence
7770
7771
  editor itself.
@@ -9610,7 +9611,6 @@
9610
9611
  ## WHAT?:
9611
9612
 
9612
9613
  Removing feature flags:
9613
-
9614
9614
  - singleLayout
9615
9615
  - newInsertionBehaviour
9616
9616
  - interactiveExpand
@@ -9624,7 +9624,6 @@
9624
9624
  maintenance burden
9625
9625
 
9626
9626
  ## HOW to update your code:
9627
-
9628
9627
  - If you were using the feature flag - the behaviour is now default and you can remove the flags
9629
9628
  - If you were not using the feature flag - the behaviour is now default.
9630
9629
  - If you have opted out of using the feature flag - we have been careful to ensure no-one has
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "11.0.16",
3
+ "version": "11.0.17",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/editor-plugin-batch-attribute-updates": "6.0.0",
39
39
  "@atlaskit/editor-plugin-before-primary-toolbar": "6.0.0",
40
40
  "@atlaskit/editor-plugin-better-type-history": "6.1.0",
41
- "@atlaskit/editor-plugin-block-controls": "7.2.9",
41
+ "@atlaskit/editor-plugin-block-controls": "7.2.10",
42
42
  "@atlaskit/editor-plugin-block-menu": "4.0.23",
43
43
  "@atlaskit/editor-plugin-block-type": "10.1.3",
44
44
  "@atlaskit/editor-plugin-border": "6.0.0",
@@ -100,7 +100,7 @@
100
100
  "@atlaskit/editor-plugin-placeholder": "6.1.1",
101
101
  "@atlaskit/editor-plugin-placeholder-text": "7.0.0",
102
102
  "@atlaskit/editor-plugin-primary-toolbar": "7.0.1",
103
- "@atlaskit/editor-plugin-quick-insert": "6.0.3",
103
+ "@atlaskit/editor-plugin-quick-insert": "6.0.4",
104
104
  "@atlaskit/editor-plugin-rule": "6.0.0",
105
105
  "@atlaskit/editor-plugin-save-on-enter": "6.0.0",
106
106
  "@atlaskit/editor-plugin-scroll-into-view": "6.0.0",
@@ -111,9 +111,9 @@
111
111
  "@atlaskit/editor-plugin-show-diff": "3.0.1",
112
112
  "@atlaskit/editor-plugin-status": "7.0.1",
113
113
  "@atlaskit/editor-plugin-submit-editor": "6.0.0",
114
- "@atlaskit/editor-plugin-synced-block": "3.3.6",
114
+ "@atlaskit/editor-plugin-synced-block": "3.4.0",
115
115
  "@atlaskit/editor-plugin-synced-block-prototype": "3.0.0",
116
- "@atlaskit/editor-plugin-table": "15.1.2",
116
+ "@atlaskit/editor-plugin-table": "15.1.3",
117
117
  "@atlaskit/editor-plugin-tasks-and-decisions": "9.0.12",
118
118
  "@atlaskit/editor-plugin-text-color": "6.2.4",
119
119
  "@atlaskit/editor-plugin-text-formatting": "6.0.12",