@atlaskit/logo 13.15.3 → 13.15.4
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 +610 -358
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,995 +1,1247 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 13.15.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#92537](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92537)
|
|
8
|
+
[`d6c368b4b3e5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6c368b4b3e5) -
|
|
9
|
+
[ux] This release updates some glyph, colour and theming behaviour changes.
|
|
10
|
+
|
|
3
11
|
## 13.15.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
15
|
+
- [#92971](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92971)
|
|
16
|
+
[`89925a9d50b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/89925a9d50b2) -
|
|
17
|
+
[ux] This release tests some Jira Align and Atlas glyph, colour and theming behaviour changes
|
|
18
|
+
behind a feature flag. If successful, these changes will be enabled in a future release.
|
|
19
|
+
- Updated dependencies
|
|
9
20
|
|
|
10
21
|
## 13.15.2
|
|
11
22
|
|
|
12
23
|
### Patch Changes
|
|
13
24
|
|
|
14
|
-
-
|
|
25
|
+
- [#89713](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89713)
|
|
26
|
+
[`57d3c407b13c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57d3c407b13c) -
|
|
27
|
+
[ux] This release tests some glyph, colour and theming behaviour changes behind a feature flag.
|
|
28
|
+
If successful, these changes will be enabled in a future release.
|
|
15
29
|
|
|
16
30
|
## 13.15.1
|
|
17
31
|
|
|
18
32
|
### Patch Changes
|
|
19
33
|
|
|
20
|
-
-
|
|
34
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
35
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
36
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
21
37
|
|
|
22
38
|
## 13.15.0
|
|
23
39
|
|
|
24
40
|
### Minor Changes
|
|
25
41
|
|
|
26
|
-
-
|
|
42
|
+
- [#64792](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64792)
|
|
43
|
+
[`5e543c3a5479`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e543c3a5479) -
|
|
44
|
+
Adds Loom icon and logo components.
|
|
27
45
|
|
|
28
46
|
## 13.14.9
|
|
29
47
|
|
|
30
48
|
### Patch Changes
|
|
31
49
|
|
|
32
|
-
-
|
|
50
|
+
- [#40928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40928)
|
|
51
|
+
[`dbe29ba5d95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbe29ba5d95) - remove
|
|
52
|
+
unused size/label paramaters to fix ts error
|
|
33
53
|
|
|
34
54
|
## 13.14.8
|
|
35
55
|
|
|
36
56
|
### Patch Changes
|
|
37
57
|
|
|
38
|
-
-
|
|
58
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
59
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
60
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
61
|
+
testing.
|
|
39
62
|
|
|
40
63
|
## 13.14.7
|
|
41
64
|
|
|
42
65
|
### Patch Changes
|
|
43
66
|
|
|
44
|
-
-
|
|
67
|
+
- [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
|
|
68
|
+
[`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans
|
|
69
|
+
the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18
|
|
70
|
+
migration work. The change is internal only and should not introduce any changes for the
|
|
71
|
+
component consumers.
|
|
45
72
|
|
|
46
73
|
## 13.14.6
|
|
47
74
|
|
|
48
75
|
### Patch Changes
|
|
49
76
|
|
|
50
|
-
-
|
|
77
|
+
- [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445)
|
|
78
|
+
[`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) -
|
|
79
|
+
Removing unused dependencies and dev dependencies
|
|
51
80
|
|
|
52
81
|
## 13.14.5
|
|
53
82
|
|
|
54
83
|
### Patch Changes
|
|
55
84
|
|
|
56
|
-
-
|
|
85
|
+
- [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
|
|
86
|
+
[`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) -
|
|
87
|
+
Internal change to enforce token usage for spacing properties. There is no expected visual or
|
|
88
|
+
behaviour change.
|
|
57
89
|
|
|
58
90
|
## 13.14.4
|
|
59
91
|
|
|
60
92
|
### Patch Changes
|
|
61
93
|
|
|
62
|
-
-
|
|
94
|
+
- [#34305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34305)
|
|
95
|
+
[`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux]
|
|
96
|
+
removed width property in svg tag fro atlas logo
|
|
63
97
|
|
|
64
98
|
## 13.14.3
|
|
65
99
|
|
|
66
100
|
### Patch Changes
|
|
67
101
|
|
|
68
|
-
-
|
|
102
|
+
- [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
|
|
103
|
+
[`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
|
|
104
|
+
packages to push-model consumption in Jira.
|
|
69
105
|
|
|
70
106
|
## 13.14.2
|
|
71
107
|
|
|
72
108
|
### Patch Changes
|
|
73
109
|
|
|
74
|
-
-
|
|
110
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
111
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
112
|
+
legacy types are published for TS 4.5-4.8
|
|
75
113
|
|
|
76
114
|
## 13.14.1
|
|
77
115
|
|
|
78
116
|
### Patch Changes
|
|
79
117
|
|
|
80
|
-
-
|
|
118
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
119
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
120
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
81
121
|
|
|
82
122
|
## 13.14.0
|
|
83
123
|
|
|
84
124
|
### Minor Changes
|
|
85
125
|
|
|
86
|
-
-
|
|
126
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
127
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
128
|
+
minor dependency bump
|
|
87
129
|
|
|
88
130
|
### Patch Changes
|
|
89
131
|
|
|
90
|
-
-
|
|
132
|
+
- Updated dependencies
|
|
91
133
|
|
|
92
134
|
## 13.13.0
|
|
93
135
|
|
|
94
136
|
### Minor Changes
|
|
95
137
|
|
|
96
|
-
-
|
|
138
|
+
- [#32323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32323)
|
|
139
|
+
[`5111380b383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5111380b383) - Adds
|
|
140
|
+
logo assets for Atlas
|
|
97
141
|
|
|
98
142
|
## 13.12.1
|
|
99
143
|
|
|
100
144
|
### Patch Changes
|
|
101
145
|
|
|
102
|
-
-
|
|
146
|
+
- [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294)
|
|
147
|
+
[`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages
|
|
148
|
+
of `process` are now guarded by a `typeof` check.
|
|
103
149
|
|
|
104
150
|
## 13.12.0
|
|
105
151
|
|
|
106
152
|
### Minor Changes
|
|
107
153
|
|
|
108
|
-
-
|
|
154
|
+
- [#31973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31973)
|
|
155
|
+
[`4d2e52e86d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d2e52e86d3) - [ux]
|
|
156
|
+
Add Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids
|
|
157
|
+
where subsequent logos on a page could be impacted by display/vvisibility styles applied to the
|
|
158
|
+
first logo on a page.
|
|
109
159
|
|
|
110
160
|
## 13.11.2
|
|
111
161
|
|
|
112
162
|
### Patch Changes
|
|
113
163
|
|
|
114
|
-
-
|
|
115
|
-
-
|
|
164
|
+
- [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
|
|
165
|
+
[`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) -
|
|
166
|
+
Upgrades component types to support React 18.
|
|
167
|
+
- Updated dependencies
|
|
116
168
|
|
|
117
169
|
## 13.11.1
|
|
118
170
|
|
|
119
171
|
### Patch Changes
|
|
120
172
|
|
|
121
|
-
-
|
|
173
|
+
- [#29835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29835)
|
|
174
|
+
[`b77d5924c19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77d5924c19) - [ux]
|
|
175
|
+
Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
|
|
122
176
|
|
|
123
177
|
## 13.11.0
|
|
124
178
|
|
|
125
179
|
### Minor Changes
|
|
126
180
|
|
|
127
|
-
-
|
|
181
|
+
- [#29472](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29472)
|
|
182
|
+
[`a6da509aa20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6da509aa20) - [ux]
|
|
183
|
+
Adds Jira Product Discovery logo and icon
|
|
128
184
|
|
|
129
185
|
## 13.10.5
|
|
130
186
|
|
|
131
187
|
### Patch Changes
|
|
132
188
|
|
|
133
|
-
-
|
|
189
|
+
- Updated dependencies
|
|
134
190
|
|
|
135
191
|
## 13.10.4
|
|
136
192
|
|
|
137
193
|
### Patch Changes
|
|
138
194
|
|
|
139
|
-
-
|
|
195
|
+
- Updated dependencies
|
|
140
196
|
|
|
141
197
|
## 13.10.3
|
|
142
198
|
|
|
143
199
|
### Patch Changes
|
|
144
200
|
|
|
145
|
-
-
|
|
201
|
+
- Updated dependencies
|
|
146
202
|
|
|
147
203
|
## 13.10.2
|
|
148
204
|
|
|
149
205
|
### Patch Changes
|
|
150
206
|
|
|
151
|
-
-
|
|
207
|
+
- Updated dependencies
|
|
152
208
|
|
|
153
209
|
## 13.10.1
|
|
154
210
|
|
|
155
211
|
### Patch Changes
|
|
156
212
|
|
|
157
|
-
-
|
|
213
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
|
|
214
|
+
[`88a34a8c2dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88a34a8c2dd) - Remove
|
|
215
|
+
redundant `role=presentation` on wrapping @atlaskit/icon and @atlaskit/logo spans.
|
|
158
216
|
|
|
159
217
|
## 13.10.0
|
|
160
218
|
|
|
161
219
|
### Minor Changes
|
|
162
220
|
|
|
163
|
-
-
|
|
221
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
222
|
+
[`68e771a783a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e771a783a) -
|
|
223
|
+
Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
164
224
|
|
|
165
225
|
## 13.9.1
|
|
166
226
|
|
|
167
227
|
### Patch Changes
|
|
168
228
|
|
|
169
|
-
-
|
|
229
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
230
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
231
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
170
232
|
|
|
171
233
|
## 13.9.0
|
|
172
234
|
|
|
173
235
|
### Minor Changes
|
|
174
236
|
|
|
175
|
-
-
|
|
237
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
238
|
+
[`76eadca8ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76eadca8ef3) - Adds
|
|
239
|
+
Jira Align logo, icon and wordmark.
|
|
176
240
|
|
|
177
241
|
### Patch Changes
|
|
178
242
|
|
|
179
|
-
-
|
|
243
|
+
- Updated dependencies
|
|
180
244
|
|
|
181
245
|
## 13.8.2
|
|
182
246
|
|
|
183
247
|
### Patch Changes
|
|
184
248
|
|
|
185
|
-
-
|
|
249
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
250
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
251
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
186
252
|
|
|
187
253
|
## 13.8.1
|
|
188
254
|
|
|
189
255
|
### Patch Changes
|
|
190
256
|
|
|
191
|
-
-
|
|
192
|
-
|
|
193
|
-
|
|
257
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
258
|
+
[`d448e04e6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d448e04e6a8) - [ux]
|
|
259
|
+
Internal changes to make the styling more resilient to inherited styles.
|
|
260
|
+
- [`c320954edd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c320954edd7) -
|
|
261
|
+
Internal code change turning on new linting rules.
|
|
262
|
+
- Updated dependencies
|
|
194
263
|
|
|
195
264
|
## 13.8.0
|
|
196
265
|
|
|
197
266
|
### Minor Changes
|
|
198
267
|
|
|
199
|
-
-
|
|
268
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
269
|
+
[`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] -
|
|
270
|
+
Adds `appearance` prop that allows you to choose between three brand-approved appearances:
|
|
271
|
+
`brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
|
|
200
272
|
|
|
201
|
-
|
|
273
|
+
- Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props.
|
|
274
|
+
They will still be supported in the immediate future but the goal is to shift usages towards
|
|
275
|
+
using the `appearance` prop.
|
|
202
276
|
|
|
203
277
|
## 13.7.1
|
|
204
278
|
|
|
205
279
|
### Patch Changes
|
|
206
280
|
|
|
207
|
-
-
|
|
281
|
+
- Updated dependencies
|
|
208
282
|
|
|
209
283
|
## 13.7.0
|
|
210
284
|
|
|
211
285
|
### Minor Changes
|
|
212
286
|
|
|
213
|
-
-
|
|
287
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
288
|
+
[`0793be315f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0793be315f4) - [ux]
|
|
289
|
+
This is an update to clearly mark all deprecated Logo exports as deprecated and slated for
|
|
290
|
+
removal in the next major release. In the next verion we will be removing the following
|
|
291
|
+
deprecated exports from the main entrypoint:
|
|
214
292
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
293
|
+
- `StrideIcon`, `StrideLogo`, `StrideWordmark`
|
|
294
|
+
- `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
|
|
295
|
+
- `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark` (use `JiraWorkManagement` +
|
|
296
|
+
`Icon`|`Logo`|`Wordmark` instead)
|
|
297
|
+
- `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark` (use
|
|
298
|
+
`JiraServiceManagement` + `Icon`|`Logo`|`Wordmark` instead)
|
|
299
|
+
- `OpsGenieIcon`, `OpsGenieLogo`, `OpsGenieWordmark` (use `Opsgenie` with a lowercase 'g' +
|
|
300
|
+
`Icon`|`Logo`|`Wordmark` instead)
|
|
220
301
|
|
|
221
|
-
|
|
302
|
+
We will also be removing the following deprecated exports from the `@atlaskit/logo/constants`
|
|
303
|
+
entrypoint:
|
|
222
304
|
|
|
223
|
-
|
|
224
|
-
|
|
305
|
+
- `Props` (use `LogoProps` instead)
|
|
306
|
+
- `DefaultProps` (use `defaultLogoParams` instead)
|
|
225
307
|
|
|
226
|
-
|
|
308
|
+
## Codemod
|
|
227
309
|
|
|
228
|
-
|
|
310
|
+
To help with this migration, we have provided a codemod that you can run to automatically update
|
|
311
|
+
your imports (it will leave a comment if you are using a logo with no alternative). This codemod
|
|
312
|
+
has been around for a while, but we've updated it in this release.
|
|
229
313
|
|
|
230
|
-
|
|
314
|
+
Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See
|
|
315
|
+
[documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for
|
|
316
|
+
general codemod guidance.
|
|
231
317
|
|
|
232
|
-
|
|
318
|
+
Without setting options in your terminal command, you can run the following and type to search
|
|
319
|
+
for `logo` and select `@atlaskit/logo: 13.6.0-rename-imports` from the interactive CLI.
|
|
233
320
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
321
|
+
```
|
|
322
|
+
npx @atlaskit/codemod-cli [TARGET_PATH]`
|
|
323
|
+
```
|
|
237
324
|
|
|
238
|
-
|
|
325
|
+
For a TypeScript codebase, a more detailed command might look something like this.
|
|
239
326
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
327
|
+
```
|
|
328
|
+
npx @atlaskit/codemod-cli --ignore-pattern node_modules --parser tsx --extensions js,jsx,ts,tsx ./packages
|
|
329
|
+
```
|
|
243
330
|
|
|
244
|
-
|
|
331
|
+
For a Flow codebase, you will want to use `--parser babylon` instead of `--parser flow`.
|
|
245
332
|
|
|
246
|
-
|
|
333
|
+
## Design System ESLint Plugin
|
|
247
334
|
|
|
248
|
-
|
|
335
|
+
We've also updated `@atlaskit/eslint-plugin-design-system` to add new restrictions to these
|
|
336
|
+
imports. If you haven't already, we recommend installing this plugin and enabling the rules in
|
|
337
|
+
your ESLint config. For now, documentation for the plugin resides on
|
|
338
|
+
[Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-mirror/src/master/design-system/eslint-plugin/).
|
|
249
339
|
|
|
250
340
|
## 13.6.0
|
|
251
341
|
|
|
252
342
|
### Minor Changes
|
|
253
343
|
|
|
254
|
-
-
|
|
344
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
|
|
345
|
+
[`4caed6d5063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4caed6d5063) -
|
|
346
|
+
Refactors logo converting it from class components to functional components. This includes file
|
|
347
|
+
renames and some API changes such as prop name changes but is still backwards compatible. These
|
|
348
|
+
old APIs will be deprecated in a later release.
|
|
255
349
|
|
|
256
350
|
## 13.5.5
|
|
257
351
|
|
|
258
352
|
### Patch Changes
|
|
259
353
|
|
|
260
|
-
-
|
|
354
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
355
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
356
|
+
Upgrade to TypeScript 4.2.4
|
|
261
357
|
|
|
262
358
|
## 13.5.4
|
|
263
359
|
|
|
264
360
|
### Patch Changes
|
|
265
361
|
|
|
266
|
-
-
|
|
362
|
+
- [#16285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16285)
|
|
363
|
+
[`ec464e07b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec464e07b10) - Fixes
|
|
364
|
+
a bug where the Atlassian Start logo did not render correctly on Firefox
|
|
267
365
|
|
|
268
366
|
## 13.5.3
|
|
269
367
|
|
|
270
368
|
### Patch Changes
|
|
271
369
|
|
|
272
|
-
-
|
|
273
|
-
-
|
|
370
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
371
|
+
[`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) -
|
|
372
|
+
Internal changes to supress eslint rules.
|
|
373
|
+
- Updated dependencies
|
|
274
374
|
|
|
275
375
|
## 13.5.2
|
|
276
376
|
|
|
277
377
|
### Patch Changes
|
|
278
378
|
|
|
279
|
-
-
|
|
379
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
380
|
+
[`545d363ca28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545d363ca28) -
|
|
381
|
+
Convert usage of `styled-components` to `emotion`.
|
|
280
382
|
|
|
281
383
|
## 13.5.1
|
|
282
384
|
|
|
283
385
|
### Patch Changes
|
|
284
386
|
|
|
285
|
-
-
|
|
387
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
388
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
389
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
286
390
|
|
|
287
391
|
## 13.5.0
|
|
288
392
|
|
|
289
393
|
### Minor Changes
|
|
290
394
|
|
|
291
|
-
-
|
|
395
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
396
|
+
[`83a089fe0cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a089fe0cc) - Halp
|
|
397
|
+
has been added to logos. This includes the logo, wordmark and icon.
|
|
292
398
|
|
|
293
399
|
### Patch Changes
|
|
294
400
|
|
|
295
|
-
-
|
|
401
|
+
- [`cc0c678724c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc0c678724c) - Add
|
|
402
|
+
default label for Logo
|
|
296
403
|
|
|
297
404
|
## 13.4.2
|
|
298
405
|
|
|
299
406
|
### Patch Changes
|
|
300
407
|
|
|
301
|
-
-
|
|
408
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
409
|
+
[`17770b662ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17770b662ac) -
|
|
410
|
+
NO-ISSUE reference existing file in af.exports['.']
|
|
302
411
|
|
|
303
412
|
## 13.4.1
|
|
304
413
|
|
|
305
414
|
### Patch Changes
|
|
306
415
|
|
|
307
|
-
-
|
|
416
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
417
|
+
[`0017d2a8439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0017d2a8439) - Since
|
|
418
|
+
the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and
|
|
419
|
+
Hipchat are deprecated in `@atlaskit/logo`, we provided a codemod to help consumers upgrade
|
|
420
|
+
their components.
|
|
308
421
|
|
|
309
|
-
|
|
422
|
+
**Running the codemod cli**
|
|
310
423
|
|
|
311
|
-
|
|
424
|
+
To run the codemod: **You first need to have the latest avatar installed before you can run the
|
|
425
|
+
codemod**
|
|
312
426
|
|
|
313
|
-
|
|
427
|
+
`yarn upgrade @atlaskit/logo`
|
|
314
428
|
|
|
315
|
-
|
|
429
|
+
Once upgraded, use the Atlaskit codemod-cli;
|
|
316
430
|
|
|
317
|
-
|
|
431
|
+
`npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
|
|
318
432
|
|
|
319
|
-
|
|
433
|
+
Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to this
|
|
434
|
+
doc for more details on the codemod CLI.
|
|
320
435
|
|
|
321
|
-
-
|
|
436
|
+
- Updated dependencies
|
|
322
437
|
|
|
323
438
|
## 13.4.0
|
|
324
439
|
|
|
325
440
|
### Minor Changes
|
|
326
441
|
|
|
327
|
-
-
|
|
442
|
+
- [#10212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10212)
|
|
443
|
+
[`5f44a31b58a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f44a31b58a) - [ux]
|
|
444
|
+
Add new Trello logo, Atlassian Start logo and Compass logo to `@atlaskit/logo`
|
|
328
445
|
|
|
329
446
|
## 13.3.0
|
|
330
447
|
|
|
331
448
|
### Minor Changes
|
|
332
449
|
|
|
333
|
-
-
|
|
450
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
451
|
+
[`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add
|
|
452
|
+
`OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to
|
|
453
|
+
`Opsgenie`, and deprecate the following logos:
|
|
334
454
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
455
|
+
- `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
|
|
456
|
+
- `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
|
|
457
|
+
- `StrideIcon`, `StrideLogo`, `StrideWordmark`
|
|
458
|
+
- `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
|
|
339
459
|
|
|
340
460
|
### Patch Changes
|
|
341
461
|
|
|
342
|
-
-
|
|
462
|
+
- Updated dependencies
|
|
343
463
|
|
|
344
464
|
## 13.2.0
|
|
345
465
|
|
|
346
466
|
### Minor Changes
|
|
347
467
|
|
|
348
|
-
-
|
|
468
|
+
- [#9446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9446)
|
|
469
|
+
[`95838b0d7cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95838b0d7cf) - [ux]
|
|
470
|
+
Add Jira Work Management Logo
|
|
349
471
|
|
|
350
472
|
## 13.1.2
|
|
351
473
|
|
|
352
474
|
### Patch Changes
|
|
353
475
|
|
|
354
|
-
-
|
|
355
|
-
|
|
356
|
-
|
|
476
|
+
- [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
|
|
477
|
+
[`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
|
|
478
|
+
Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
|
|
479
|
+
date-fns upgrade. We're reverting the upgarde to investigate
|
|
357
480
|
|
|
358
481
|
## 13.1.1
|
|
359
482
|
|
|
360
483
|
### Patch Changes
|
|
361
484
|
|
|
362
|
-
-
|
|
485
|
+
- [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
|
|
486
|
+
[`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) -
|
|
487
|
+
Upgrade date-fns to 2.17
|
|
363
488
|
|
|
364
489
|
## 13.1.0
|
|
365
490
|
|
|
366
491
|
### Minor Changes
|
|
367
492
|
|
|
368
|
-
-
|
|
493
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
494
|
+
[`5216ebed3b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5216ebed3b6) - Expose
|
|
495
|
+
and use atlassian-icon, jira-icon entry points
|
|
369
496
|
|
|
370
497
|
## 13.0.8
|
|
371
498
|
|
|
372
499
|
### Patch Changes
|
|
373
500
|
|
|
374
|
-
-
|
|
375
|
-
|
|
501
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
|
|
502
|
+
[`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) -
|
|
503
|
+
Removed extraneous/unnecessary dependencies for design system components.
|
|
504
|
+
- [`dfa1827ecad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa1827ecad) - Fixed
|
|
505
|
+
the broken "Download the logos" link on https://atlassian.design/components/logo/usage
|
|
376
506
|
|
|
377
507
|
## 13.0.7
|
|
378
508
|
|
|
379
509
|
### Patch Changes
|
|
380
510
|
|
|
381
|
-
-
|
|
511
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
512
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
513
|
+
Transpile packages using babel rather than tsc
|
|
382
514
|
|
|
383
515
|
## 13.0.6
|
|
384
516
|
|
|
385
517
|
### Patch Changes
|
|
386
518
|
|
|
387
|
-
-
|
|
519
|
+
- [#6125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6125)
|
|
520
|
+
[`ce8c85a20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce8c85a20d) - As part
|
|
521
|
+
of this task we have introduced a new JSM logo and deprecated JSD logo
|
|
388
522
|
|
|
389
523
|
## 13.0.5
|
|
390
524
|
|
|
391
525
|
### Patch Changes
|
|
392
526
|
|
|
393
|
-
-
|
|
394
|
-
|
|
395
|
-
|
|
527
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
528
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
529
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
530
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
531
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
532
|
+
`devDependencies` to denote version that the package was built with.
|
|
396
533
|
|
|
397
534
|
## 13.0.4
|
|
398
535
|
|
|
399
536
|
### Patch Changes
|
|
400
537
|
|
|
401
|
-
-
|
|
538
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
539
|
+
[`7315203b80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7315203b80) - Rename
|
|
540
|
+
`AkCode` and `AkCodeBlock` exports to `Code` and `CodeBlock` for `@atlaskit/code`.
|
|
402
541
|
|
|
403
542
|
## 13.0.3
|
|
404
543
|
|
|
405
544
|
### Patch Changes
|
|
406
545
|
|
|
407
|
-
-
|
|
546
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
547
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
548
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
408
549
|
|
|
409
|
-
|
|
410
|
-
|
|
550
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
551
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
411
552
|
|
|
412
553
|
## 13.0.2
|
|
413
554
|
|
|
414
555
|
### Patch Changes
|
|
415
556
|
|
|
416
|
-
-
|
|
557
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
558
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
|
|
559
|
+
readme and package information has been updated to point to the new design system website.
|
|
417
560
|
|
|
418
561
|
## 13.0.1
|
|
419
562
|
|
|
420
563
|
### Patch Changes
|
|
421
564
|
|
|
422
|
-
-
|
|
423
|
-
|
|
565
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
566
|
+
[`ce3b100bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3b100bed) - Change
|
|
567
|
+
the Atlassian Icon for better alignment with other Icons
|
|
568
|
+
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
|
|
569
|
+
all the theme imports to be tree-shakable
|
|
424
570
|
|
|
425
571
|
## 13.0.0
|
|
426
572
|
|
|
427
573
|
### Major Changes
|
|
428
574
|
|
|
429
|
-
-
|
|
430
|
-
|
|
575
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
576
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
577
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
578
|
+
package working in IE11. For more information see:
|
|
579
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
431
580
|
|
|
432
581
|
## 12.3.5
|
|
433
582
|
|
|
434
583
|
### Patch Changes
|
|
435
584
|
|
|
436
|
-
-
|
|
585
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
586
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
|
|
587
|
+
and supporting files will no longer be published to npm
|
|
437
588
|
|
|
438
589
|
## 12.3.4
|
|
439
590
|
|
|
440
591
|
### Patch Changes
|
|
441
592
|
|
|
442
|
-
-
|
|
593
|
+
- [patch][f6667f2909](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6667f2909):
|
|
443
594
|
|
|
444
|
-
|
|
595
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
596
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
445
597
|
|
|
446
|
-
-
|
|
447
|
-
|
|
448
|
-
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
598
|
+
- Updated dependencies
|
|
599
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
600
|
+
- Updated dependencies
|
|
601
|
+
[f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
|
|
602
|
+
- Updated dependencies
|
|
603
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
604
|
+
- Updated dependencies
|
|
605
|
+
[6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
|
|
606
|
+
- @atlaskit/button@13.3.11
|
|
607
|
+
- @atlaskit/select@11.0.10
|
|
608
|
+
- @atlaskit/code@11.1.5
|
|
453
609
|
|
|
454
610
|
## 12.3.3
|
|
455
611
|
|
|
456
612
|
### Patch Changes
|
|
457
613
|
|
|
458
|
-
-
|
|
614
|
+
- [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
459
615
|
|
|
460
|
-
|
|
616
|
+
Corrects accessibility behavior for wrapping span. It now will now:
|
|
461
617
|
|
|
462
|
-
|
|
463
|
-
|
|
618
|
+
- conditionally set the `aria-label` if `label` is defined
|
|
619
|
+
- conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it
|
|
620
|
+
is not defined- Updated dependencies
|
|
621
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
464
622
|
|
|
465
|
-
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
623
|
+
- Updated dependencies
|
|
624
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
625
|
+
- @atlaskit/docs@8.4.0
|
|
626
|
+
- @atlaskit/field-radio-group@7.0.2
|
|
627
|
+
- @atlaskit/button@13.3.9
|
|
628
|
+
- @atlaskit/select@11.0.9
|
|
470
629
|
|
|
471
630
|
## 12.3.2
|
|
472
631
|
|
|
473
632
|
### Patch Changes
|
|
474
633
|
|
|
475
|
-
-
|
|
634
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
476
635
|
|
|
477
|
-
|
|
636
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
637
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
478
638
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
639
|
+
- @atlaskit/docs@8.3.2
|
|
640
|
+
- @atlaskit/visual-regression@0.1.9
|
|
641
|
+
- @atlaskit/button@13.3.7
|
|
642
|
+
- @atlaskit/code@11.1.3
|
|
643
|
+
- @atlaskit/field-radio-group@7.0.1
|
|
644
|
+
- @atlaskit/select@11.0.7
|
|
645
|
+
- @atlaskit/theme@9.5.1
|
|
486
646
|
|
|
487
647
|
## 12.3.1
|
|
488
648
|
|
|
489
649
|
### Patch Changes
|
|
490
650
|
|
|
491
|
-
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
651
|
+
- Updated dependencies
|
|
652
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
653
|
+
- @atlaskit/field-radio-group@7.0.0
|
|
654
|
+
- @atlaskit/docs@8.3.1
|
|
655
|
+
- @atlaskit/button@13.3.6
|
|
656
|
+
- @atlaskit/select@11.0.6
|
|
496
657
|
|
|
497
658
|
## 12.3.0
|
|
498
659
|
|
|
499
660
|
### Minor Changes
|
|
500
661
|
|
|
501
|
-
-
|
|
662
|
+
- [minor][308708081a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/308708081a):
|
|
502
663
|
|
|
503
|
-
|
|
664
|
+
Export LogoProps
|
|
504
665
|
|
|
505
666
|
## 12.2.2
|
|
506
667
|
|
|
507
668
|
### Patch Changes
|
|
508
669
|
|
|
509
|
-
-
|
|
670
|
+
- [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
510
671
|
|
|
511
|
-
|
|
672
|
+
@atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
|
|
673
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
512
674
|
|
|
513
675
|
## 12.2.1
|
|
514
676
|
|
|
515
677
|
### Patch Changes
|
|
516
678
|
|
|
517
|
-
-
|
|
679
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
518
680
|
|
|
519
|
-
|
|
681
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
520
682
|
|
|
521
683
|
## 12.2.0
|
|
522
684
|
|
|
523
685
|
### Minor Changes
|
|
524
686
|
|
|
525
|
-
-
|
|
687
|
+
- [minor][9e3b4ffeb1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e3b4ffeb1):
|
|
526
688
|
|
|
527
|
-
|
|
689
|
+
Add Trello logo
|
|
528
690
|
|
|
529
691
|
## 12.1.8
|
|
530
692
|
|
|
531
693
|
### Patch Changes
|
|
532
694
|
|
|
533
|
-
-
|
|
695
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
534
696
|
|
|
535
|
-
|
|
697
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
698
|
+
non-relative imports as relative imports
|
|
536
699
|
|
|
537
700
|
## 12.1.7
|
|
538
701
|
|
|
539
702
|
### Patch Changes
|
|
540
703
|
|
|
541
|
-
-
|
|
704
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
542
705
|
|
|
543
|
-
|
|
706
|
+
Upgraded Typescript to 3.3.x
|
|
544
707
|
|
|
545
708
|
## 12.1.6
|
|
546
709
|
|
|
547
710
|
### Patch Changes
|
|
548
711
|
|
|
549
|
-
-
|
|
712
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
550
713
|
|
|
551
|
-
|
|
714
|
+
Updates component maintainers
|
|
552
715
|
|
|
553
716
|
## 12.1.5
|
|
554
717
|
|
|
555
718
|
### Patch Changes
|
|
556
719
|
|
|
557
|
-
-
|
|
720
|
+
- [patch][6260319597](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6260319597):
|
|
558
721
|
|
|
559
|
-
|
|
722
|
+
Updates OpsGenie logo width
|
|
560
723
|
|
|
561
724
|
## 12.1.4
|
|
562
725
|
|
|
563
726
|
### Patch Changes
|
|
564
727
|
|
|
565
|
-
-
|
|
728
|
+
- [patch][f34776be97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f34776be97):
|
|
566
729
|
|
|
567
|
-
|
|
730
|
+
Type definition files are now referenced in package.json
|
|
568
731
|
|
|
569
732
|
## 12.1.3
|
|
570
733
|
|
|
571
734
|
### Patch Changes
|
|
572
735
|
|
|
573
|
-
-
|
|
736
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
574
737
|
|
|
575
|
-
|
|
738
|
+
Fixes bug, missing version.json file
|
|
576
739
|
|
|
577
740
|
## 12.1.2
|
|
578
741
|
|
|
579
742
|
### Patch Changes
|
|
580
743
|
|
|
581
|
-
-
|
|
744
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
582
745
|
|
|
583
|
-
|
|
746
|
+
In this PR, we are:
|
|
584
747
|
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
748
|
+
- Re-introducing dist build folders
|
|
749
|
+
- Adding back cjs
|
|
750
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
751
|
+
- Creating folders at the root for entry-points
|
|
752
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
753
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
754
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
755
|
+
for further details
|
|
591
756
|
|
|
592
757
|
## 12.1.1
|
|
593
758
|
|
|
594
|
-
-
|
|
595
|
-
|
|
596
|
-
|
|
759
|
+
- Updated dependencies
|
|
760
|
+
[790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
|
|
761
|
+
- @atlaskit/button@13.0.11
|
|
762
|
+
- @atlaskit/select@10.0.0
|
|
597
763
|
|
|
598
764
|
## 12.1.0
|
|
599
765
|
|
|
600
766
|
### Minor Changes
|
|
601
767
|
|
|
602
|
-
-
|
|
768
|
+
- [minor][b81d931ee3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81d931ee3):
|
|
603
769
|
|
|
604
|
-
|
|
770
|
+
Added new OpsGenie logo, fixed the gradient for the StatusPage logo, and refactored
|
|
771
|
+
atlassian-switcher to use the new logos
|
|
605
772
|
|
|
606
773
|
## 12.0.4
|
|
607
774
|
|
|
608
775
|
### Patch Changes
|
|
609
776
|
|
|
610
|
-
-
|
|
777
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
611
778
|
|
|
612
|
-
|
|
779
|
+
index.ts will now be ignored when publishing to npm
|
|
613
780
|
|
|
614
781
|
## 12.0.3
|
|
615
782
|
|
|
616
783
|
### Patch Changes
|
|
617
784
|
|
|
618
|
-
-
|
|
785
|
+
- [patch][94fc3757b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94fc3757b8):
|
|
619
786
|
|
|
620
|
-
|
|
787
|
+
Update the Statuspage icon + logo
|
|
621
788
|
|
|
622
789
|
## 12.0.2
|
|
623
790
|
|
|
624
|
-
-
|
|
791
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
625
792
|
|
|
626
|
-
|
|
793
|
+
- This is just a safety release in case anything strange happened in in the previous one. See
|
|
794
|
+
Pull Request #5942 for details
|
|
627
795
|
|
|
628
796
|
## 12.0.1
|
|
629
797
|
|
|
630
|
-
-
|
|
631
|
-
|
|
632
|
-
|
|
798
|
+
- Updated dependencies
|
|
799
|
+
[97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
|
|
800
|
+
- @atlaskit/docs@8.1.0
|
|
801
|
+
- @atlaskit/code@11.0.0
|
|
633
802
|
|
|
634
803
|
## 12.0.0
|
|
635
804
|
|
|
636
|
-
-
|
|
805
|
+
- [major][4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
|
|
637
806
|
|
|
638
|
-
|
|
807
|
+
- @atlaskit/logo has been converted to Typescript. Typescript consumers will now get static
|
|
808
|
+
type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
639
809
|
|
|
640
810
|
## 11.0.0
|
|
641
811
|
|
|
642
|
-
-
|
|
812
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
643
813
|
|
|
644
|
-
|
|
814
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
815
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
645
816
|
|
|
646
817
|
## 10.0.4
|
|
647
818
|
|
|
648
|
-
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
819
|
+
- Updated dependencies
|
|
820
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
821
|
+
- @atlaskit/docs@7.0.3
|
|
822
|
+
- @atlaskit/button@12.0.3
|
|
823
|
+
- @atlaskit/code@9.0.1
|
|
824
|
+
- @atlaskit/field-radio-group@5.0.3
|
|
825
|
+
- @atlaskit/select@8.1.1
|
|
826
|
+
- @atlaskit/theme@8.1.7
|
|
655
827
|
|
|
656
828
|
## 10.0.3
|
|
657
829
|
|
|
658
|
-
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
830
|
+
- Updated dependencies
|
|
831
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
832
|
+
- @atlaskit/docs@7.0.2
|
|
833
|
+
- @atlaskit/field-radio-group@5.0.2
|
|
834
|
+
- @atlaskit/select@8.0.5
|
|
835
|
+
- @atlaskit/theme@8.1.6
|
|
836
|
+
- @atlaskit/button@12.0.0
|
|
664
837
|
|
|
665
838
|
## 10.0.2
|
|
666
839
|
|
|
667
|
-
-
|
|
840
|
+
- [patch][e04a402953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04a402953):
|
|
668
841
|
|
|
669
|
-
|
|
842
|
+
- Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
|
|
670
843
|
|
|
671
844
|
## 10.0.1
|
|
672
845
|
|
|
673
|
-
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
846
|
+
- Updated dependencies
|
|
847
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
848
|
+
- @atlaskit/docs@7.0.1
|
|
849
|
+
- @atlaskit/field-radio-group@5.0.1
|
|
850
|
+
- @atlaskit/select@8.0.3
|
|
851
|
+
- @atlaskit/theme@8.0.1
|
|
852
|
+
- @atlaskit/button@11.0.0
|
|
679
853
|
|
|
680
854
|
## 10.0.0
|
|
681
855
|
|
|
682
|
-
-
|
|
856
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
683
857
|
|
|
684
|
-
|
|
858
|
+
- Drop ES5 from all the flow modules
|
|
685
859
|
|
|
686
|
-
|
|
860
|
+
### Dropping CJS support in all @atlaskit packages
|
|
687
861
|
|
|
688
|
-
|
|
689
|
-
|
|
862
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
863
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
864
|
+
`import` and `export` declarations.
|
|
690
865
|
|
|
691
|
-
|
|
866
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
867
|
+
e.g:
|
|
692
868
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
869
|
+
```js
|
|
870
|
+
import colors from `@atlaskit/theme/colors`;
|
|
871
|
+
```
|
|
696
872
|
|
|
697
|
-
|
|
873
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
698
874
|
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
875
|
+
```js
|
|
876
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
877
|
+
```
|
|
702
878
|
|
|
703
|
-
|
|
879
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors
|
|
880
|
+
harder, we have to worry about how consumers might be using things that aren't _actually_
|
|
881
|
+
supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
|
|
882
|
+
to lots of packages bundling all of theme, just to use a single color, especially in situations
|
|
883
|
+
where tree shaking fails.
|
|
704
884
|
|
|
705
|
-
|
|
885
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
886
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
887
|
+
internal dependencies.
|
|
706
888
|
|
|
707
|
-
|
|
889
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
890
|
+
environments.
|
|
708
891
|
|
|
709
|
-
|
|
892
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
893
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
894
|
+
saner API's and simpler package architecture.
|
|
710
895
|
|
|
711
|
-
|
|
896
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
897
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
898
|
+
external) if you have any questions or queries about this.
|
|
712
899
|
|
|
713
900
|
## 9.2.7
|
|
714
901
|
|
|
715
|
-
-
|
|
716
|
-
|
|
902
|
+
- Updated dependencies
|
|
903
|
+
[06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
904
|
+
- @atlaskit/select@7.0.0
|
|
717
905
|
|
|
718
906
|
## 9.2.6
|
|
719
907
|
|
|
720
|
-
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
908
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
909
|
+
- @atlaskit/button@10.1.1
|
|
910
|
+
- @atlaskit/code@8.2.2
|
|
911
|
+
- @atlaskit/field-radio-group@4.0.14
|
|
912
|
+
- @atlaskit/select@6.1.13
|
|
913
|
+
- @atlaskit/theme@7.0.1
|
|
914
|
+
- @atlaskit/docs@6.0.0
|
|
727
915
|
|
|
728
916
|
## 9.2.5
|
|
729
917
|
|
|
730
|
-
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
918
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
919
|
+
- @atlaskit/docs@5.2.3
|
|
920
|
+
- @atlaskit/button@10.0.4
|
|
921
|
+
- @atlaskit/code@8.2.1
|
|
922
|
+
- @atlaskit/field-radio-group@4.0.13
|
|
923
|
+
- @atlaskit/select@6.1.10
|
|
924
|
+
- @atlaskit/theme@7.0.0
|
|
737
925
|
|
|
738
926
|
## 9.2.4
|
|
739
927
|
|
|
740
|
-
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
928
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
929
|
+
- @atlaskit/docs@5.2.1
|
|
930
|
+
- @atlaskit/field-radio-group@4.0.11
|
|
931
|
+
- @atlaskit/select@6.1.8
|
|
932
|
+
- @atlaskit/theme@6.2.1
|
|
933
|
+
- @atlaskit/button@10.0.0
|
|
746
934
|
|
|
747
935
|
## 9.2.3
|
|
748
936
|
|
|
749
|
-
-
|
|
937
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
938
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
750
939
|
|
|
751
940
|
## 9.2.2
|
|
752
941
|
|
|
753
|
-
-
|
|
754
|
-
|
|
942
|
+
- [patch] Updated dependencies
|
|
943
|
+
[4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
|
|
944
|
+
- @atlaskit/select@6.0.0
|
|
755
945
|
|
|
756
946
|
## 9.2.1
|
|
757
947
|
|
|
758
|
-
-
|
|
948
|
+
- [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on
|
|
949
|
+
util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
|
|
759
950
|
|
|
760
951
|
## 9.2.0
|
|
761
952
|
|
|
762
|
-
-
|
|
763
|
-
|
|
953
|
+
- [patch] Moved all the shared logic into the wrapper, so refactoring is easier in future
|
|
954
|
+
[7e83442](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e83442)
|
|
955
|
+
- [minor] Make label required, but provide sane defaults
|
|
956
|
+
[12839d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12839d4)
|
|
764
957
|
|
|
765
958
|
## 9.1.0
|
|
766
959
|
|
|
767
|
-
-
|
|
960
|
+
- [minor] Update product logos alignment issues
|
|
961
|
+
[6bbf9a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bbf9a9)
|
|
768
962
|
|
|
769
963
|
## 9.0.4
|
|
770
964
|
|
|
771
|
-
-
|
|
772
|
-
|
|
773
|
-
|
|
965
|
+
- [patch] Updated dependencies
|
|
966
|
+
[f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
|
|
967
|
+
- @atlaskit/code@8.0.0
|
|
968
|
+
- @atlaskit/docs@5.0.5
|
|
774
969
|
|
|
775
970
|
## 9.0.3
|
|
776
971
|
|
|
777
|
-
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
972
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
973
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
974
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
975
|
+
- [none] Updated dependencies
|
|
976
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
977
|
+
- @atlaskit/select@5.0.8
|
|
978
|
+
- @atlaskit/button@9.0.5
|
|
979
|
+
- @atlaskit/code@7.0.3
|
|
980
|
+
- @atlaskit/field-radio-group@4.0.4
|
|
783
981
|
|
|
784
982
|
## 9.0.2
|
|
785
983
|
|
|
786
|
-
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
984
|
+
- [patch] Updated dependencies
|
|
985
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
986
|
+
- @atlaskit/select@5.0.7
|
|
987
|
+
- @atlaskit/field-radio-group@4.0.3
|
|
988
|
+
- @atlaskit/button@9.0.4
|
|
989
|
+
- @atlaskit/code@7.0.2
|
|
990
|
+
- @atlaskit/docs@5.0.2
|
|
792
991
|
|
|
793
992
|
## 9.0.1
|
|
794
993
|
|
|
795
|
-
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
994
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
995
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
996
|
+
- [none] Updated dependencies
|
|
997
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
998
|
+
- @atlaskit/select@5.0.6
|
|
999
|
+
- @atlaskit/button@9.0.3
|
|
1000
|
+
- @atlaskit/code@7.0.1
|
|
1001
|
+
- @atlaskit/field-radio-group@4.0.2
|
|
801
1002
|
|
|
802
1003
|
## 9.0.0
|
|
803
1004
|
|
|
804
|
-
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
1005
|
+
- [major] Updates to React ^16.4.0
|
|
1006
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1007
|
+
- [major] Updated dependencies
|
|
1008
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1009
|
+
- @atlaskit/select@5.0.0
|
|
1010
|
+
- @atlaskit/button@9.0.0
|
|
1011
|
+
- @atlaskit/code@7.0.0
|
|
1012
|
+
- @atlaskit/docs@5.0.0
|
|
1013
|
+
- @atlaskit/field-radio-group@4.0.0
|
|
1014
|
+
- [major] Updated dependencies
|
|
1015
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1016
|
+
- @atlaskit/select@5.0.0
|
|
1017
|
+
- @atlaskit/button@9.0.0
|
|
1018
|
+
- @atlaskit/code@7.0.0
|
|
1019
|
+
- @atlaskit/docs@5.0.0
|
|
1020
|
+
- @atlaskit/field-radio-group@4.0.0
|
|
817
1021
|
|
|
818
1022
|
## 8.1.3
|
|
819
1023
|
|
|
820
|
-
-
|
|
821
|
-
|
|
822
|
-
|
|
1024
|
+
- [patch] Updated dependencies
|
|
1025
|
+
[eee2d45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eee2d45)
|
|
1026
|
+
- @atlaskit/code@6.0.0
|
|
1027
|
+
- @atlaskit/docs@4.2.1
|
|
823
1028
|
|
|
824
1029
|
## 8.1.2
|
|
825
1030
|
|
|
826
|
-
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
1031
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
1032
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
1033
|
+
- [none] Updated dependencies
|
|
1034
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
1035
|
+
- @atlaskit/button@8.1.2
|
|
1036
|
+
- @atlaskit/field-radio-group@3.0.4
|
|
830
1037
|
|
|
831
1038
|
## 8.1.1
|
|
832
1039
|
|
|
833
|
-
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
1040
|
+
- [patch] Update changelogs to remove duplicate
|
|
1041
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1042
|
+
- [none] Updated dependencies
|
|
1043
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1044
|
+
- @atlaskit/field-radio-group@3.0.3
|
|
1045
|
+
- @atlaskit/button@8.1.1
|
|
1046
|
+
- @atlaskit/docs@4.1.1
|
|
838
1047
|
|
|
839
1048
|
## 8.1.0
|
|
840
1049
|
|
|
841
|
-
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
1050
|
+
- [none] Updated dependencies
|
|
1051
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
1052
|
+
- @atlaskit/field-radio-group@3.0.2
|
|
1053
|
+
- @atlaskit/docs@4.1.0
|
|
1054
|
+
- @atlaskit/button@8.1.0
|
|
845
1055
|
|
|
846
1056
|
## 8.0.1
|
|
847
1057
|
|
|
848
|
-
-
|
|
849
|
-
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
1058
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1059
|
+
- [patch] Updated dependencies
|
|
1060
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1061
|
+
- @atlaskit/field-radio-group@3.0.1
|
|
1062
|
+
- @atlaskit/button@8.0.1
|
|
1063
|
+
- @atlaskit/docs@4.0.1
|
|
853
1064
|
|
|
854
1065
|
## 8.0.0
|
|
855
1066
|
|
|
856
|
-
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
1067
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
1068
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1069
|
+
- [patch] Updated dependencies
|
|
1070
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1071
|
+
- @atlaskit/field-radio-group@3.0.0
|
|
1072
|
+
- @atlaskit/button@8.0.0
|
|
1073
|
+
- @atlaskit/docs@4.0.0
|
|
861
1074
|
|
|
862
1075
|
## 7.0.1
|
|
863
1076
|
|
|
864
|
-
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
1077
|
+
- [patch] Updated dependencies
|
|
1078
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
1079
|
+
- @atlaskit/field-radio-group@2.0.3
|
|
1080
|
+
- @atlaskit/button@7.2.5
|
|
1081
|
+
- @atlaskit/docs@3.0.4
|
|
868
1082
|
|
|
869
1083
|
## 7.0.0
|
|
870
1084
|
|
|
871
|
-
-
|
|
1085
|
+
- [major] Bump to React 16.3.
|
|
1086
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
872
1087
|
|
|
873
1088
|
## 6.2.2
|
|
874
1089
|
|
|
875
|
-
-
|
|
1090
|
+
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
|
|
1091
|
+
[c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
|
|
876
1092
|
|
|
877
1093
|
## 6.2.1
|
|
878
1094
|
|
|
879
|
-
-
|
|
1095
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1096
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
880
1097
|
|
|
881
1098
|
## 6.2.0
|
|
882
1099
|
|
|
883
|
-
-
|
|
1100
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1101
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
884
1102
|
|
|
885
1103
|
## 6.1.2
|
|
886
1104
|
|
|
887
|
-
-
|
|
1105
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1106
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
888
1107
|
|
|
889
1108
|
## 6.1.1
|
|
890
1109
|
|
|
891
|
-
-
|
|
1110
|
+
- [patch] Packages Flow types for elements components
|
|
1111
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
892
1112
|
|
|
893
1113
|
## 6.1.0
|
|
894
1114
|
|
|
895
|
-
-
|
|
1115
|
+
- [minor] Add React 16 support.
|
|
1116
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
896
1117
|
|
|
897
1118
|
## 6.0.7
|
|
898
1119
|
|
|
899
|
-
-
|
|
1120
|
+
- [patch] Fix inherited color logo gradient changes not working in chrome
|
|
1121
|
+
[694c59f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/694c59f)
|
|
900
1122
|
|
|
901
1123
|
## 6.0.3
|
|
902
1124
|
|
|
903
|
-
-
|
|
1125
|
+
- [patch] Logo component gradients no work in Firefox and Safari [6d1f521](6d1f521)
|
|
904
1126
|
|
|
905
1127
|
## 6.0.0 (2017-11-09)
|
|
906
1128
|
|
|
907
|
-
-
|
|
908
|
-
-
|
|
1129
|
+
- breaking; Removed the collapseTo prop in favour of explicit named exports (see below).
|
|
1130
|
+
- breaking; The default export has been removed in favour of named exports. The named exports are
|
|
1131
|
+
now: AtlassianLogo, AtlassianIcon, AtlassianWordmark, BitbucketLogo, BitbucketIcon,
|
|
1132
|
+
BitbucketWordmark, ConfluenceLogo, ConfluenceIcon, ConfluenceWordmark, HipchatLogo, HipchatIcon,
|
|
1133
|
+
HipchatWordmark, JiraCoreLogo, JiraCoreIcon, JiraCoreWordmark, JiraLogo, JiraIcon, JiraWordmark,
|
|
1134
|
+
StatuspageLogo, StatuspageIcon, StatuspageWordmark, StrideLogo, StrideIcon, StrideWordmark.
|
|
909
1135
|
|
|
910
1136
|
## 5.0.0 (2017-10-27)
|
|
911
1137
|
|
|
912
|
-
-
|
|
913
|
-
|
|
914
|
-
-
|
|
1138
|
+
- bug fix; fixed logo width issue in IE11.
|
|
1139
|
+
([0ce8ab7](https://bitbucket.org/atlassian/atlaskit/commits/0ce8ab7))
|
|
1140
|
+
- breaking; Logo sizes changed, children no longer accepted
|
|
1141
|
+
([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
|
|
1142
|
+
- breaking; refactoring Logo component to fix numerous bugs
|
|
1143
|
+
([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
|
|
915
1144
|
|
|
916
1145
|
## 4.0.3 (2017-10-26)
|
|
917
1146
|
|
|
918
|
-
-
|
|
1147
|
+
- bug fix; fix to rebuild stories
|
|
1148
|
+
([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
|
|
919
1149
|
|
|
920
1150
|
## 4.0.2 (2017-10-22)
|
|
921
1151
|
|
|
922
|
-
-
|
|
1152
|
+
- bug fix; update styled-components dep and react peerDep
|
|
1153
|
+
([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
|
|
923
1154
|
|
|
924
1155
|
## 4.0.1 (2017-09-14)
|
|
925
1156
|
|
|
926
|
-
-
|
|
1157
|
+
- bug fix; jSD and Statuspage logo icons have fixed gradients (issues closed: ak-3479)
|
|
1158
|
+
([60d8aca](https://bitbucket.org/atlassian/atlaskit/commits/60d8aca))
|
|
927
1159
|
|
|
928
1160
|
## 4.0.0 (2017-09-11)
|
|
929
1161
|
|
|
930
|
-
-
|
|
931
|
-
|
|
1162
|
+
- breaking; All logos have been updated with new assets, please test these inside your application
|
|
1163
|
+
to make sure ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
|
|
1164
|
+
- breaking; new and updated company and product logos
|
|
1165
|
+
([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
|
|
932
1166
|
|
|
933
1167
|
## 3.5.3 (2017-08-11)
|
|
934
1168
|
|
|
935
|
-
-
|
|
1169
|
+
- bug fix; fix the theme-dependency
|
|
1170
|
+
([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
|
|
936
1171
|
|
|
937
1172
|
## 3.5.2 (2017-07-27)
|
|
938
1173
|
|
|
939
|
-
-
|
|
1174
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
1175
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
940
1176
|
|
|
941
1177
|
## 3.5.1 (2017-07-25)
|
|
942
1178
|
|
|
943
|
-
-
|
|
1179
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
1180
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
944
1181
|
|
|
945
1182
|
## 3.2.0 (2017-07-17)
|
|
946
1183
|
|
|
947
|
-
-
|
|
1184
|
+
- fix; rerelease, failed prepublish scripts
|
|
1185
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
948
1186
|
|
|
949
1187
|
## 3.2.0 (2017-07-17)
|
|
950
1188
|
|
|
951
|
-
-
|
|
1189
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
1190
|
+
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
952
1191
|
|
|
953
1192
|
## 3.1.0 (2017-06-08)
|
|
954
1193
|
|
|
955
|
-
-
|
|
956
|
-
|
|
1194
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings
|
|
1195
|
+
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
1196
|
+
- feature; Convert logo to styled-components updated internal structure
|
|
1197
|
+
([ec91404](https://bitbucket.org/atlassian/atlaskit/commits/ec91404))
|
|
957
1198
|
|
|
958
1199
|
## 3.0.6 (2017-04-27)
|
|
959
1200
|
|
|
960
|
-
-
|
|
1201
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
1202
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
961
1203
|
|
|
962
1204
|
## 3.0.5 (2017-04-26)
|
|
963
1205
|
|
|
964
|
-
-
|
|
1206
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
1207
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
965
1208
|
|
|
966
1209
|
## 3.0.4 (2017-04-18)
|
|
967
1210
|
|
|
968
|
-
-
|
|
1211
|
+
- fix; update logo readme to use new readme component
|
|
1212
|
+
([491d789](https://bitbucket.org/atlassian/atlaskit/commits/491d789))
|
|
969
1213
|
|
|
970
1214
|
## 3.0.3 (2017-03-23)
|
|
971
1215
|
|
|
972
|
-
-
|
|
1216
|
+
- fix; Empty commit to release the component
|
|
1217
|
+
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
973
1218
|
|
|
974
1219
|
## 3.0.1 (2017-03-21)
|
|
975
1220
|
|
|
976
|
-
-
|
|
1221
|
+
- fix; maintainers for all the packages were added
|
|
1222
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
977
1223
|
|
|
978
1224
|
## 3.0.0 (2017-03-06)
|
|
979
1225
|
|
|
980
|
-
-
|
|
981
|
-
|
|
982
|
-
-
|
|
1226
|
+
- feature; text-only logo mode without icon
|
|
1227
|
+
([b989245](https://bitbucket.org/atlassian/atlaskit/commits/b989245))
|
|
1228
|
+
- breaking; isCollapsed prop has been replaced with an optional collapseTo prop (accepts value of
|
|
1229
|
+
'icon' or 'type')
|
|
1230
|
+
- ISSUES CLOSED: AK-1408
|
|
983
1231
|
|
|
984
1232
|
## 2.0.1 (2017-02-09)
|
|
985
1233
|
|
|
986
|
-
-
|
|
1234
|
+
- fix; avoiding binding render to this
|
|
1235
|
+
([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
|
|
987
1236
|
|
|
988
1237
|
## 1.0.0 (2017-02-06)
|
|
989
1238
|
|
|
990
|
-
-
|
|
1239
|
+
- fix; fix logo to have public access
|
|
1240
|
+
([5a41e37](https://bitbucket.org/atlassian/atlaskit/commits/5a41e37))
|
|
991
1241
|
|
|
992
1242
|
## 1.0.0 (2017-02-06)
|
|
993
1243
|
|
|
994
|
-
-
|
|
995
|
-
|
|
1244
|
+
- feature; Add more product logos
|
|
1245
|
+
([e84ae80](https://bitbucket.org/atlassian/atlaskit/commits/e84ae80))
|
|
1246
|
+
- feature; Adjust width of collapsed logo
|
|
1247
|
+
([99fa4a5](https://bitbucket.org/atlassian/atlaskit/commits/99fa4a5))
|