@atlaskit/lozenge 13.0.12 → 13.0.14
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/dist/cjs/lozenge.js +1 -1
- package/dist/es2019/lozenge.js +1 -1
- package/dist/esm/lozenge.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/lozenge
|
|
2
2
|
|
|
3
|
+
## 13.0.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 13.0.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 13.0.12
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -614,7 +626,6 @@
|
|
|
614
626
|
|
|
615
627
|
- [#27076](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27076)
|
|
616
628
|
[`25e09731caa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25e09731caa) - Fixes:
|
|
617
|
-
|
|
618
629
|
- Removes `vertical-align: baseline` from Lozenge which was being applied incorrectly.
|
|
619
630
|
- Removes a default prop which was causing unintended re-renders.
|
|
620
631
|
|
|
@@ -812,7 +823,6 @@
|
|
|
812
823
|
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
813
824
|
[`1cd379a2199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd379a2199) - - In
|
|
814
825
|
this version we made `Lozenge` dramatically faster and lighter. 🤩
|
|
815
|
-
|
|
816
826
|
- General performance improvements.
|
|
817
827
|
|
|
818
828
|
- We are now exporting a new `style` prop which you can use to pass a custom `backgroundColor` and
|
|
@@ -895,7 +905,6 @@
|
|
|
895
905
|
will automatically be upgraded.
|
|
896
906
|
|
|
897
907
|
What will be changed:
|
|
898
|
-
|
|
899
908
|
- It will move `backgroundColor` and `textColor` from `appearance` prop (if object is passed as
|
|
900
909
|
`appearance` prop value) to `style` prop.
|
|
901
910
|
|
|
@@ -1058,7 +1067,6 @@
|
|
|
1058
1067
|
|
|
1059
1068
|
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
1060
1069
|
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
1061
|
-
|
|
1062
1070
|
- @atlaskit/webdriver-runner@0.3.4
|
|
1063
1071
|
|
|
1064
1072
|
## 9.1.6
|
|
@@ -1094,7 +1102,6 @@
|
|
|
1094
1102
|
|
|
1095
1103
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1096
1104
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1097
|
-
|
|
1098
1105
|
- @atlaskit/docs@8.3.2
|
|
1099
1106
|
- @atlaskit/visual-regression@0.1.9
|
|
1100
1107
|
- @atlaskit/theme@9.5.1
|
|
@@ -1108,7 +1115,6 @@
|
|
|
1108
1115
|
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
1109
1116
|
Updated dependencies
|
|
1110
1117
|
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
1111
|
-
|
|
1112
1118
|
- @atlaskit/theme@9.5.0
|
|
1113
1119
|
|
|
1114
1120
|
## 9.1.2
|
|
@@ -1184,7 +1190,6 @@
|
|
|
1184
1190
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1185
1191
|
|
|
1186
1192
|
In this PR, we are:
|
|
1187
|
-
|
|
1188
1193
|
- Re-introducing dist build folders
|
|
1189
1194
|
- Adding back cjs
|
|
1190
1195
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1205,21 +1210,18 @@
|
|
|
1205
1210
|
## 9.0.0
|
|
1206
1211
|
|
|
1207
1212
|
- [major][ed41cac6ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed41cac6ac):
|
|
1208
|
-
|
|
1209
1213
|
- Lozenge has been converted to Typescript. Typescript consumers will now get static type safety.
|
|
1210
1214
|
Flow types are no longer provided. No API or behavioural changes.
|
|
1211
1215
|
|
|
1212
1216
|
## 8.0.0
|
|
1213
1217
|
|
|
1214
1218
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1215
|
-
|
|
1216
1219
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1217
1220
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1218
1221
|
|
|
1219
1222
|
## 7.0.3
|
|
1220
1223
|
|
|
1221
1224
|
- [patch][73a5c6f3dc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/73a5c6f3dc):
|
|
1222
|
-
|
|
1223
1225
|
- Add emotion and remove styled-components
|
|
1224
1226
|
|
|
1225
1227
|
## 7.0.2
|
|
@@ -1232,13 +1234,11 @@
|
|
|
1232
1234
|
## 7.0.1
|
|
1233
1235
|
|
|
1234
1236
|
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
1235
|
-
|
|
1236
1237
|
- Removes duplicate babel-runtime dependency
|
|
1237
1238
|
|
|
1238
1239
|
## 7.0.0
|
|
1239
1240
|
|
|
1240
1241
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1241
|
-
|
|
1242
1242
|
- Drop ES5 from all the flow modules
|
|
1243
1243
|
|
|
1244
1244
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -1289,7 +1289,6 @@
|
|
|
1289
1289
|
## 6.2.3
|
|
1290
1290
|
|
|
1291
1291
|
- [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
1292
|
-
|
|
1293
1292
|
- Change API to experimental theming API to namespace component themes into separate contexts and
|
|
1294
1293
|
make theming simpler. Update all dependant components.
|
|
1295
1294
|
|
package/dist/cjs/lozenge.js
CHANGED
package/dist/es2019/lozenge.js
CHANGED
package/dist/esm/lozenge.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/lozenge",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.14",
|
|
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/"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
36
|
-
"@atlaskit/css": "^0.
|
|
36
|
+
"@atlaskit/css": "^0.15.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/primitives": "^
|
|
38
|
+
"@atlaskit/primitives": "^15.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,8 +48,8 @@
|
|
|
48
48
|
"@af/accessibility-testing": "workspace:^",
|
|
49
49
|
"@af/integration-testing": "workspace:^",
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
|
-
"@atlaskit/docs": "^11.
|
|
52
|
-
"@atlaskit/ds-lib": "^5.
|
|
51
|
+
"@atlaskit/docs": "^11.2.0",
|
|
52
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
53
53
|
"@atlaskit/heading": "^5.2.0",
|
|
54
54
|
"@atlaskit/link": "^3.2.0",
|
|
55
55
|
"@atlaskit/section-message": "^8.7.0",
|