@atlaskit/link-datasource 4.25.5 → 4.25.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 +6 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.25.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 4.25.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -2831,7 +2837,6 @@
|
|
|
2831
2837
|
[`ab7caf1bf7ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab7caf1bf7ee) -
|
|
2832
2838
|
Update AssetsConfigModalProps to be aligned with other modals. New fields made available
|
|
2833
2839
|
including:
|
|
2834
|
-
|
|
2835
2840
|
- `url`: The url that was used to insert a List of Links
|
|
2836
2841
|
- `viewMode`: 2 viewModes `inline` and `table` for different display.
|
|
2837
2842
|
- `wrappedColumnKeys`: toggle line-wrapping for each column.
|
|
@@ -5112,7 +5117,6 @@
|
|
|
5112
5117
|
- [#36302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36302)
|
|
5113
5118
|
[`1c595c5a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c595c5a9d1) - Added
|
|
5114
5119
|
assets modal to link-datasource, which includes the following API additions:
|
|
5115
|
-
|
|
5116
5120
|
- datasource ID for assets: `ASSETS_LIST_OF_LINKS_DATASOURCE_ID`
|
|
5117
5121
|
- new component: `JSMAssetsConfigModal`
|
|
5118
5122
|
- 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.
|
|
3
|
+
"version": "4.25.6",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.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.
|
|
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",
|
|
@@ -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": "^
|
|
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.
|
|
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",
|