@atlaskit/logo 19.9.0 → 19.9.1
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 +6 -19
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 19.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 19.9.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -140,11 +146,9 @@
|
|
|
140
146
|
[`227f5ae9544a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/227f5ae9544a1) -
|
|
141
147
|
|
|
142
148
|
**Updated**:
|
|
143
|
-
|
|
144
149
|
- **`LoomAttributionLogo`** and **`LoomAttributionIcon`**: support new logo design language.
|
|
145
150
|
|
|
146
151
|
**Added**:
|
|
147
|
-
|
|
148
152
|
- **`LoomBlurpleLogo`** and **`LoomBlurpleIcon`**: matches the new logo design language, but using
|
|
149
153
|
Loom's blurple color
|
|
150
154
|
|
|
@@ -182,13 +186,11 @@
|
|
|
182
186
|
- [#173001](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173001)
|
|
183
187
|
[`445bba751a18a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/445bba751a18a) -
|
|
184
188
|
**Added**:
|
|
185
|
-
|
|
186
189
|
- **`AdminLogo`** and **`AdminIcon`**
|
|
187
190
|
- **`AnalyticsLogo`** and **`AnalyticsIcon`**
|
|
188
191
|
- **`AlignLogo`** and **`AlignIcon`**
|
|
189
192
|
|
|
190
193
|
**Updated**: Feature flagging added to:
|
|
191
|
-
|
|
192
194
|
- **`AtlassianAdministrationLogo`** and **`AtlassianAdministrationIcon`**
|
|
193
195
|
- **`AtlassianAnalyticsLogo`** and **`AtlassianAnalyticsIcon`**
|
|
194
196
|
- **`AtlassianAlignLogo`** and **`AtlassianAlignIcon`**
|
|
@@ -263,7 +265,6 @@
|
|
|
263
265
|
[`6b95a2eecc267`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b95a2eecc267) -
|
|
264
266
|
|
|
265
267
|
**Removed deprecated logos**:
|
|
266
|
-
|
|
267
268
|
- `HalpIcon`, `HalpLogo`
|
|
268
269
|
- `AtlassianStartLogo`
|
|
269
270
|
|
|
@@ -484,7 +485,6 @@
|
|
|
484
485
|
release also deletes a number of deprecated logos and props, and marks other logos as deprecated.
|
|
485
486
|
|
|
486
487
|
### Breaking changes:
|
|
487
|
-
|
|
488
488
|
- `iconGradientStart` and `iconGradientStop` props have been removed from all Icon and Logo
|
|
489
489
|
components. Updated logos do not support gradients.
|
|
490
490
|
- Deprecated `Wordmark` components have been removed. These wordmarks were only designed for use
|
|
@@ -498,7 +498,6 @@
|
|
|
498
498
|
- `OpsGenieLogo` and `OpsGenieIcon` (old versions of `OpsgenieLogo` and `OpsgenieIcon`)
|
|
499
499
|
|
|
500
500
|
### Deprecations
|
|
501
|
-
|
|
502
501
|
- `AtlasLogo` and `AtlasIcon`
|
|
503
502
|
- `AtlassianStartLogo`
|
|
504
503
|
- `HalpLogo` and `HalpIcon`
|
|
@@ -804,7 +803,6 @@
|
|
|
804
803
|
[`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] -
|
|
805
804
|
Adds `appearance` prop that allows you to choose between three brand-approved appearances:
|
|
806
805
|
`brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
|
|
807
|
-
|
|
808
806
|
- Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props. They
|
|
809
807
|
will still be supported in the immediate future but the goal is to shift usages towards using
|
|
810
808
|
the `appearance` prop.
|
|
@@ -824,7 +822,6 @@
|
|
|
824
822
|
This is an update to clearly mark all deprecated Logo exports as deprecated and slated for removal
|
|
825
823
|
in the next major release. In the next verion we will be removing the following deprecated exports
|
|
826
824
|
from the main entrypoint:
|
|
827
|
-
|
|
828
825
|
- `StrideIcon`, `StrideLogo`, `StrideWordmark`
|
|
829
826
|
- `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
|
|
830
827
|
- `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark` (use `JiraWorkManagement` +
|
|
@@ -836,7 +833,6 @@
|
|
|
836
833
|
|
|
837
834
|
We will also be removing the following deprecated exports from the `@atlaskit/logo/constants`
|
|
838
835
|
entrypoint:
|
|
839
|
-
|
|
840
836
|
- `Props` (use `LogoProps` instead)
|
|
841
837
|
- `DefaultProps` (use `defaultLogoParams` instead)
|
|
842
838
|
|
|
@@ -986,7 +982,6 @@
|
|
|
986
982
|
[`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add
|
|
987
983
|
`OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to `Opsgenie`,
|
|
988
984
|
and deprecate the following logos:
|
|
989
|
-
|
|
990
985
|
- `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
|
|
991
986
|
- `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
|
|
992
987
|
- `StrideIcon`, `StrideLogo`, `StrideWordmark`
|
|
@@ -1149,7 +1144,6 @@
|
|
|
1149
1144
|
- [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
1150
1145
|
|
|
1151
1146
|
Corrects accessibility behavior for wrapping span. It now will now:
|
|
1152
|
-
|
|
1153
1147
|
- conditionally set the `aria-label` if `label` is defined
|
|
1154
1148
|
- conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it is
|
|
1155
1149
|
not defined- Updated dependencies
|
|
@@ -1170,7 +1164,6 @@
|
|
|
1170
1164
|
|
|
1171
1165
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1172
1166
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1173
|
-
|
|
1174
1167
|
- @atlaskit/docs@8.3.2
|
|
1175
1168
|
- @atlaskit/visual-regression@0.1.9
|
|
1176
1169
|
- @atlaskit/button@13.3.7
|
|
@@ -1279,7 +1272,6 @@
|
|
|
1279
1272
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1280
1273
|
|
|
1281
1274
|
In this PR, we are:
|
|
1282
|
-
|
|
1283
1275
|
- Re-introducing dist build folders
|
|
1284
1276
|
- Adding back cjs
|
|
1285
1277
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1324,7 +1316,6 @@
|
|
|
1324
1316
|
## 12.0.2
|
|
1325
1317
|
|
|
1326
1318
|
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
1327
|
-
|
|
1328
1319
|
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
1329
1320
|
Request #5942 for details
|
|
1330
1321
|
|
|
@@ -1338,14 +1329,12 @@
|
|
|
1338
1329
|
## 12.0.0
|
|
1339
1330
|
|
|
1340
1331
|
- [major][4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
|
|
1341
|
-
|
|
1342
1332
|
- @atlaskit/logo has been converted to Typescript. Typescript consumers will now get static type
|
|
1343
1333
|
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
1344
1334
|
|
|
1345
1335
|
## 11.0.0
|
|
1346
1336
|
|
|
1347
1337
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1348
|
-
|
|
1349
1338
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1350
1339
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1351
1340
|
|
|
@@ -1373,7 +1362,6 @@
|
|
|
1373
1362
|
## 10.0.2
|
|
1374
1363
|
|
|
1375
1364
|
- [patch][e04a402953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04a402953):
|
|
1376
|
-
|
|
1377
1365
|
- Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
|
|
1378
1366
|
|
|
1379
1367
|
## 10.0.1
|
|
@@ -1389,7 +1377,6 @@
|
|
|
1389
1377
|
## 10.0.0
|
|
1390
1378
|
|
|
1391
1379
|
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
1392
|
-
|
|
1393
1380
|
- Drop ES5 from all the flow modules
|
|
1394
1381
|
|
|
1395
1382
|
### Dropping CJS support in all @atlaskit packages
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "19.9.
|
|
3
|
+
"version": "19.9.1",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
32
32
|
"@atlaskit/temp-nav-app-icons": "^0.14.0",
|
|
33
33
|
"@atlaskit/theme": "^21.0.0",
|
|
34
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
|
-
"@compiled/react": "^0.18.
|
|
36
|
+
"@compiled/react": "^0.18.6"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.2.0"
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@af/integration-testing": "workspace:^",
|
|
45
45
|
"@af/visual-regression": "workspace:^",
|
|
46
46
|
"@atlaskit/code": "^17.2.0",
|
|
47
|
-
"@atlaskit/docs": "^11.
|
|
47
|
+
"@atlaskit/docs": "^11.2.0",
|
|
48
48
|
"@atlaskit/form": "^14.2.0",
|
|
49
49
|
"@atlaskit/link": "^3.2.0",
|
|
50
50
|
"@atlaskit/lozenge": "^13.0.0",
|
|
51
|
-
"@atlaskit/primitives": "^
|
|
51
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
52
52
|
"@atlaskit/section-message": "^8.7.0",
|
|
53
53
|
"@atlaskit/select": "^21.3.0",
|
|
54
54
|
"@atlaskit/ssr": "workspace:^",
|