@atlaskit/empty-state 10.1.6 → 10.1.8
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 -6
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/empty-state
|
|
2
2
|
|
|
3
|
+
## 10.1.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 10.1.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 10.1.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -668,7 +680,6 @@
|
|
|
668
680
|
work in the shortrun before it's formally removed in the component's next major release.
|
|
669
681
|
|
|
670
682
|
Housekeeping:
|
|
671
|
-
|
|
672
683
|
- Component now uses the new entrypoint format.
|
|
673
684
|
- Prop descriptions have been updated to better describe component behaviors.
|
|
674
685
|
- Small bug fix related to additional props being spread in to some of the component's internals.
|
|
@@ -826,7 +837,6 @@
|
|
|
826
837
|
|
|
827
838
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
828
839
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
829
|
-
|
|
830
840
|
- @atlaskit/docs@8.3.2
|
|
831
841
|
- @atlaskit/visual-regression@0.1.9
|
|
832
842
|
- @atlaskit/button@13.3.7
|
|
@@ -907,7 +917,6 @@
|
|
|
907
917
|
## 5.0.2
|
|
908
918
|
|
|
909
919
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
910
|
-
|
|
911
920
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
912
921
|
Request #5942 for details
|
|
913
922
|
|
|
@@ -921,7 +930,6 @@
|
|
|
921
930
|
## 5.0.0
|
|
922
931
|
|
|
923
932
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
924
|
-
|
|
925
933
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
926
934
|
this package, please ensure you use at least this version of react and react-dom.
|
|
927
935
|
|
|
@@ -946,7 +954,6 @@
|
|
|
946
954
|
## 4.0.2
|
|
947
955
|
|
|
948
956
|
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
949
|
-
|
|
950
957
|
- Removes duplicate babel-runtime dependency
|
|
951
958
|
|
|
952
959
|
## 4.0.1
|
|
@@ -961,7 +968,6 @@
|
|
|
961
968
|
## 4.0.0
|
|
962
969
|
|
|
963
970
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
964
|
-
|
|
965
971
|
- Drop ES5 from all the flow modules
|
|
966
972
|
|
|
967
973
|
### Dropping CJS support in all @atlaskit packages
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/empty-state",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.8",
|
|
4
4
|
"description": "An empty state appears when there is no data to display and describes what the user can do next.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/button": "^23.5.0",
|
|
28
28
|
"@atlaskit/heading": "^5.2.0",
|
|
29
|
-
"@atlaskit/primitives": "^
|
|
29
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
30
30
|
"@atlaskit/spinner": "^19.0.0",
|
|
31
31
|
"@atlaskit/theme": "^21.0.0",
|
|
32
|
-
"@atlaskit/tokens": "^
|
|
32
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
|
-
"@compiled/react": "^0.18.
|
|
34
|
+
"@compiled/react": "^0.18.6"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "^18.2.0"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@af/accessibility-testing": "workspace:^",
|
|
41
41
|
"@af/integration-testing": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
|
-
"@atlaskit/docs": "^11.
|
|
43
|
+
"@atlaskit/docs": "^11.2.0",
|
|
44
44
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
45
45
|
"@atlaskit/link": "^3.2.0",
|
|
46
46
|
"@atlaskit/section-message": "^8.7.0",
|