@atlaskit/table 0.12.11 → 0.12.12
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 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/table
|
|
2
2
|
|
|
3
|
+
## 0.12.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 0.12.11
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -635,7 +641,6 @@
|
|
|
635
641
|
[`bc489da7472`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc489da7472) - [ux] -
|
|
636
642
|
Adds new primitives to support expandable row functionality. This will supersede the
|
|
637
643
|
`@atlaskit/table-tree` package.
|
|
638
|
-
|
|
639
644
|
- `<ExpandableRow>`
|
|
640
645
|
- `<ExpandableRowContent>`
|
|
641
646
|
- `<ExpandableCell>`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.12",
|
|
4
4
|
"description": "A table is used to display data.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
45
45
|
"@atlaskit/icon": "^28.5.0",
|
|
46
46
|
"@atlaskit/primitives": "^15.0.0",
|
|
47
|
-
"@atlaskit/tokens": "^
|
|
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",
|