@atlaskit/icon-object 6.4.0 → 6.5.0
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 +296 -280
- package/__tests__/visual-regression/icon-object-snapshots.test.tsx +7 -12
- package/afm-jira/tsconfig.json +24 -0
- package/afm-post-office/tsconfig.json +24 -0
- package/build/index.tsx +28 -28
- package/codemods/6.1.0-metadata-entry.tsx +90 -97
- package/codemods/__tests__/6.1.0-metadata-entry.tsx +63 -63
- package/constellation/index/examples.mdx +2 -1
- package/constellation/index/icon-explorer.mdx +2 -1
- package/constellation/index/usage.mdx +10 -5
- package/docs/0-intro.tsx +5 -6
- package/package.json +82 -83
- package/report.api.md +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,602 +1,618 @@
|
|
|
1
1
|
# @atlaskit/icon-object
|
|
2
2
|
|
|
3
|
+
## 6.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
|
|
8
|
+
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
|
|
9
|
+
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
|
|
10
|
+
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
|
|
11
|
+
|
|
12
|
+
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
|
|
13
|
+
dependency range for `react` and `react-dom` for `/platform` packages.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 6.4.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
23
|
+
- [#93368](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93368)
|
|
24
|
+
[`d6c8dfe5b057`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6c8dfe5b057) -
|
|
25
|
+
Add support for React 18 in non-strict mode.
|
|
10
26
|
|
|
11
27
|
## 6.3.9
|
|
12
28
|
|
|
13
29
|
### Patch Changes
|
|
14
30
|
|
|
15
|
-
-
|
|
16
|
-
|
|
17
|
-
|
|
31
|
+
- [#64934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64934)
|
|
32
|
+
[`532734a858a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/532734a858a1) -
|
|
33
|
+
Update to internal metadata order, following update of @atlaskit/icon-build-process
|
|
18
34
|
|
|
19
35
|
## 6.3.8
|
|
20
36
|
|
|
21
37
|
### Patch Changes
|
|
22
38
|
|
|
23
|
-
-
|
|
39
|
+
- Updated dependencies
|
|
24
40
|
|
|
25
41
|
## 6.3.7
|
|
26
42
|
|
|
27
43
|
### Patch Changes
|
|
28
44
|
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
45
|
+
- [#41725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41725)
|
|
46
|
+
[`8d838ab41ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d838ab41ed) - Removed
|
|
47
|
+
all remaining legacy theming logic from Badge, IconObject, Lozenge and SectionMessage. This only
|
|
48
|
+
affects the examples and some tests in each component. No internal component logic contained
|
|
49
|
+
legacy theming.
|
|
34
50
|
|
|
35
51
|
## 6.3.6
|
|
36
52
|
|
|
37
53
|
### Patch Changes
|
|
38
54
|
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
|
|
55
|
+
- [#40919](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40919)
|
|
56
|
+
[`0cd2364f0ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cd2364f0ec) - This
|
|
57
|
+
package is now onboarded onto the product push model.
|
|
42
58
|
|
|
43
59
|
## 6.3.5
|
|
44
60
|
|
|
45
61
|
### Patch Changes
|
|
46
62
|
|
|
47
|
-
-
|
|
48
|
-
|
|
49
|
-
|
|
63
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
64
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
65
|
+
version.json
|
|
50
66
|
|
|
51
67
|
## 6.3.4
|
|
52
68
|
|
|
53
69
|
### Patch Changes
|
|
54
70
|
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
|
|
71
|
+
- [#38199](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38199)
|
|
72
|
+
[`8a5ce2c105e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5ce2c105e) - This
|
|
73
|
+
package is now onboarded onto the product push model.Th
|
|
58
74
|
|
|
59
75
|
## 6.3.3
|
|
60
76
|
|
|
61
77
|
### Patch Changes
|
|
62
78
|
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
79
|
+
- [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
|
|
80
|
+
[`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal
|
|
81
|
+
change to enforce token usage for spacing properties. There is no expected visual or behaviour
|
|
82
|
+
change.
|
|
67
83
|
|
|
68
84
|
## 6.3.2
|
|
69
85
|
|
|
70
86
|
### Patch Changes
|
|
71
87
|
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
88
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
89
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
90
|
+
legacy types are published for TS 4.5-4.8
|
|
75
91
|
|
|
76
92
|
## 6.3.1
|
|
77
93
|
|
|
78
94
|
### Patch Changes
|
|
79
95
|
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
|
|
96
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
97
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
98
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
83
99
|
|
|
84
100
|
## 6.3.0
|
|
85
101
|
|
|
86
102
|
### Minor Changes
|
|
87
103
|
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
|
|
104
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
105
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
106
|
+
minor dependency bump
|
|
91
107
|
|
|
92
108
|
### Patch Changes
|
|
93
109
|
|
|
94
|
-
-
|
|
110
|
+
- Updated dependencies
|
|
95
111
|
|
|
96
112
|
## 6.2.9
|
|
97
113
|
|
|
98
114
|
### Patch Changes
|
|
99
115
|
|
|
100
|
-
-
|
|
101
|
-
|
|
102
|
-
|
|
116
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
|
|
117
|
+
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
|
|
118
|
+
remove before merging to master; dupe adf-schema via adf-utils
|
|
103
119
|
|
|
104
120
|
## 6.2.8
|
|
105
121
|
|
|
106
122
|
### Patch Changes
|
|
107
123
|
|
|
108
|
-
-
|
|
109
|
-
|
|
110
|
-
|
|
124
|
+
- [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
|
|
125
|
+
[`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades
|
|
126
|
+
component types to support React 18.
|
|
111
127
|
|
|
112
128
|
## 6.2.7
|
|
113
129
|
|
|
114
130
|
### Patch Changes
|
|
115
131
|
|
|
116
|
-
-
|
|
117
|
-
|
|
118
|
-
|
|
132
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
133
|
+
[`f0be7593aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0be7593aa3) - Internal
|
|
134
|
+
code change turning on new linting rules.
|
|
119
135
|
|
|
120
136
|
## 6.2.6
|
|
121
137
|
|
|
122
138
|
### Patch Changes
|
|
123
139
|
|
|
124
|
-
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
140
|
+
- [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
|
|
141
|
+
[`b3e5a62a9e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3e5a62a9e3) - Adds
|
|
142
|
+
`static` techstack to package, enforcing stricter style linting. In this case the package already
|
|
143
|
+
satisfied this requirement so there have been no changes to styles.
|
|
128
144
|
|
|
129
145
|
## 6.2.5
|
|
130
146
|
|
|
131
147
|
### Patch Changes
|
|
132
148
|
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
149
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
150
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
151
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
136
152
|
|
|
137
153
|
## 6.2.4
|
|
138
154
|
|
|
139
155
|
### Patch Changes
|
|
140
156
|
|
|
141
|
-
-
|
|
142
|
-
|
|
143
|
-
|
|
157
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
158
|
+
[`df2bb5891ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df2bb5891ef) - Use
|
|
159
|
+
named export of base icon in all icon-\* glyphs
|
|
144
160
|
|
|
145
161
|
## 6.2.3
|
|
146
162
|
|
|
147
163
|
### Patch Changes
|
|
148
164
|
|
|
149
|
-
-
|
|
150
|
-
|
|
151
|
-
|
|
165
|
+
- [#10522](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10522)
|
|
166
|
+
[`72ef8bafec9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72ef8bafec9) - Add
|
|
167
|
+
"./glyph" entry point.
|
|
152
168
|
|
|
153
169
|
## 6.2.2
|
|
154
170
|
|
|
155
171
|
### Patch Changes
|
|
156
172
|
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
|
|
173
|
+
- [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
|
|
174
|
+
[`877e9e0b9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/877e9e0b9f6) - Icon
|
|
175
|
+
package dependency now uses carat range.
|
|
160
176
|
|
|
161
177
|
## 6.2.1
|
|
162
178
|
|
|
163
179
|
### Patch Changes
|
|
164
180
|
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
-
|
|
169
|
-
|
|
170
|
-
-
|
|
171
|
-
|
|
172
|
-
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
-
|
|
181
|
+
- [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
|
|
182
|
+
[`469f36d9629`](https://bitbucket.org/atlassian/atlassian-frontend/commits/469f36d9629) - Icon
|
|
183
|
+
build tooling has been updated.
|
|
184
|
+
- [`3de10e7652e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de10e7652e) -
|
|
185
|
+
Documentation updates and fixes to types for all icon packages.
|
|
186
|
+
- [`d98f1bb1169`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d98f1bb1169) - Local
|
|
187
|
+
build tooling improvements.
|
|
188
|
+
- [`3f36b048938`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f36b048938) - The
|
|
189
|
+
color props have been removed from the TypeScript type definitions. The behavior has never worked
|
|
190
|
+
with the glyphs but was included in the type definitions incorrectly.
|
|
191
|
+
- Updated dependencies
|
|
176
192
|
|
|
177
193
|
## 6.2.0
|
|
178
194
|
|
|
179
195
|
### Minor Changes
|
|
180
196
|
|
|
181
|
-
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
-
|
|
186
|
-
|
|
197
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
|
|
198
|
+
[`ea014ce1369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea014ce1369) - Icon
|
|
199
|
+
object now ships with cjs, esm, and es2019 bundles for exported components and utils. Glyphs
|
|
200
|
+
unfortunately aren't included and still only export cjs bundles.
|
|
201
|
+
- [`7a309444ca0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a309444ca0) - Icon
|
|
202
|
+
object now utilises the base icon from `@atlaskit/icon`.
|
|
187
203
|
|
|
188
204
|
### Patch Changes
|
|
189
205
|
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
-
|
|
206
|
+
- [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
|
|
207
|
+
injected package name and version for analytics instead of version.json.
|
|
208
|
+
- [`21d5d7e39d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21d5d7e39d9) -
|
|
209
|
+
Previously icon object glyphs had a size prop available on the type definitions that did not do
|
|
210
|
+
anything. This prop has now been removed.
|
|
211
|
+
- [`f922302ad53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f922302ad53) - Icons no
|
|
212
|
+
longer ship with the `focusable` attribute in their glyph exports. This attribute was only
|
|
213
|
+
required for IE11 support. This is purely a build change and has no effect on user API.
|
|
214
|
+
- Updated dependencies
|
|
199
215
|
|
|
200
216
|
## 6.1.4
|
|
201
217
|
|
|
202
218
|
### Patch Changes
|
|
203
219
|
|
|
204
|
-
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
220
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
221
|
+
[`0741b1556f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0741b1556f6) - All icon
|
|
222
|
+
glpyhs are now built without inline extends helpers, reducing their bundlesize.
|
|
223
|
+
- [`8d6c79b9055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d6c79b9055) - Typedefs
|
|
224
|
+
of glyphs have been updated to reflect an API change that occured in version 15. For context,
|
|
225
|
+
`onClick` was removed as a functional prop but it was still supported by the types. This may have
|
|
226
|
+
resulted in a confusing developer experience although the fundamental behaviour has been
|
|
227
|
+
consistent since version 15.
|
|
212
228
|
|
|
213
229
|
## 6.1.3
|
|
214
230
|
|
|
215
231
|
### Patch Changes
|
|
216
232
|
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
|
|
233
|
+
- [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
|
|
234
|
+
[`b9f0d16300`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9f0d16300) -
|
|
235
|
+
Re-generated icons using a newer version of the build process
|
|
220
236
|
|
|
221
237
|
## 6.1.2
|
|
222
238
|
|
|
223
239
|
### Patch Changes
|
|
224
240
|
|
|
225
|
-
-
|
|
226
|
-
|
|
227
|
-
|
|
241
|
+
- [#7589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7589)
|
|
242
|
+
[`c65f28c058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c65f28c058) - Change
|
|
243
|
+
codemod to return raw source if it is not transforming a file.
|
|
228
244
|
|
|
229
|
-
|
|
230
|
-
|
|
245
|
+
Otherwise it would run prettier which can lead to some invalid syntax outputted in edge cases.
|
|
246
|
+
This is likely due to an issue in either `codemod-cli` or `jscodeshift`.
|
|
231
247
|
|
|
232
248
|
## 6.1.1
|
|
233
249
|
|
|
234
250
|
### Patch Changes
|
|
235
251
|
|
|
236
|
-
-
|
|
237
|
-
|
|
238
|
-
|
|
252
|
+
- [#7458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7458)
|
|
253
|
+
[`8990bf36a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8990bf36a9) - Add a
|
|
254
|
+
missing codemod for the entrypoint change in 6.1.0
|
|
239
255
|
|
|
240
|
-
|
|
256
|
+
***
|
|
241
257
|
|
|
242
|
-
|
|
258
|
+
**Running the codemod cli**
|
|
243
259
|
|
|
244
|
-
|
|
245
|
-
|
|
260
|
+
To run the codemod: **You first need to have the latest version installed before you can run the
|
|
261
|
+
codemod**
|
|
246
262
|
|
|
247
|
-
|
|
263
|
+
`yarn upgrade @atlaskit/PACKAGE@^VERSION`
|
|
248
264
|
|
|
249
|
-
|
|
265
|
+
Once upgraded, use the Atlaskit codemod-cli;
|
|
250
266
|
|
|
251
|
-
|
|
267
|
+
`npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
|
|
252
268
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
269
|
+
Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to
|
|
270
|
+
[this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more details
|
|
271
|
+
on the codemod CLI.
|
|
256
272
|
|
|
257
273
|
## 6.1.0
|
|
258
274
|
|
|
259
275
|
### Minor Changes
|
|
260
276
|
|
|
261
|
-
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
277
|
+
- [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
|
|
278
|
+
[`fbdf356800`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbdf356800) - Remove
|
|
279
|
+
undocumented metadata export from main entry point. To import metadata instead do it from the
|
|
280
|
+
/metadata entrypoint.
|
|
265
281
|
|
|
266
282
|
## 6.0.5
|
|
267
283
|
|
|
268
284
|
### Patch Changes
|
|
269
285
|
|
|
270
|
-
-
|
|
286
|
+
- Updated dependencies
|
|
271
287
|
|
|
272
288
|
## 6.0.4
|
|
273
289
|
|
|
274
290
|
### Patch Changes
|
|
275
291
|
|
|
276
|
-
-
|
|
277
|
-
|
|
278
|
-
|
|
292
|
+
- [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
|
|
293
|
+
[`d6ff4c7dce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6ff4c7dce) - Removes
|
|
294
|
+
unused (and incorrect) es2019 key in package.json
|
|
279
295
|
|
|
280
296
|
## 6.0.3
|
|
281
297
|
|
|
282
298
|
### Patch Changes
|
|
283
299
|
|
|
284
|
-
-
|
|
285
|
-
|
|
286
|
-
|
|
300
|
+
- [#4682](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4682)
|
|
301
|
+
[`f51e6ff443`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f51e6ff443) - License
|
|
302
|
+
updated to Apache 2.0 (previously under the ADG license)
|
|
287
303
|
|
|
288
304
|
## 6.0.2
|
|
289
305
|
|
|
290
306
|
### Patch Changes
|
|
291
307
|
|
|
292
|
-
-
|
|
293
|
-
|
|
294
|
-
|
|
308
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
309
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
310
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
295
311
|
|
|
296
|
-
|
|
297
|
-
|
|
312
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
313
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
298
314
|
|
|
299
315
|
## 6.0.1
|
|
300
316
|
|
|
301
317
|
### Patch Changes
|
|
302
318
|
|
|
303
|
-
-
|
|
304
|
-
|
|
305
|
-
|
|
319
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
320
|
+
[`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
|
|
321
|
+
the theme imports to be tree-shakable
|
|
306
322
|
|
|
307
323
|
## 6.0.0
|
|
308
324
|
|
|
309
325
|
### Major Changes
|
|
310
326
|
|
|
311
|
-
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
327
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
328
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
329
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
330
|
+
IE11. For more information see:
|
|
331
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
316
332
|
|
|
317
333
|
### Patch Changes
|
|
318
334
|
|
|
319
|
-
-
|
|
335
|
+
- Updated dependencies
|
|
320
336
|
|
|
321
337
|
## 5.0.3
|
|
322
338
|
|
|
323
339
|
### Patch Changes
|
|
324
340
|
|
|
325
|
-
-
|
|
341
|
+
- [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
326
342
|
|
|
327
|
-
|
|
343
|
+
Corrects accessibility behavior for wrapping span. It now will now:
|
|
328
344
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
345
|
+
- conditionally set the `aria-label` if `label` is defined
|
|
346
|
+
- conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it is
|
|
347
|
+
not defined- Updated dependencies
|
|
348
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
333
349
|
|
|
334
|
-
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
350
|
+
- Updated dependencies
|
|
351
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
352
|
+
- @atlaskit/docs@8.4.0
|
|
353
|
+
- @atlaskit/button@13.3.9
|
|
354
|
+
- @atlaskit/modal-dialog@10.5.4
|
|
355
|
+
- @atlaskit/textfield@3.1.9
|
|
356
|
+
- @atlaskit/tooltip@15.2.5
|
|
341
357
|
|
|
342
358
|
## 5.0.2
|
|
343
359
|
|
|
344
360
|
### Patch Changes
|
|
345
361
|
|
|
346
|
-
-
|
|
362
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
347
363
|
|
|
348
|
-
|
|
349
|
-
|
|
364
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
365
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
350
366
|
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
367
|
+
- @atlaskit/docs@8.3.2
|
|
368
|
+
- @atlaskit/button@13.3.7
|
|
369
|
+
- @atlaskit/modal-dialog@10.5.2
|
|
370
|
+
- @atlaskit/textfield@3.1.6
|
|
371
|
+
- @atlaskit/theme@9.5.1
|
|
372
|
+
- @atlaskit/tooltip@15.2.3
|
|
357
373
|
|
|
358
374
|
## 5.0.1
|
|
359
375
|
|
|
360
376
|
### Patch Changes
|
|
361
377
|
|
|
362
|
-
-
|
|
378
|
+
- [patch][65c8aab025](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c8aab025):
|
|
363
379
|
|
|
364
|
-
|
|
365
|
-
|
|
380
|
+
Fix main/module fields in package.json pointing to the wrong place- Updated dependencies
|
|
381
|
+
[ccbd1b390b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccbd1b390b):
|
|
366
382
|
|
|
367
|
-
|
|
383
|
+
- @atlaskit/build-utils@2.6.0
|
|
368
384
|
|
|
369
385
|
## 5.0.0
|
|
370
386
|
|
|
371
387
|
### Major Changes
|
|
372
388
|
|
|
373
|
-
-
|
|
389
|
+
- [major][f9b5e24662](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9b5e24662):
|
|
374
390
|
|
|
375
|
-
|
|
376
|
-
|
|
391
|
+
@atlaskit/icon-file-type and @atlaskit/icon-object have been converted to TypeScript to provide
|
|
392
|
+
static typing. Flow types are no longer provided. No API or bahavioural changes.
|
|
377
393
|
|
|
378
394
|
## 4.0.10
|
|
379
395
|
|
|
380
396
|
### Patch Changes
|
|
381
397
|
|
|
382
|
-
-
|
|
398
|
+
- [patch][4dd459fc56](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4dd459fc56):
|
|
383
399
|
|
|
384
|
-
|
|
400
|
+
Dependency 'uuid' is unused in package.jon.
|
|
385
401
|
|
|
386
402
|
## 4.0.9
|
|
387
403
|
|
|
388
404
|
### Patch Changes
|
|
389
405
|
|
|
390
|
-
-
|
|
406
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
391
407
|
|
|
392
|
-
|
|
393
|
-
|
|
408
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
409
|
+
non-relative imports as relative imports
|
|
394
410
|
|
|
395
411
|
## 4.0.8
|
|
396
412
|
|
|
397
413
|
### Patch Changes
|
|
398
414
|
|
|
399
|
-
-
|
|
415
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
400
416
|
|
|
401
|
-
|
|
417
|
+
Upgraded Typescript to 3.3.x
|
|
402
418
|
|
|
403
419
|
## 4.0.7
|
|
404
420
|
|
|
405
421
|
### Patch Changes
|
|
406
422
|
|
|
407
|
-
-
|
|
423
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
408
424
|
|
|
409
|
-
|
|
425
|
+
Change all the imports to theme in Core to use multi entry points
|
|
410
426
|
|
|
411
427
|
## 4.0.6
|
|
412
428
|
|
|
413
429
|
### Patch Changes
|
|
414
430
|
|
|
415
|
-
-
|
|
431
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
416
432
|
|
|
417
|
-
|
|
433
|
+
Updates component maintainers
|
|
418
434
|
|
|
419
435
|
## 4.0.5
|
|
420
436
|
|
|
421
437
|
### Patch Changes
|
|
422
438
|
|
|
423
|
-
-
|
|
439
|
+
- [patch][9885da7ac4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9885da7ac4):
|
|
424
440
|
|
|
425
|
-
|
|
441
|
+
Adding missing Atlassian / ADG License.
|
|
426
442
|
|
|
427
443
|
## 4.0.4
|
|
428
444
|
|
|
429
445
|
### Patch Changes
|
|
430
446
|
|
|
431
|
-
-
|
|
447
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
432
448
|
|
|
433
|
-
|
|
449
|
+
index.ts will now be ignored when publishing to npm
|
|
434
450
|
|
|
435
451
|
## 4.0.3
|
|
436
452
|
|
|
437
|
-
-
|
|
438
|
-
|
|
439
|
-
|
|
453
|
+
- Updated dependencies
|
|
454
|
+
[67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
|
|
455
|
+
- @atlaskit/tooltip@15.0.0
|
|
440
456
|
|
|
441
457
|
## 4.0.2
|
|
442
458
|
|
|
443
|
-
-
|
|
459
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
444
460
|
|
|
445
|
-
|
|
446
|
-
|
|
461
|
+
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
462
|
+
Request #5942 for details
|
|
447
463
|
|
|
448
464
|
## 4.0.1
|
|
449
465
|
|
|
450
|
-
-
|
|
451
|
-
|
|
452
|
-
|
|
466
|
+
- Updated dependencies
|
|
467
|
+
[06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
|
|
468
|
+
- @atlaskit/modal-dialog@10.0.0
|
|
453
469
|
|
|
454
470
|
## 4.0.0
|
|
455
471
|
|
|
456
|
-
-
|
|
472
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
457
473
|
|
|
458
|
-
|
|
459
|
-
|
|
474
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
475
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
460
476
|
|
|
461
477
|
## 3.0.8
|
|
462
478
|
|
|
463
|
-
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
479
|
+
- Updated dependencies
|
|
480
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
481
|
+
- @atlaskit/docs@7.0.3
|
|
482
|
+
- @atlaskit/button@12.0.3
|
|
483
|
+
- @atlaskit/field-text@8.0.3
|
|
484
|
+
- @atlaskit/modal-dialog@8.0.7
|
|
485
|
+
- @atlaskit/tooltip@13.0.4
|
|
486
|
+
- @atlaskit/theme@8.1.7
|
|
471
487
|
|
|
472
488
|
## 3.0.7
|
|
473
489
|
|
|
474
|
-
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
490
|
+
- Updated dependencies
|
|
491
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
492
|
+
- @atlaskit/docs@7.0.2
|
|
493
|
+
- @atlaskit/field-text@8.0.2
|
|
494
|
+
- @atlaskit/modal-dialog@8.0.6
|
|
495
|
+
- @atlaskit/theme@8.1.6
|
|
496
|
+
- @atlaskit/tooltip@13.0.3
|
|
497
|
+
- @atlaskit/button@12.0.0
|
|
482
498
|
|
|
483
499
|
## 3.0.6
|
|
484
500
|
|
|
485
|
-
-
|
|
501
|
+
- [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
|
|
486
502
|
|
|
487
|
-
|
|
503
|
+
- Removes duplicate babel-runtime dependency
|
|
488
504
|
|
|
489
505
|
## 3.0.5
|
|
490
506
|
|
|
491
|
-
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
507
|
+
- Updated dependencies
|
|
508
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
509
|
+
- @atlaskit/docs@7.0.1
|
|
510
|
+
- @atlaskit/field-text@8.0.1
|
|
511
|
+
- @atlaskit/modal-dialog@8.0.2
|
|
512
|
+
- @atlaskit/theme@8.0.1
|
|
513
|
+
- @atlaskit/tooltip@13.0.1
|
|
514
|
+
- @atlaskit/button@11.0.0
|
|
499
515
|
|
|
500
516
|
## 3.0.4
|
|
501
517
|
|
|
502
|
-
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
518
|
+
- Updated dependencies
|
|
519
|
+
[76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
520
|
+
- @atlaskit/button@10.1.3
|
|
521
|
+
- @atlaskit/docs@7.0.0
|
|
522
|
+
- @atlaskit/field-text@8.0.0
|
|
523
|
+
- @atlaskit/modal-dialog@8.0.0
|
|
524
|
+
- @atlaskit/theme@8.0.0
|
|
525
|
+
- @atlaskit/tooltip@13.0.0
|
|
510
526
|
|
|
511
527
|
## 3.0.3
|
|
512
528
|
|
|
513
|
-
-
|
|
529
|
+
- [patch][1d1f6d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d1f6d1):
|
|
514
530
|
|
|
515
|
-
|
|
531
|
+
- Make icon glyphs not import metadata
|
|
516
532
|
|
|
517
533
|
## 3.0.2
|
|
518
534
|
|
|
519
|
-
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
535
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
536
|
+
- @atlaskit/button@10.1.1
|
|
537
|
+
- @atlaskit/field-text@7.0.18
|
|
538
|
+
- @atlaskit/modal-dialog@7.1.1
|
|
539
|
+
- @atlaskit/theme@7.0.1
|
|
540
|
+
- @atlaskit/tooltip@12.1.13
|
|
541
|
+
- @atlaskit/docs@6.0.0
|
|
526
542
|
|
|
527
543
|
## 3.0.1
|
|
528
544
|
|
|
529
|
-
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
545
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
546
|
+
- @atlaskit/docs@5.2.3
|
|
547
|
+
- @atlaskit/button@10.0.4
|
|
548
|
+
- @atlaskit/field-text@7.0.16
|
|
549
|
+
- @atlaskit/modal-dialog@7.0.14
|
|
550
|
+
- @atlaskit/tooltip@12.1.12
|
|
551
|
+
- @atlaskit/theme@7.0.0
|
|
536
552
|
|
|
537
553
|
## 3.0.0
|
|
538
554
|
|
|
539
|
-
-
|
|
555
|
+
- [major][ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
540
556
|
|
|
541
|
-
|
|
542
|
-
|
|
557
|
+
- Remove onClick props as icon is only a presentational placeholder. Please wrap icon into a
|
|
558
|
+
Button or a Link component.
|
|
543
559
|
|
|
544
560
|
## 2.0.1
|
|
545
561
|
|
|
546
|
-
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
562
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
563
|
+
- @atlaskit/docs@5.2.1
|
|
564
|
+
- @atlaskit/field-text@7.0.15
|
|
565
|
+
- @atlaskit/modal-dialog@7.0.12
|
|
566
|
+
- @atlaskit/theme@6.2.1
|
|
567
|
+
- @atlaskit/tooltip@12.1.10
|
|
568
|
+
- @atlaskit/button@10.0.0
|
|
553
569
|
|
|
554
570
|
## 2.0.0
|
|
555
571
|
|
|
556
|
-
-
|
|
572
|
+
- [patch][29b160f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29b160f):
|
|
557
573
|
|
|
558
|
-
|
|
574
|
+
- Simplify the icons build process
|
|
559
575
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
576
|
+
Icons no longer need a custom `build` step to be accurate on npm. This has come about by renaming
|
|
577
|
+
the `es5` folder to `cjs`. If you weren't reaching into our package's internals, you shouldn't
|
|
578
|
+
notice.
|
|
563
579
|
|
|
564
|
-
-
|
|
580
|
+
- [major][80304f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80304f0):
|
|
565
581
|
|
|
566
|
-
|
|
582
|
+
**NOTE** Unless you are using the `iconsInfo` export, this change is not breaking.
|
|
567
583
|
|
|
568
|
-
|
|
584
|
+
- Rename `iconsInfo` to `metadata` to more accurately reflect its role
|
|
569
585
|
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
586
|
+
This change comes with rethinking what is exported from this object, which no longer includes
|
|
587
|
+
copies of the icons. If you need to rely on the metadata to get the packages, each should be
|
|
588
|
+
required by your own code.
|
|
573
589
|
|
|
574
|
-
|
|
590
|
+
The `icon-explorer` has an example of how to do this.
|
|
575
591
|
|
|
576
|
-
-
|
|
577
|
-
|
|
592
|
+
- Updated dependencies [b29bec1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b29bec1):
|
|
593
|
+
- @atlaskit/icon-build-process@0.1.0
|
|
578
594
|
|
|
579
595
|
## 1.0.4
|
|
580
596
|
|
|
581
|
-
-
|
|
582
|
-
|
|
597
|
+
- [patch] Update to use babel-7 for build processes
|
|
598
|
+
[e7bb74d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7bb74d)
|
|
583
599
|
|
|
584
600
|
## 1.0.3
|
|
585
601
|
|
|
586
|
-
-
|
|
587
|
-
|
|
602
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
603
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
588
604
|
|
|
589
605
|
## 1.0.2
|
|
590
606
|
|
|
591
|
-
-
|
|
592
|
-
|
|
607
|
+
- [patch] Publish utils folder
|
|
608
|
+
[272208b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/272208b)
|
|
593
609
|
|
|
594
610
|
## 1.0.1
|
|
595
611
|
|
|
596
|
-
-
|
|
597
|
-
|
|
612
|
+
- [patch] icon-file-type and icon-object publish glyphs, svgs, and es5 instead of just dist
|
|
613
|
+
[0823d35](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0823d35)
|
|
598
614
|
|
|
599
615
|
## 1.0.0
|
|
600
616
|
|
|
601
|
-
-
|
|
602
|
-
|
|
617
|
+
- [major] Release icon-object and icon-file-type
|
|
618
|
+
[709b239](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/709b239)
|