@atlaskit/media-table 18.0.5 → 18.0.7
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 +12 -1
- package/compass.yml +4 -14
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/media-table
|
|
2
2
|
|
|
3
|
+
## 18.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 18.0.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 18.0.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1008,7 +1020,6 @@
|
|
|
1008
1020
|
implementation of MediaTable with upgraded API
|
|
1009
1021
|
|
|
1010
1022
|
**New API Requirements**
|
|
1011
|
-
|
|
1012
1023
|
- `items`: The content of items we want to display on each row
|
|
1013
1024
|
|
|
1014
1025
|
```
|
package/compass.yml
CHANGED
|
@@ -5,26 +5,16 @@ description:
|
|
|
5
5
|
pagination.
|
|
6
6
|
configVersion: 1
|
|
7
7
|
typeId: UI_ELEMENT
|
|
8
|
-
ownerId: 'ari:cloud:teams::team/
|
|
8
|
+
ownerId: 'ari:cloud:teams::team/3bee892f-cb1b-496c-b866-0f08d9e0296c'
|
|
9
9
|
fields:
|
|
10
10
|
lifecycle: Active
|
|
11
11
|
tier: 4
|
|
12
12
|
labels:
|
|
13
13
|
- atlassian-platform
|
|
14
|
-
customFields:
|
|
15
|
-
- name: Dev Owner
|
|
16
|
-
type: user
|
|
17
|
-
value: null
|
|
18
|
-
- name: Product
|
|
19
|
-
type: text
|
|
20
|
-
value: null
|
|
21
|
-
- name: Test
|
|
22
|
-
type: text
|
|
23
|
-
value: null
|
|
24
14
|
links:
|
|
25
15
|
- name: ''
|
|
26
16
|
type: REPOSITORY
|
|
27
|
-
url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/media/media-table/'
|
|
17
|
+
url: 'https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/media/media-table/'
|
|
28
18
|
- name: ''
|
|
29
19
|
type: DOCUMENT
|
|
30
20
|
url: 'https://atlaskit.atlassian.com/packages/media/media-table'
|
|
@@ -36,13 +26,13 @@ links:
|
|
|
36
26
|
url: 'https://atlassian.signalfx.com/#/dashboard/E-vk3wqAwAA?groupId=E-vkzo1AwAA&configId=E-vk5fsAwAA&startTime=-7d&endTime=Now'
|
|
37
27
|
- name: ''
|
|
38
28
|
type: CHAT_CHANNEL
|
|
39
|
-
url: 'https://atlassian.slack.com/archives/
|
|
29
|
+
url: 'https://atlassian.slack.com/archives/C05J5GNHPLN'
|
|
40
30
|
- name: ''
|
|
41
31
|
type: ON_CALL
|
|
42
32
|
url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b62291ff-4029-4f26-b7fc-d75d46d7aebc'
|
|
43
33
|
- name: ''
|
|
44
34
|
type: PROJECT
|
|
45
|
-
url: 'https://product-fabric.atlassian.net/jira/software/c/projects/
|
|
35
|
+
url: 'https://product-fabric.atlassian.net/jira/software/c/projects/BMPT/boards/5090'
|
|
46
36
|
relationships:
|
|
47
37
|
DEPENDS_ON:
|
|
48
38
|
- 'ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/652381b6-c323-4b50-bf31-c94941a0b6ef'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-table",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.7",
|
|
4
4
|
"description": "Table UI component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
33
|
-
"@atlaskit/button": "^23.
|
|
34
|
-
"@atlaskit/dynamic-table": "^18.
|
|
35
|
-
"@atlaskit/icon": "^28.
|
|
36
|
-
"@atlaskit/media-client": "^35.
|
|
33
|
+
"@atlaskit/button": "^23.5.0",
|
|
34
|
+
"@atlaskit/dynamic-table": "^18.3.0",
|
|
35
|
+
"@atlaskit/icon": "^28.5.0",
|
|
36
|
+
"@atlaskit/media-client": "^35.5.0",
|
|
37
37
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
38
|
-
"@atlaskit/media-ui": "^28.
|
|
38
|
+
"@atlaskit/media-ui": "^28.7.0",
|
|
39
39
|
"@atlaskit/media-viewer": "^52.4.0",
|
|
40
|
-
"@atlaskit/theme": "^
|
|
41
|
-
"@atlaskit/tokens": "^
|
|
42
|
-
"@atlaskit/tooltip": "^20.
|
|
40
|
+
"@atlaskit/theme": "^21.0.0",
|
|
41
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
42
|
+
"@atlaskit/tooltip": "^20.5.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"memoize-one": "^6.0.0"
|
|
45
45
|
},
|