@atlaskit/lozenge 13.0.13 → 13.0.15
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 -13
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/lozenge
|
|
2
2
|
|
|
3
|
+
## 13.0.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 13.0.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 13.0.13
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -620,7 +632,6 @@
|
|
|
620
632
|
|
|
621
633
|
- [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076)
|
|
622
634
|
[`25e09731caa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25e09731caa) - Fixes:
|
|
623
|
-
|
|
624
635
|
- Removes `vertical-align: baseline` from Lozenge which was being applied incorrectly.
|
|
625
636
|
- Removes a default prop which was causing unintended re-renders.
|
|
626
637
|
|
|
@@ -818,7 +829,6 @@
|
|
|
818
829
|
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
819
830
|
[`1cd379a2199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd379a2199) - - In
|
|
820
831
|
this version we made `Lozenge` dramatically faster and lighter. 🤩
|
|
821
|
-
|
|
822
832
|
- General performance improvements.
|
|
823
833
|
|
|
824
834
|
- We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
|
|
@@ -901,7 +911,6 @@
|
|
|
901
911
|
will automatically be upgraded.
|
|
902
912
|
|
|
903
913
|
What will be changed:
|
|
904
|
-
|
|
905
914
|
- It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as
|
|
906
915
|
`appearance` prop value) to `style` prop.
|
|
907
916
|
|
|
@@ -1064,7 +1073,6 @@
|
|
|
1064
1073
|
|
|
1065
1074
|
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
1066
1075
|
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
1067
|
-
|
|
1068
1076
|
- @atlaskit/webdriver-runner@0.3.4
|
|
1069
1077
|
|
|
1070
1078
|
## 9.1.6
|
|
@@ -1100,7 +1108,6 @@
|
|
|
1100
1108
|
|
|
1101
1109
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1102
1110
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1103
|
-
|
|
1104
1111
|
- @atlaskit/docs@8.3.2
|
|
1105
1112
|
- @atlaskit/visual-regression@0.1.9
|
|
1106
1113
|
- @atlaskit/theme@9.5.1
|
|
@@ -1114,7 +1121,6 @@
|
|
|
1114
1121
|
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
1115
1122
|
Updated dependencies
|
|
1116
1123
|
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
1117
|
-
|
|
1118
1124
|
- @atlaskit/theme@9.5.0
|
|
1119
1125
|
|
|
1120
1126
|
## 9.1.2
|
|
@@ -1190,7 +1196,6 @@
|
|
|
1190
1196
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1191
1197
|
|
|
1192
1198
|
In this PR, we are:
|
|
1193
|
-
|
|
1194
1199
|
- Re-introducing dist build folders
|
|
1195
1200
|
- Adding back cjs
|
|
1196
1201
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1211,21 +1216,18 @@
|
|
|
1211
1216
|
## 9.0.0
|
|
1212
1217
|
|
|
1213
1218
|
- [major][ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
|
|
1214
|
-
|
|
1215
1219
|
- Lozenge has been converted to Typescript. Typescript consumers will now get static type safety.
|
|
1216
1220
|
Flow types are no longer provided. No API or behavioural changes.
|
|
1217
1221
|
|
|
1218
1222
|
## 8.0.0
|
|
1219
1223
|
|
|
1220
1224
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1221
|
-
|
|
1222
1225
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1223
1226
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1224
1227
|
|
|
1225
1228
|
## 7.0.3
|
|
1226
1229
|
|
|
1227
1230
|
- [patch][73a5c6f3dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/73a5c6f3dc):
|
|
1228
|
-
|
|
1229
1231
|
- Add emotion and remove styled-components
|
|
1230
1232
|
|
|
1231
1233
|
## 7.0.2
|
|
@@ -1238,13 +1240,11 @@
|
|
|
1238
1240
|
## 7.0.1
|
|
1239
1241
|
|
|
1240
1242
|
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
1241
|
-
|
|
1242
1243
|
- Removes duplicate babel-runtime dependency
|
|
1243
1244
|
|
|
1244
1245
|
## 7.0.0
|
|
1245
1246
|
|
|
1246
1247
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1247
|
-
|
|
1248
1248
|
- Drop ES5 from all the flow modules
|
|
1249
1249
|
|
|
1250
1250
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1295,7 +1295,6 @@
|
|
|
1295
1295
|
## 6.2.3
|
|
1296
1296
|
|
|
1297
1297
|
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1298
|
-
|
|
1299
1298
|
- Change API to experimental theming API to namespace component themes into separate contexts and
|
|
1300
1299
|
make theming simpler. Update all dependant components.
|
|
1301
1300
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/lozenge",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.15",
|
|
4
4
|
"description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
36
36
|
"@atlaskit/css": "^0.15.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/primitives": "^
|
|
38
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
39
39
|
"@atlaskit/theme": "^21.0.0",
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
|
-
"@compiled/react": "^0.18.
|
|
42
|
+
"@compiled/react": "^0.18.6"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^18.2.0"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@af/accessibility-testing": "workspace:^",
|
|
49
49
|
"@af/integration-testing": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/docs": "^11.
|
|
51
|
+
"@atlaskit/docs": "^11.2.0",
|
|
52
52
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
53
53
|
"@atlaskit/heading": "^5.2.0",
|
|
54
54
|
"@atlaskit/link": "^3.2.0",
|