@atlaskit/editor-plugin-card 0.8.4 → 0.8.6

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,17 @@
1
1
  # @atlaskit/editor-plugin-card
2
2
 
3
+ ## 0.8.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.8.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#40786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40786) [`898ac16a850`](https://bitbucket.org/atlassian/atlassian-frontend/commits/898ac16a850) - Add platform.linking-platform.datasource.show-jlol-basic-filters feature flag reference for usage in editor examples
14
+
3
15
  ## 0.8.4
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -27,4 +27,4 @@ Please see [Atlaskit - Editor plugin card](https://atlaskit.atlassian.com/packag
27
27
  For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.
28
28
  ## License
29
29
  ---
30
- Please see [Atlassian Frontend - License](https://developer.atlassian.com/cloud/framework/atlassian-frontend/#license) for more licensing information.
30
+ Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/editor-plugin-analytics": "^0.2.0",
38
38
  "@atlaskit/editor-plugin-decorations": "^0.2.0",
39
39
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
40
- "@atlaskit/editor-plugin-floating-toolbar": "^0.5.0",
40
+ "@atlaskit/editor-plugin-floating-toolbar": "^0.6.0",
41
41
  "@atlaskit/editor-plugin-grid": "^0.3.0",
42
42
  "@atlaskit/editor-plugin-hyperlink": "^0.5.0",
43
43
  "@atlaskit/editor-plugin-width": "^0.2.0",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/link-analytics": "^8.3.0",
48
48
  "@atlaskit/link-datasource": "^1.4.0",
49
49
  "@atlaskit/platform-feature-flags": "^0.2.0",
50
- "@atlaskit/smart-card": "^26.28.0",
50
+ "@atlaskit/smart-card": "^26.30.0",
51
51
  "@atlaskit/theme": "^12.6.0",
52
52
  "@atlaskit/tokens": "^1.25.0",
53
53
  "@babel/runtime": "^7.0.0",
@@ -118,6 +118,10 @@
118
118
  },
119
119
  "platform.linking-platform.editor.toolbar-viewed-event": {
120
120
  "type": "boolean"
121
+ },
122
+ "platform.linking-platform.datasource.show-jlol-basic-filters": {
123
+ "type": "boolean",
124
+ "referenceOnly": "true"
121
125
  }
122
126
  }
123
127
  }