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