@atlaskit/editor-core 204.1.1 → 204.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 204.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#117956](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/117956)
8
+ [`cd2e59e78197e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd2e59e78197e) -
9
+ Tint transactions as dirty to prevent the change from being recognised as organic change
10
+
11
+ ### Patch Changes
12
+
13
+ - [#118799](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/118799)
14
+ [`d2c3610a2c050`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2c3610a2c050) -
15
+ Fixes missing dependency declarations in package.json
16
+ - [#115116](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/115116)
17
+ [`344eb36211daa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/344eb36211daa) -
18
+ [ux] ED-26394 support component rendering in editor selection plugin
19
+ - Updated dependencies
20
+
3
21
  ## 204.1.1
4
22
 
5
23
  ### Patch Changes
@@ -30,6 +30,9 @@
30
30
  {
31
31
  "path": "../../../design-system/button/afm-cc/tsconfig.json"
32
32
  },
33
+ {
34
+ "path": "../../../design-system/css/afm-cc/tsconfig.json"
35
+ },
33
36
  {
34
37
  "path": "../../editor-common/afm-cc/tsconfig.json"
35
38
  },
@@ -30,6 +30,9 @@
30
30
  {
31
31
  "path": "../../../design-system/button/afm-jira/tsconfig.json"
32
32
  },
33
+ {
34
+ "path": "../../../design-system/css/afm-jira/tsconfig.json"
35
+ },
33
36
  {
34
37
  "path": "../../editor-common/afm-jira/tsconfig.json"
35
38
  },
@@ -30,6 +30,9 @@
30
30
  {
31
31
  "path": "../../../design-system/button/afm-post-office/tsconfig.json"
32
32
  },
33
+ {
34
+ "path": "../../../design-system/css/afm-post-office/tsconfig.json"
35
+ },
33
36
  {
34
37
  "path": "../../editor-common/afm-post-office/tsconfig.json"
35
38
  },
@@ -399,6 +399,7 @@ function ReactEditorView(props) {
399
399
  // Block stale transactions:
400
400
  // Prevent runtime exeptions from async transactions that would attempt to
401
401
  // update the DOM after React has unmounted the Editor.
402
+
402
403
  if (canDispatchTransactions.current) {
403
404
  _dispatchTransaction(viewRef.current, tr);
404
405
  }
@@ -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 = "204.1.1";
8
+ var version = exports.version = "204.2.0";
@@ -373,6 +373,7 @@ export function ReactEditorView(props) {
373
373
  // Block stale transactions:
374
374
  // Prevent runtime exeptions from async transactions that would attempt to
375
375
  // update the DOM after React has unmounted the Editor.
376
+
376
377
  if (canDispatchTransactions.current) {
377
378
  dispatchTransaction(viewRef.current, tr);
378
379
  }
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "204.1.1";
2
+ export const version = "204.2.0";
@@ -388,6 +388,7 @@ export function ReactEditorView(props) {
388
388
  // Block stale transactions:
389
389
  // Prevent runtime exeptions from async transactions that would attempt to
390
390
  // update the DOM after React has unmounted the Editor.
391
+
391
392
  if (canDispatchTransactions.current) {
392
393
  _dispatchTransaction(viewRef.current, tr);
393
394
  }
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "204.1.1";
2
+ export var version = "204.2.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "204.1.1",
3
+ "version": "204.2.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,7 +43,8 @@
43
43
  "@atlaskit/analytics-next": "^11.0.0",
44
44
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
45
45
  "@atlaskit/button": "^21.1.0",
46
- "@atlaskit/editor-common": "^100.1.0",
46
+ "@atlaskit/css": "^0.10.0",
47
+ "@atlaskit/editor-common": "^100.2.0",
47
48
  "@atlaskit/editor-json-transformer": "^8.23.0",
48
49
  "@atlaskit/editor-performance-metrics": "2.0.2",
49
50
  "@atlaskit/editor-plugin-quick-insert": "2.0.0",
@@ -474,6 +475,10 @@
474
475
  "platform_editor_nested_tables_column_drag_fix": {
475
476
  "type": "boolean",
476
477
  "referenceOnly": true
478
+ },
479
+ "platform_editor_nested_tables_number_column_fixes": {
480
+ "type": "boolean",
481
+ "referenceOnly": true
477
482
  }
478
483
  },
479
484
  "stricter": {