@atlaskit/editor-plugins 11.0.16 → 11.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -7
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 11.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.0.17
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 11.0.16
4
16
 
5
17
  ### Patch Changes
@@ -1594,7 +1606,6 @@
1594
1606
  - [#188604](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188604)
1595
1607
  [`2447351dcf766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2447351dcf766) - ##
1596
1608
  What? Remove entry-points to table plugin:
1597
-
1598
1609
  - `@atlaskit/editor-plugin-table/commands`
1599
1610
  - `@atlaskit/editor-plugin-table/plugin-key`
1600
1611
  - `@atlaskit/editor-plugin-table/ui/consts`
@@ -2534,7 +2545,6 @@
2534
2545
 
2535
2546
  This experiment was only enabled for Confluence and should not have been enabled in other places.
2536
2547
  If for some reason any of the following props/state/methdos were used please remove them:
2537
-
2538
2548
  - isConsumption
2539
2549
  - contentMode
2540
2550
  - initialContentMode
@@ -4808,7 +4818,6 @@
4808
4818
  Removed external re-export from entry file:
4809
4819
 
4810
4820
  @atlaskit/editor-plugin-width:
4811
-
4812
4821
  - type `WidthPluginState` -> Use type `EditorContainerWidth` from `@atlaskit/editor-common/types`
4813
4822
  instead
4814
4823
 
@@ -7744,7 +7753,6 @@
7744
7753
  Split out side-effects from viewmode plugin to seperate plugin to reduce cyclical dependency risk
7745
7754
 
7746
7755
  # WHAT
7747
-
7748
7756
  - Remove `createFilterStepsPlugin` from the editorViewMode Plugin and is implemented in
7749
7757
  editorViewModeEffects instead.
7750
7758
  - Remove `appendTransaction` from the editorViewMode plugin and add as a new PMPlugin in
@@ -7764,7 +7772,6 @@
7764
7772
 
7765
7773
  All incompatibilities should be addressed within this changeset, however for the sake of
7766
7774
  completeness:
7767
-
7768
7775
  - `editor-plugin-editor-viewmode-effects` must be added to any preset that relies on the viewmode
7769
7776
  filter steps plugin for viewmode annotations. Currently this seems to only be the confluence
7770
7777
  editor itself.
@@ -9610,7 +9617,6 @@
9610
9617
  ## WHAT?:
9611
9618
 
9612
9619
  Removing feature flags:
9613
-
9614
9620
  - singleLayout
9615
9621
  - newInsertionBehaviour
9616
9622
  - interactiveExpand
@@ -9624,7 +9630,6 @@
9624
9630
  maintenance burden
9625
9631
 
9626
9632
  ## HOW to update your code:
9627
-
9628
9633
  - If you were using the feature flag - the behaviour is now default and you can remove the flags
9629
9634
  - If you were not using the feature flag - the behaviour is now default.
9630
9635
  - 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.18",
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.11",
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",
@@ -85,11 +85,11 @@
85
85
  "@atlaskit/editor-plugin-interaction": "8.0.0",
86
86
  "@atlaskit/editor-plugin-layout": "6.0.9",
87
87
  "@atlaskit/editor-plugin-limited-mode": "3.0.3",
88
- "@atlaskit/editor-plugin-list": "8.1.2",
88
+ "@atlaskit/editor-plugin-list": "8.1.3",
89
89
  "@atlaskit/editor-plugin-local-id": "4.1.0",
90
90
  "@atlaskit/editor-plugin-loom": "8.0.8",
91
91
  "@atlaskit/editor-plugin-max-content-size": "6.0.0",
92
- "@atlaskit/editor-plugin-media": "8.1.3",
92
+ "@atlaskit/editor-plugin-media": "8.1.4",
93
93
  "@atlaskit/editor-plugin-media-insert": "12.0.2",
94
94
  "@atlaskit/editor-plugin-mentions": "8.0.2",
95
95
  "@atlaskit/editor-plugin-metrics": "7.0.1",
@@ -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",