@atlaskit/editor-plugins 8.0.115 → 8.1.0

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 +13 -0
  2. package/package.json +5 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 8.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#134613](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/134613)
8
+ [`be20cc186939b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be20cc186939b) -
9
+ ED-26247 Remove feature flag platform_media_extended_resize_experience and replace it with a new
10
+ media prop which defaults to false allowPixelResizing
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 8.0.115
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "8.0.115",
3
+ "version": "8.1.0",
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",
@@ -132,13 +132,13 @@
132
132
  "@atlaskit/editor-plugin-accessibility-utils": "2.0.4",
133
133
  "@atlaskit/editor-plugin-alignment": "3.1.9",
134
134
  "@atlaskit/editor-plugin-analytics": "2.2.1",
135
- "@atlaskit/editor-plugin-annotation": "2.5.0",
135
+ "@atlaskit/editor-plugin-annotation": "2.5.1",
136
136
  "@atlaskit/editor-plugin-avatar-group": "3.1.0",
137
137
  "@atlaskit/editor-plugin-base": "2.3.4",
138
138
  "@atlaskit/editor-plugin-batch-attribute-updates": "2.1.3",
139
139
  "@atlaskit/editor-plugin-before-primary-toolbar": "2.0.4",
140
140
  "@atlaskit/editor-plugin-better-type-history": "2.1.3",
141
- "@atlaskit/editor-plugin-block-controls": "3.8.10",
141
+ "@atlaskit/editor-plugin-block-controls": "3.9.0",
142
142
  "@atlaskit/editor-plugin-block-type": "5.1.12",
143
143
  "@atlaskit/editor-plugin-border": "2.1.3",
144
144
  "@atlaskit/editor-plugin-breakout": "2.1.6",
@@ -185,12 +185,12 @@
185
185
  "@atlaskit/editor-plugin-list": "4.2.1",
186
186
  "@atlaskit/editor-plugin-loom": "4.0.13",
187
187
  "@atlaskit/editor-plugin-max-content-size": "2.0.3",
188
- "@atlaskit/editor-plugin-media": "2.4.1",
188
+ "@atlaskit/editor-plugin-media": "2.5.0",
189
189
  "@atlaskit/editor-plugin-media-insert": "6.2.3",
190
190
  "@atlaskit/editor-plugin-mentions": "4.4.0",
191
191
  "@atlaskit/editor-plugin-metrics": "3.4.4",
192
192
  "@atlaskit/editor-plugin-panel": "4.3.7",
193
- "@atlaskit/editor-plugin-paste": "3.1.8",
193
+ "@atlaskit/editor-plugin-paste": "3.2.0",
194
194
  "@atlaskit/editor-plugin-paste-options-toolbar": "2.0.5",
195
195
  "@atlaskit/editor-plugin-placeholder": "2.0.12",
196
196
  "@atlaskit/editor-plugin-placeholder-text": "2.2.0",
@@ -272,10 +272,6 @@
272
272
  "type": "boolean",
273
273
  "referenceOnly": true
274
274
  },
275
- "platform_editor_media_extended_resize_experience": {
276
- "type": "boolean",
277
- "referenceOnly": true
278
- },
279
275
  "platform-editor-single-player-expand": {
280
276
  "type": "boolean",
281
277
  "referenceOnly": true