@atlaskit/logo 19.8.3 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -19
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 19.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 19.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`2b99763b3879d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b99763b3879d) -
14
+ Minor bump to force all consumers to update to receive patch bumps 19.8.1 -> 19.8.3
15
+
3
16
  ## 19.8.3
4
17
 
5
18
  ### Patch Changes
@@ -133,11 +146,9 @@
133
146
  [`227f5ae9544a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/227f5ae9544a1) -
134
147
 
135
148
  **Updated**:
136
-
137
149
  - **`LoomAttributionLogo`** and **`LoomAttributionIcon`**: support new logo design language.
138
150
 
139
151
  **Added**:
140
-
141
152
  - **`LoomBlurpleLogo`** and **`LoomBlurpleIcon`**: matches the new logo design language, but using
142
153
  Loom's blurple color
143
154
 
@@ -175,13 +186,11 @@
175
186
  - [#173001](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173001)
176
187
  [`445bba751a18a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/445bba751a18a) -
177
188
  **Added**:
178
-
179
189
  - **`AdminLogo`** and **`AdminIcon`**
180
190
  - **`AnalyticsLogo`** and **`AnalyticsIcon`**
181
191
  - **`AlignLogo`** and **`AlignIcon`**
182
192
 
183
193
  **Updated**: Feature flagging added to:
184
-
185
194
  - **`AtlassianAdministrationLogo`** and **`AtlassianAdministrationIcon`**
186
195
  - **`AtlassianAnalyticsLogo`** and **`AtlassianAnalyticsIcon`**
187
196
  - **`AtlassianAlignLogo`** and **`AtlassianAlignIcon`**
@@ -256,7 +265,6 @@
256
265
  [`6b95a2eecc267`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b95a2eecc267) -
257
266
 
258
267
  **Removed deprecated logos**:
259
-
260
268
  - `HalpIcon`, `HalpLogo`
261
269
  - `AtlassianStartLogo`
262
270
 
@@ -477,7 +485,6 @@
477
485
  release also deletes a number of deprecated logos and props, and marks other logos as deprecated.
478
486
 
479
487
  ### Breaking changes:
480
-
481
488
  - `iconGradientStart` and `iconGradientStop` props have been removed from all Icon and Logo
482
489
  components. Updated logos do not support gradients.
483
490
  - Deprecated `Wordmark` components have been removed. These wordmarks were only designed for use
@@ -491,7 +498,6 @@
491
498
  - `OpsGenieLogo` and `OpsGenieIcon` (old versions of `OpsgenieLogo` and `OpsgenieIcon`)
492
499
 
493
500
  ### Deprecations
494
-
495
501
  - `AtlasLogo` and `AtlasIcon`
496
502
  - `AtlassianStartLogo`
497
503
  - `HalpLogo` and `HalpIcon`
@@ -797,7 +803,6 @@
797
803
  [`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] -
798
804
  Adds `appearance` prop that allows you to choose between three brand-approved appearances:
799
805
  `brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
800
-
801
806
  - Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props. They
802
807
  will still be supported in the immediate future but the goal is to shift usages towards using
803
808
  the `appearance` prop.
@@ -817,7 +822,6 @@
817
822
  This is an update to clearly mark all deprecated Logo exports as deprecated and slated for removal
818
823
  in the next major release. In the next verion we will be removing the following deprecated exports
819
824
  from the main entrypoint:
820
-
821
825
  - `StrideIcon`, `StrideLogo`, `StrideWordmark`
822
826
  - `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
823
827
  - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark` (use `JiraWorkManagement` +
@@ -829,7 +833,6 @@
829
833
 
830
834
  We will also be removing the following deprecated exports from the `@atlaskit/logo/constants`
831
835
  entrypoint:
832
-
833
836
  - `Props` (use `LogoProps` instead)
834
837
  - `DefaultProps` (use `defaultLogoParams` instead)
835
838
 
@@ -979,7 +982,6 @@
979
982
  [`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add
980
983
  `OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to `Opsgenie`,
981
984
  and deprecate the following logos:
982
-
983
985
  - `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
984
986
  - `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
985
987
  - `StrideIcon`, `StrideLogo`, `StrideWordmark`
@@ -1142,7 +1144,6 @@
1142
1144
  - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1143
1145
 
1144
1146
  Corrects accessibility behavior for wrapping span. It now will now:
1145
-
1146
1147
  - conditionally set the `aria-label` if `label` is defined
1147
1148
  - conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it is
1148
1149
  not defined- Updated dependencies
@@ -1163,7 +1164,6 @@
1163
1164
 
1164
1165
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1165
1166
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1166
-
1167
1167
  - @atlaskit/docs@8.3.2
1168
1168
  - @atlaskit/visual-regression@0.1.9
1169
1169
  - @atlaskit/button@13.3.7
@@ -1272,7 +1272,6 @@
1272
1272
  - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
1273
1273
 
1274
1274
  In this PR, we are:
1275
-
1276
1275
  - Re-introducing dist build folders
1277
1276
  - Adding back cjs
1278
1277
  - Replacing es5 by cjs and es2015 by esm
@@ -1317,7 +1316,6 @@
1317
1316
  ## 12.0.2
1318
1317
 
1319
1318
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1320
-
1321
1319
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
1322
1320
  Request #5942 for details
1323
1321
 
@@ -1331,14 +1329,12 @@
1331
1329
  ## 12.0.0
1332
1330
 
1333
1331
  - [major][4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
1334
-
1335
1332
  - @atlaskit/logo has been converted to Typescript. Typescript consumers will now get static type
1336
1333
  safety. Flow types are no longer provided. No API or behavioural changes.
1337
1334
 
1338
1335
  ## 11.0.0
1339
1336
 
1340
1337
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1341
-
1342
1338
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1343
1339
  this package, please ensure you use at least this version of react and react-dom.
1344
1340
 
@@ -1366,7 +1362,6 @@
1366
1362
  ## 10.0.2
1367
1363
 
1368
1364
  - [patch][e04a402953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04a402953):
1369
-
1370
1365
  - Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
1371
1366
 
1372
1367
  ## 10.0.1
@@ -1382,7 +1377,6 @@
1382
1377
  ## 10.0.0
1383
1378
 
1384
1379
  - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1385
-
1386
1380
  - Drop ES5 from all the flow modules
1387
1381
 
1388
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.8.3",
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": "^6.4.0",
34
+ "@atlaskit/tokens": "^7.0.0",
35
35
  "@babel/runtime": "^7.0.0",
36
- "@compiled/react": "^0.18.3"
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.1.0",
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": "^14.15.0",
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:^",