@atlaskit/editor-core 187.4.5 → 187.4.8

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,18 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 187.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d3851530199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3851530199) - Update snapping logic, tests and examples
8
+ - Updated dependencies
9
+
10
+ ## 187.4.7
11
+
12
+ ### Patch Changes
13
+
14
+ - [`6255c2ad1c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6255c2ad1c9) - [ux] Adds ability to open Assets datasource dialog using the slash command in the editor, behind a feature flag
15
+
3
16
  ## 187.4.5
4
17
 
5
18
  ### Patch Changes
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.nextMajorVersion = exports.name = void 0;
7
7
  var name = "@atlaskit/editor-core";
8
8
  exports.name = name;
9
- var version = "187.4.5";
9
+ var version = "187.4.8";
10
10
  exports.version = version;
11
11
  var nextMajorVersion = function nextMajorVersion() {
12
12
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "187.4.5",
3
+ "version": "187.4.8",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "187.4.5";
2
+ export const version = "187.4.8";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "187.4.5",
3
+ "version": "187.4.8",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "187.4.5";
2
+ export var version = "187.4.8";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "187.4.5",
3
+ "version": "187.4.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "187.4.5",
3
+ "version": "187.4.8",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -71,7 +71,7 @@
71
71
  "@atlaskit/editor-plugin-hyperlink": "^0.2.0",
72
72
  "@atlaskit/editor-plugin-table": "^2.5.0",
73
73
  "@atlaskit/editor-plugin-width": "^0.1.0",
74
- "@atlaskit/editor-shared-styles": "^2.4.0",
74
+ "@atlaskit/editor-shared-styles": "^2.5.0",
75
75
  "@atlaskit/editor-tables": "^2.3.0",
76
76
  "@atlaskit/emoji": "^67.4.0",
77
77
  "@atlaskit/empty-state": "^7.6.0",
@@ -257,6 +257,10 @@
257
257
  "platform.linking-platform.datasource-jira_issues": {
258
258
  "type": "boolean",
259
259
  "referenceOnly": "true"
260
+ },
261
+ "platform.linking-platform.datasource-assets_objects": {
262
+ "type": "boolean",
263
+ "referenceOnly": "true"
260
264
  }
261
265
  }
262
266
  }