@atlaskit/editor-plugins 11.0.15 → 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.
- package/CHANGELOG.md +12 -7
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 11.0.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 11.0.16
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 11.0.15
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1588,7 +1600,6 @@
|
|
|
1588
1600
|
- [#188604](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188604)
|
|
1589
1601
|
[`2447351dcf766`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2447351dcf766) - ##
|
|
1590
1602
|
What? Remove entry-points to table plugin:
|
|
1591
|
-
|
|
1592
1603
|
- `@atlaskit/editor-plugin-table/commands`
|
|
1593
1604
|
- `@atlaskit/editor-plugin-table/plugin-key`
|
|
1594
1605
|
- `@atlaskit/editor-plugin-table/ui/consts`
|
|
@@ -2528,7 +2539,6 @@
|
|
|
2528
2539
|
|
|
2529
2540
|
This experiment was only enabled for Confluence and should not have been enabled in other places.
|
|
2530
2541
|
If for some reason any of the following props/state/methdos were used please remove them:
|
|
2531
|
-
|
|
2532
2542
|
- isConsumption
|
|
2533
2543
|
- contentMode
|
|
2534
2544
|
- initialContentMode
|
|
@@ -4802,7 +4812,6 @@
|
|
|
4802
4812
|
Removed external re-export from entry file:
|
|
4803
4813
|
|
|
4804
4814
|
@atlaskit/editor-plugin-width:
|
|
4805
|
-
|
|
4806
4815
|
- type `WidthPluginState` -> Use type `EditorContainerWidth` from `@atlaskit/editor-common/types`
|
|
4807
4816
|
instead
|
|
4808
4817
|
|
|
@@ -7738,7 +7747,6 @@
|
|
|
7738
7747
|
Split out side-effects from viewmode plugin to seperate plugin to reduce cyclical dependency risk
|
|
7739
7748
|
|
|
7740
7749
|
# WHAT
|
|
7741
|
-
|
|
7742
7750
|
- Remove `createFilterStepsPlugin` from the editorViewMode Plugin and is implemented in
|
|
7743
7751
|
editorViewModeEffects instead.
|
|
7744
7752
|
- Remove `appendTransaction` from the editorViewMode plugin and add as a new PMPlugin in
|
|
@@ -7758,7 +7766,6 @@
|
|
|
7758
7766
|
|
|
7759
7767
|
All incompatibilities should be addressed within this changeset, however for the sake of
|
|
7760
7768
|
completeness:
|
|
7761
|
-
|
|
7762
7769
|
- `editor-plugin-editor-viewmode-effects` must be added to any preset that relies on the viewmode
|
|
7763
7770
|
filter steps plugin for viewmode annotations. Currently this seems to only be the confluence
|
|
7764
7771
|
editor itself.
|
|
@@ -9604,7 +9611,6 @@
|
|
|
9604
9611
|
## WHAT?:
|
|
9605
9612
|
|
|
9606
9613
|
Removing feature flags:
|
|
9607
|
-
|
|
9608
9614
|
- singleLayout
|
|
9609
9615
|
- newInsertionBehaviour
|
|
9610
9616
|
- interactiveExpand
|
|
@@ -9618,7 +9624,6 @@
|
|
|
9618
9624
|
maintenance burden
|
|
9619
9625
|
|
|
9620
9626
|
## HOW to update your code:
|
|
9621
|
-
|
|
9622
9627
|
- If you were using the feature flag - the behaviour is now default and you can remove the flags
|
|
9623
9628
|
- If you were not using the feature flag - the behaviour is now default.
|
|
9624
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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",
|