@atlaskit/page-header 12.1.7 → 12.1.9
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 -7
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/page-header
|
|
2
2
|
|
|
3
|
+
## 12.1.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 12.1.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 12.1.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -702,7 +714,6 @@
|
|
|
702
714
|
|
|
703
715
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
704
716
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
705
|
-
|
|
706
717
|
- @atlaskit/docs@8.3.2
|
|
707
718
|
- @atlaskit/visual-regression@0.1.9
|
|
708
719
|
- @atlaskit/breadcrumbs@9.2.6
|
|
@@ -881,7 +892,6 @@
|
|
|
881
892
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
882
893
|
|
|
883
894
|
In this PR, we are:
|
|
884
|
-
|
|
885
895
|
- Re-introducing dist build folders
|
|
886
896
|
- Adding back cjs
|
|
887
897
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -925,7 +935,6 @@
|
|
|
925
935
|
## 9.0.0
|
|
926
936
|
|
|
927
937
|
- [major][afb88684ad](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/afb88684ad):
|
|
928
|
-
|
|
929
938
|
- @atlaskit/page-header has been converted to Typescript. Typescript consumers will now get static
|
|
930
939
|
type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
931
940
|
|
|
@@ -938,7 +947,6 @@
|
|
|
938
947
|
## 8.0.0
|
|
939
948
|
|
|
940
949
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
941
|
-
|
|
942
950
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
943
951
|
this package, please ensure you use at least this version of react and react-dom.
|
|
944
952
|
|
|
@@ -1002,7 +1010,6 @@
|
|
|
1002
1010
|
## 7.0.0
|
|
1003
1011
|
|
|
1004
1012
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1005
|
-
|
|
1006
1013
|
- Drop ES5 from all the flow modules
|
|
1007
1014
|
|
|
1008
1015
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1053,7 +1060,6 @@
|
|
|
1053
1060
|
## 6.1.3
|
|
1054
1061
|
|
|
1055
1062
|
- [patch][4b0fb4e85f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b0fb4e85f):
|
|
1056
|
-
|
|
1057
1063
|
- Allow items in Page Header actions to wrap on small screens.
|
|
1058
1064
|
|
|
1059
1065
|
## 6.1.2
|
|
@@ -1078,7 +1084,6 @@
|
|
|
1078
1084
|
## 6.1.0
|
|
1079
1085
|
|
|
1080
1086
|
- [minor][6cfa757](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6cfa757):
|
|
1081
|
-
|
|
1082
1087
|
- PageHeader without truncation now wraps actions below the heading to avoid the heading becoming
|
|
1083
1088
|
too narrow
|
|
1084
1089
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-header",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.9",
|
|
4
4
|
"description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/css": "^0.
|
|
28
|
-
"@atlaskit/primitives": "^
|
|
29
|
-
"@atlaskit/tokens": "^
|
|
27
|
+
"@atlaskit/css": "^0.15.0",
|
|
28
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
29
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
30
30
|
"@babel/runtime": "^7.0.0",
|
|
31
|
-
"@compiled/react": "^0.18.
|
|
31
|
+
"@compiled/react": "^0.18.6"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "^18.2.0",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@af/integration-testing": "workspace:^",
|
|
40
40
|
"@af/visual-regression": "workspace:^",
|
|
41
41
|
"@atlaskit/breadcrumbs": "^15.3.0",
|
|
42
|
-
"@atlaskit/button": "^23.
|
|
43
|
-
"@atlaskit/docs": "^11.
|
|
42
|
+
"@atlaskit/button": "^23.5.0",
|
|
43
|
+
"@atlaskit/docs": "^11.2.0",
|
|
44
44
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
45
45
|
"@atlaskit/inline-edit": "^15.3.0",
|
|
46
46
|
"@atlaskit/link": "^3.2.0",
|