@atlaskit/link-datasource 0.18.0 → 0.19.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 +17 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +1 -0
- package/package.json +2 -4
- package/report.api.md +8 -0
- package/tmp/api-report-tmp.d.ts +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 0.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5ffc8529049`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ffc8529049) - - Export `DatasourceAdf`, `DatasourceAdfView`, `DatasourceAdfTableView`
|
|
8
|
+
- Modify DatasourceAdf table view type
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 0.18.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
19
|
+
|
|
3
20
|
## 0.18.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -2,3 +2,4 @@ export { JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
|
2
2
|
export { DatasourceTableView } from './ui/datasourceTableView';
|
|
3
3
|
export type { JiraIssuesDatasourceAdf } from './ui/jira-issues-modal/types';
|
|
4
4
|
export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
|
|
5
|
+
export type { DatasourceAdf, DatasourceAdfView, DatasourceAdfTableView, } from '@atlaskit/linking-common/types';
|
|
@@ -2,3 +2,4 @@ export { JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
|
2
2
|
export { DatasourceTableView } from './ui/datasourceTableView';
|
|
3
3
|
export type { JiraIssuesDatasourceAdf } from './ui/jira-issues-modal/types';
|
|
4
4
|
export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
|
|
5
|
+
export type { DatasourceAdf, DatasourceAdfView, DatasourceAdfTableView, } from '@atlaskit/linking-common/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@atlaskit/icon-object": "^6.3.0",
|
|
36
36
|
"@atlaskit/image": "^1.1.0",
|
|
37
37
|
"@atlaskit/link-client-extension": "^1.1.0",
|
|
38
|
-
"@atlaskit/linking-common": "^2.
|
|
38
|
+
"@atlaskit/linking-common": "^2.14.0",
|
|
39
39
|
"@atlaskit/linking-types": "^5.0.0",
|
|
40
40
|
"@atlaskit/lozenge": "^11.4.0",
|
|
41
41
|
"@atlaskit/modal-dialog": "^12.5.0",
|
|
@@ -64,12 +64,10 @@
|
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@atlaskit/code": "^14.6.0",
|
|
67
|
-
"@atlaskit/docs": "*",
|
|
68
67
|
"@atlaskit/link-provider": "^1.6.0",
|
|
69
68
|
"@atlaskit/link-test-helpers": "^4.0.0",
|
|
70
69
|
"@atlaskit/ssr": "*",
|
|
71
70
|
"@atlaskit/visual-regression": "*",
|
|
72
|
-
"@atlaskit/webdriver-runner": "*",
|
|
73
71
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
74
72
|
"@testing-library/dom": "^8.17.1",
|
|
75
73
|
"@testing-library/react": "^12.1.5",
|
package/report.api.md
CHANGED
|
@@ -16,9 +16,17 @@
|
|
|
16
16
|
|
|
17
17
|
```ts
|
|
18
18
|
import { DatasourceAdf } from '@atlaskit/linking-common/types';
|
|
19
|
+
import { DatasourceAdfTableView } from '@atlaskit/linking-common/types';
|
|
20
|
+
import { DatasourceAdfView } from '@atlaskit/linking-common/types';
|
|
19
21
|
import { InlineCardAdf } from '@atlaskit/linking-common/types';
|
|
20
22
|
import { jsx } from '@emotion/react';
|
|
21
23
|
|
|
24
|
+
export { DatasourceAdf };
|
|
25
|
+
|
|
26
|
+
export { DatasourceAdfTableView };
|
|
27
|
+
|
|
28
|
+
export { DatasourceAdfView };
|
|
29
|
+
|
|
22
30
|
// @public (undocumented)
|
|
23
31
|
export const DatasourceTableView: ({
|
|
24
32
|
datasourceId,
|
package/tmp/api-report-tmp.d.ts
CHANGED
|
@@ -5,9 +5,17 @@
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
7
|
import { DatasourceAdf } from '@atlaskit/linking-common/types';
|
|
8
|
+
import { DatasourceAdfTableView } from '@atlaskit/linking-common/types';
|
|
9
|
+
import { DatasourceAdfView } from '@atlaskit/linking-common/types';
|
|
8
10
|
import { InlineCardAdf } from '@atlaskit/linking-common/types';
|
|
9
11
|
import { jsx } from '@emotion/react';
|
|
10
12
|
|
|
13
|
+
export { DatasourceAdf }
|
|
14
|
+
|
|
15
|
+
export { DatasourceAdfTableView }
|
|
16
|
+
|
|
17
|
+
export { DatasourceAdfView }
|
|
18
|
+
|
|
11
19
|
// @public (undocumented)
|
|
12
20
|
export const DatasourceTableView: ({ datasourceId, parameters, visibleColumnKeys, onVisibleColumnKeysChange, }: DatasourceTableViewProps) => jsx.JSX.Element;
|
|
13
21
|
|