@atlaskit/mobile-header 7.0.19 → 7.0.21
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 -5
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/mobile-header
|
|
2
2
|
|
|
3
|
+
## 7.0.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 7.0.20
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 7.0.19
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -445,7 +457,6 @@
|
|
|
445
457
|
|
|
446
458
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
447
459
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
448
|
-
|
|
449
460
|
- @atlaskit/docs@8.3.2
|
|
450
461
|
- @atlaskit/banner@10.1.5
|
|
451
462
|
- @atlaskit/button@13.3.7
|
|
@@ -531,14 +542,12 @@
|
|
|
531
542
|
### Minor Changes
|
|
532
543
|
|
|
533
544
|
- [minor][92a9ce6f80](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92a9ce6f80):
|
|
534
|
-
|
|
535
545
|
- Added property `topOffset` to handle cases such as when we need to display banner above the
|
|
536
546
|
mobile header
|
|
537
547
|
|
|
538
548
|
## 3.0.0
|
|
539
549
|
|
|
540
550
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
541
|
-
|
|
542
551
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
543
552
|
this package, please ensure you use at least this version of react and react-dom.
|
|
544
553
|
|
|
@@ -565,7 +574,6 @@
|
|
|
565
574
|
## 2.1.0
|
|
566
575
|
|
|
567
576
|
- [minor][1b1adaea63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b1adaea63):
|
|
568
|
-
|
|
569
577
|
- Support using a custom menu button via new customMenu prop
|
|
570
578
|
|
|
571
579
|
## 2.0.1
|
|
@@ -581,7 +589,6 @@
|
|
|
581
589
|
## 2.0.0
|
|
582
590
|
|
|
583
591
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
584
|
-
|
|
585
592
|
- Drop ES5 from all the flow modules
|
|
586
593
|
|
|
587
594
|
### Dropping CJS support in all @atlaskit packages
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/mobile-header",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.21",
|
|
4
4
|
"description": "A React component rendering a mobile header",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@atlaskit/button": "^23.
|
|
32
|
-
"@atlaskit/icon": "^28.
|
|
33
|
-
"@atlaskit/theme": "^
|
|
34
|
-
"@atlaskit/tokens": "^
|
|
31
|
+
"@atlaskit/button": "^23.5.0",
|
|
32
|
+
"@atlaskit/icon": "^28.5.0",
|
|
33
|
+
"@atlaskit/theme": "^21.0.0",
|
|
34
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/styled": "^11.0.0"
|
|
37
37
|
},
|