@atlaskit/link-datasource 4.25.5 → 4.26.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 +17 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.26.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 4.25.6
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 4.25.5
4
21
 
5
22
  ### Patch Changes
@@ -2831,7 +2848,6 @@
2831
2848
  [`ab7caf1bf7ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab7caf1bf7ee) -
2832
2849
  Update AssetsConfigModalProps to be aligned with other modals. New fields made available
2833
2850
  including:
2834
-
2835
2851
  - `url`: The url that was used to insert a List of Links
2836
2852
  - `viewMode`: 2 viewModes `inline` and `table` for different display.
2837
2853
  - `wrappedColumnKeys`: toggle line-wrapping for each column.
@@ -5112,7 +5128,6 @@
5112
5128
  - [#36302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36302)
5113
5129
  [`1c595c5a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c595c5a9d1) - Added
5114
5130
  assets modal to link-datasource, which includes the following API additions:
5115
-
5116
5131
  - datasource ID for assets: `ASSETS_LIST_OF_LINKS_DATASOURCE_ID`
5117
5132
  - new component: `JSMAssetsConfigModal`
5118
5133
  - addition of 2 new types: `AssetsDatasourceAdf` and `AssetsDatasourceParameters`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.25.5",
3
+ "version": "4.26.0",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,7 +36,7 @@
36
36
  "ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/adf-schema": "^51.2.0",
39
+ "@atlaskit/adf-schema": "^51.3.0",
40
40
  "@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.7.0",
41
41
  "@atlaskit/analytics-next": "^11.1.0",
42
42
  "@atlaskit/atlassian-context": "^0.6.0",
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/editor-prosemirror": "7.0.0",
51
51
  "@atlaskit/empty-state": "^10.1.0",
52
52
  "@atlaskit/feature-gate-js-client": "^5.5.0",
53
- "@atlaskit/flag": "^17.4.0",
53
+ "@atlaskit/flag": "^17.5.0",
54
54
  "@atlaskit/form": "^14.2.0",
55
55
  "@atlaskit/heading": "^5.2.0",
56
56
  "@atlaskit/icon": "^28.5.0",
@@ -76,7 +76,7 @@
76
76
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
77
77
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
78
78
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
79
- "@atlaskit/primitives": "^15.0.0",
79
+ "@atlaskit/primitives": "^16.0.0",
80
80
  "@atlaskit/react-select": "^3.8.0",
81
81
  "@atlaskit/select": "^21.3.0",
82
82
  "@atlaskit/smart-card": "^43.1.0",
@@ -85,12 +85,12 @@
85
85
  "@atlaskit/tag": "^14.1.0",
86
86
  "@atlaskit/textfield": "^8.0.0",
87
87
  "@atlaskit/theme": "^21.0.0",
88
- "@atlaskit/tokens": "^6.5.0",
88
+ "@atlaskit/tokens": "^7.0.0",
89
89
  "@atlaskit/tooltip": "^20.5.0",
90
90
  "@atlaskit/ufo": "^0.4.0",
91
91
  "@atlaskit/width-detector": "^5.0.0",
92
92
  "@babel/runtime": "^7.0.0",
93
- "@compiled/react": "^0.18.3",
93
+ "@compiled/react": "^0.18.6",
94
94
  "debounce-promise": "^3.1.2",
95
95
  "lodash": "^4.17.21",
96
96
  "react-sweet-state": "^2.6.5",