@atlaskit/table 0.12.11 → 0.12.13
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/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/table
|
|
2
2
|
|
|
3
|
+
## 0.12.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 0.12.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 0.12.11
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -635,7 +647,6 @@
|
|
|
635
647
|
[`bc489da7472`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc489da7472) - [ux] -
|
|
636
648
|
Adds new primitives to support expandable row functionality. This will supersede the
|
|
637
649
|
`@atlaskit/table-tree` package.
|
|
638
|
-
|
|
639
650
|
- `<ExpandableRow>`
|
|
640
651
|
- `<ExpandableRowContent>`
|
|
641
652
|
- `<ExpandableCell>`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.13",
|
|
4
4
|
"description": "A table is used to display data.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
44
44
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
45
45
|
"@atlaskit/icon": "^28.5.0",
|
|
46
|
-
"@atlaskit/primitives": "^
|
|
47
|
-
"@atlaskit/tokens": "^
|
|
46
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
47
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
48
48
|
"@atlaskit/tooltip": "^20.5.0",
|
|
49
49
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
|
-
"@compiled/react": "^0.18.
|
|
51
|
+
"@compiled/react": "^0.18.6",
|
|
52
52
|
"tiny-invariant": "^1.2.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@af/integration-testing": "workspace:^",
|
|
60
60
|
"@atlaskit/avatar": "^25.4.0",
|
|
61
61
|
"@atlaskit/date": "^2.0.0",
|
|
62
|
-
"@atlaskit/docs": "^11.
|
|
62
|
+
"@atlaskit/docs": "^11.2.0",
|
|
63
63
|
"@atlaskit/dynamic-table": "^18.3.0",
|
|
64
64
|
"@atlaskit/lozenge": "^13.0.0",
|
|
65
65
|
"@atlaskit/section-message": "^8.7.0",
|