@atlaskit/editor-core 205.1.3 → 205.1.5

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 205.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#133457](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133457)
8
+ [`3feb915ee0488`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3feb915ee0488) -
9
+ [ux] A11Y-10108 fixing Inappropriate accessible name for code block wrap toggle button
10
+ - Updated dependencies
11
+
12
+ ## 205.1.4
13
+
14
+ ### Patch Changes
15
+
16
+ - [#133495](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/133495)
17
+ [`6e3c24aeec2b7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e3c24aeec2b7) -
18
+ ED-25981 Clean up feature flag platform_editor_set_alignment_when_resized
19
+ - Updated dependencies
20
+
3
21
  ## 205.1.3
4
22
 
5
23
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "205.1.3";
8
+ var version = exports.version = "205.1.5";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "205.1.3";
2
+ export const version = "205.1.5";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "205.1.3";
2
+ export var version = "205.1.5";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "205.1.3",
3
+ "version": "205.1.5",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -46,7 +46,7 @@
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
47
  "@atlaskit/button": "^23.0.0",
48
48
  "@atlaskit/css": "^0.10.0",
49
- "@atlaskit/editor-common": "^102.17.0",
49
+ "@atlaskit/editor-common": "^102.18.0",
50
50
  "@atlaskit/editor-json-transformer": "^8.24.0",
51
51
  "@atlaskit/editor-performance-metrics": "^2.0.0",
52
52
  "@atlaskit/editor-plugin-quick-insert": "^2.2.0",
@@ -54,14 +54,14 @@
54
54
  "@atlaskit/editor-prosemirror": "7.0.0",
55
55
  "@atlaskit/editor-shared-styles": "^3.4.0",
56
56
  "@atlaskit/emoji": "^69.0.0",
57
- "@atlaskit/icon": "^25.4.0",
57
+ "@atlaskit/icon": "^25.5.0",
58
58
  "@atlaskit/media-card": "^79.0.0",
59
59
  "@atlaskit/mention": "^24.1.0",
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
61
61
  "@atlaskit/react-ufo": "^3.4.0",
62
62
  "@atlaskit/task-decision": "^19.1.0",
63
63
  "@atlaskit/tmp-editor-statsig": "^4.6.0",
64
- "@atlaskit/tokens": "^4.5.0",
64
+ "@atlaskit/tokens": "^4.6.0",
65
65
  "@atlaskit/tooltip": "^20.0.0",
66
66
  "@atlaskit/width-detector": "^5.0.0",
67
67
  "@babel/runtime": "^7.0.0",
@@ -99,7 +99,7 @@
99
99
  "@atlaskit/media-integration-test-helpers": "^4.0.0",
100
100
  "@atlaskit/media-test-helpers": "^35.0.0",
101
101
  "@atlaskit/modal-dialog": "^14.1.0",
102
- "@atlaskit/primitives": "^14.2.0",
102
+ "@atlaskit/primitives": "^14.3.0",
103
103
  "@atlaskit/renderer": "^114.7.0",
104
104
  "@atlaskit/smart-card": "^36.2.0",
105
105
  "@atlaskit/synchrony-test-helpers": "^3.1.0",
@@ -295,10 +295,6 @@
295
295
  "platform_editor_content_component_ignore_click": {
296
296
  "type": "boolean"
297
297
  },
298
- "platform_editor_set_alignment_when_resized": {
299
- "type": "boolean",
300
- "referenceOnly": true
301
- },
302
298
  "platform_editor_media_block_default": {
303
299
  "type": "boolean",
304
300
  "referenceOnly": true
@@ -589,6 +585,10 @@
589
585
  "type": "boolean",
590
586
  "referenceOnly": true
591
587
  },
588
+ "editor_a11y_remove_unwrap_button": {
589
+ "type": "boolean",
590
+ "referenceOnly": true
591
+ },
592
592
  "platform_editor_elements_dnd_multi_select_patch_3": {
593
593
  "type": "boolean",
594
594
  "referenceOnly": true