@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.
Files changed (94) hide show
  1. package/CHANGELOG.md +308 -280
  2. package/__tests__/visual-regression/icon-object-snapshots.test.tsx +7 -12
  3. package/afm-jira/tsconfig.json +24 -0
  4. package/afm-post-office/tsconfig.json +24 -0
  5. package/build/index.tsx +28 -28
  6. package/codemods/6.1.0-metadata-entry.tsx +90 -97
  7. package/codemods/__tests__/6.1.0-metadata-entry.tsx +63 -63
  8. package/constellation/index/examples.mdx +2 -1
  9. package/constellation/index/icon-explorer.mdx +2 -1
  10. package/constellation/index/usage.mdx +10 -5
  11. package/dist/cjs/metadata.js +4 -5
  12. package/dist/es2019/metadata.js +4 -5
  13. package/dist/esm/metadata.js +4 -5
  14. package/dist/types/metadata.d.ts +4 -5
  15. package/dist/types-ts4.5/metadata.d.ts +4 -5
  16. package/docs/0-intro.tsx +5 -6
  17. package/glyph/blog/16.js +4 -10
  18. package/glyph/blog/24.js +4 -10
  19. package/glyph/branch/16.js +4 -10
  20. package/glyph/branch/24.js +4 -10
  21. package/glyph/bug/16.js +4 -10
  22. package/glyph/bug/24.js +4 -10
  23. package/glyph/calendar/16.js +4 -10
  24. package/glyph/calendar/24.js +4 -10
  25. package/glyph/changes/16.js +4 -10
  26. package/glyph/changes/24.js +4 -10
  27. package/glyph/code/16.js +4 -10
  28. package/glyph/code/24.js +4 -10
  29. package/glyph/commit/16.js +4 -10
  30. package/glyph/commit/24.js +4 -10
  31. package/glyph/epic/16.js +4 -10
  32. package/glyph/epic/24.js +4 -10
  33. package/glyph/improvement/16.js +4 -10
  34. package/glyph/improvement/24.js +4 -10
  35. package/glyph/incident/16.js +4 -10
  36. package/glyph/incident/24.js +4 -10
  37. package/glyph/issue/16.js +4 -10
  38. package/glyph/issue/24.js +4 -10
  39. package/glyph/new-feature/16.js +4 -10
  40. package/glyph/new-feature/24.js +4 -10
  41. package/glyph/page/16.js +4 -10
  42. package/glyph/page/24.js +4 -10
  43. package/glyph/problem/16.js +4 -10
  44. package/glyph/problem/24.js +4 -10
  45. package/glyph/pull-request/16.js +4 -10
  46. package/glyph/pull-request/24.js +4 -10
  47. package/glyph/question/16.js +4 -10
  48. package/glyph/question/24.js +4 -10
  49. package/glyph/story/16.js +4 -10
  50. package/glyph/story/24.js +4 -10
  51. package/glyph/subtask/16.js +4 -10
  52. package/glyph/subtask/24.js +4 -10
  53. package/glyph/task/16.js +4 -10
  54. package/glyph/task/24.js +4 -10
  55. package/package.json +78 -83
  56. package/report.api.md +3 -2
  57. package/svgs/blog/16.svg +1 -1
  58. package/svgs/blog/24.svg +1 -1
  59. package/svgs/branch/16.svg +1 -1
  60. package/svgs/branch/24.svg +1 -1
  61. package/svgs/bug/16.svg +1 -1
  62. package/svgs/bug/24.svg +1 -1
  63. package/svgs/calendar/16.svg +1 -1
  64. package/svgs/calendar/24.svg +1 -1
  65. package/svgs/changes/16.svg +1 -1
  66. package/svgs/changes/24.svg +1 -1
  67. package/svgs/code/16.svg +1 -1
  68. package/svgs/code/24.svg +1 -1
  69. package/svgs/commit/16.svg +1 -1
  70. package/svgs/commit/24.svg +1 -1
  71. package/svgs/epic/16.svg +1 -1
  72. package/svgs/epic/24.svg +1 -1
  73. package/svgs/improvement/16.svg +1 -1
  74. package/svgs/improvement/24.svg +1 -1
  75. package/svgs/incident/16.svg +1 -1
  76. package/svgs/incident/24.svg +1 -1
  77. package/svgs/issue/16.svg +1 -1
  78. package/svgs/issue/24.svg +1 -1
  79. package/svgs/new-feature/16.svg +1 -1
  80. package/svgs/new-feature/24.svg +1 -1
  81. package/svgs/page/16.svg +1 -1
  82. package/svgs/page/24.svg +1 -1
  83. package/svgs/problem/16.svg +1 -1
  84. package/svgs/problem/24.svg +1 -1
  85. package/svgs/pull-request/16.svg +1 -1
  86. package/svgs/pull-request/24.svg +1 -1
  87. package/svgs/question/16.svg +1 -1
  88. package/svgs/question/24.svg +1 -1
  89. package/svgs/story/16.svg +1 -1
  90. package/svgs/story/24.svg +1 -1
  91. package/svgs/subtask/16.svg +1 -1
  92. package/svgs/subtask/24.svg +1 -1
  93. package/svgs/task/16.svg +1 -1
  94. 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
- - [#93368](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93368)
8
- [`d6c8dfe5b057`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6c8dfe5b057) -
9
- Add support for React 18.
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
- - [#64934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64934)
16
- [`532734a858a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/532734a858a1) -
17
- Update to internal metadata order, following update of @atlaskit/icon-build-process
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
- - Updated dependencies
51
+ - Updated dependencies
24
52
 
25
53
  ## 6.3.7
26
54
 
27
55
  ### Patch Changes
28
56
 
29
- - [#41725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41725)
30
- [`8d838ab41ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d838ab41ed) -
31
- Removed all remaining legacy theming logic from Badge, IconObject, Lozenge and SectionMessage.
32
- This only affects the examples and some tests in each component. No internal component logic
33
- contained legacy theming.
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
- - [#40919](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40919)
40
- [`0cd2364f0ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0cd2364f0ec) - This
41
- package is now onboarded onto the product push model.
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
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
48
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
49
- version.json
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
- - [#38199](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38199)
56
- [`8a5ce2c105e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5ce2c105e) - This
57
- package is now onboarded onto the product push model.Th
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
- - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
64
- [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) -
65
- Internal change to enforce token usage for spacing properties. There is no expected visual or
66
- behaviour change.
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
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
73
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
74
- legacy types are published for TS 4.5-4.8
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
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
81
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
82
- Upgrade Typescript from `4.5.5` to `4.9.5`
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
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
89
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
90
- minor dependency bump
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
- - Updated dependencies
122
+ - Updated dependencies
95
123
 
96
124
  ## 6.2.9
97
125
 
98
126
  ### Patch Changes
99
127
 
100
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
101
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
102
- remove before merging to master; dupe adf-schema via adf-utils
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
- - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
109
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) -
110
- Upgrades component types to support React 18.
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
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
117
- [`f0be7593aa3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f0be7593aa3) -
118
- Internal code change turning on new linting rules.
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
- - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033)
125
- [`b3e5a62a9e3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3e5a62a9e3) - Adds
126
- `static` techstack to package, enforcing stricter style linting. In this case the package
127
- already satisfied this requirement so there have been no changes to styles.
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
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
134
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
135
- `@atlaskit/theme` to version `^11.3.0`.
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
- - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
142
- [`df2bb5891ef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df2bb5891ef) - Use
143
- named export of base icon in all icon-\* glyphs
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
- - [#10522](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10522)
150
- [`72ef8bafec9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/72ef8bafec9) - Add
151
- "./glyph" entry point.
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
- - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
158
- [`877e9e0b9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/877e9e0b9f6) - Icon
159
- package dependency now uses carat range.
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
- - [#9083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9083)
166
- [`469f36d9629`](https://bitbucket.org/atlassian/atlassian-frontend/commits/469f36d9629) - Icon
167
- build tooling has been updated.
168
- - [`3de10e7652e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3de10e7652e) -
169
- Documentation updates and fixes to types for all icon packages.
170
- - [`d98f1bb1169`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d98f1bb1169) - Local
171
- build tooling improvements.
172
- - [`3f36b048938`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f36b048938) - The
173
- color props have been removed from the TypeScript type definitions. The behavior has never
174
- worked with the glyphs but was included in the type definitions incorrectly.
175
- - Updated dependencies
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
- - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
182
- [`ea014ce1369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea014ce1369) - Icon
183
- object now ships with cjs, esm, and es2019 bundles for exported components and utils. Glyphs
184
- unfortunately aren't included and still only export cjs bundles.
185
- - [`7a309444ca0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a309444ca0) - Icon
186
- object now utilises the base icon from `@atlaskit/icon`.
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
- - [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
191
- injected package name and version for analytics instead of version.json.
192
- - [`21d5d7e39d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21d5d7e39d9) -
193
- Previously icon object glyphs had a size prop available on the type definitions that did not do
194
- anything. This prop has now been removed.
195
- - [`f922302ad53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f922302ad53) - Icons
196
- no longer ship with the `focusable` attribute in their glyph exports. This attribute was only
197
- required for IE11 support. This is purely a build change and has no effect on user API.
198
- - Updated dependencies
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
- - [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
205
- [`0741b1556f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0741b1556f6) - All
206
- icon glpyhs are now built without inline extends helpers, reducing their bundlesize.
207
- - [`8d6c79b9055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d6c79b9055) -
208
- Typedefs of glyphs have been updated to reflect an API change that occured in version 15. For
209
- context, `onClick` was removed as a functional prop but it was still supported by the types.
210
- This may have resulted in a confusing developer experience although the fundamental behaviour
211
- has been consistent since version 15.
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
- - [#7425](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7425)
218
- [`b9f0d16300`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9f0d16300) -
219
- Re-generated icons using a newer version of the build process
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
- - [#7589](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7589)
226
- [`c65f28c058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c65f28c058) - Change
227
- codemod to return raw source if it is not transforming a file.
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
- Otherwise it would run prettier which can lead to some invalid syntax outputted in edge cases.
230
- This is likely due to an issue in either `codemod-cli` or `jscodeshift`.
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
- - [#7458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7458)
237
- [`8990bf36a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8990bf36a9) - Add a
238
- missing codemod for the entrypoint change in 6.1.0
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
- **Running the codemod cli**
270
+ **Running the codemod cli**
243
271
 
244
- To run the codemod: **You first need to have the latest version installed before you can run the
245
- codemod**
272
+ To run the codemod: **You first need to have the latest version installed before you can run the
273
+ codemod**
246
274
 
247
- `yarn upgrade @atlaskit/PACKAGE@^VERSION`
275
+ `yarn upgrade @atlaskit/PACKAGE@^VERSION`
248
276
 
249
- Once upgraded, use the Atlaskit codemod-cli;
277
+ Once upgraded, use the Atlaskit codemod-cli;
250
278
 
251
- `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
279
+ `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
252
280
 
253
- Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to
254
- [this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
255
- details on the codemod CLI.
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
- - [#7170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7170)
262
- [`fbdf356800`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fbdf356800) - Remove
263
- undocumented metadata export from main entry point. To import metadata instead do it from the
264
- /metadata entrypoint.
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
- - Updated dependencies
298
+ - Updated dependencies
271
299
 
272
300
  ## 6.0.4
273
301
 
274
302
  ### Patch Changes
275
303
 
276
- - [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
277
- [`d6ff4c7dce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6ff4c7dce) - Removes
278
- unused (and incorrect) es2019 key in package.json
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
- - [#4682](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4682)
285
- [`f51e6ff443`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f51e6ff443) - License
286
- updated to Apache 2.0 (previously under the ADG license)
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
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
293
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
294
- to TypeScript 3.9.6 and tslib to 2.0.0
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
- Since tslib is a dependency for all our packages we recommend that products also follow this
297
- tslib upgrade to prevent duplicates of tslib being bundled.
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
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
304
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
305
- all the theme imports to be tree-shakable
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
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
312
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
313
- Officially dropping IE11 support, from this version onwards there are no warranties of the
314
- package working in IE11. For more information see:
315
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
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
- - Updated dependencies
347
+ - Updated dependencies
320
348
 
321
349
  ## 5.0.3
322
350
 
323
351
  ### Patch Changes
324
352
 
325
- - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
353
+ - [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
326
354
 
327
- Corrects accessibility behavior for wrapping span. It now will now:
355
+ Corrects accessibility behavior for wrapping span. It now will now:
328
356
 
329
- - conditionally set the `aria-label` if `label` is defined
330
- - conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it
331
- is not defined- Updated dependencies
332
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
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
- - Updated dependencies
335
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
336
- - @atlaskit/docs@8.4.0
337
- - @atlaskit/button@13.3.9
338
- - @atlaskit/modal-dialog@10.5.4
339
- - @atlaskit/textfield@3.1.9
340
- - @atlaskit/tooltip@15.2.5
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
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
374
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
347
375
 
348
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
349
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
376
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
377
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
350
378
 
351
- - @atlaskit/docs@8.3.2
352
- - @atlaskit/button@13.3.7
353
- - @atlaskit/modal-dialog@10.5.2
354
- - @atlaskit/textfield@3.1.6
355
- - @atlaskit/theme@9.5.1
356
- - @atlaskit/tooltip@15.2.3
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
- - [patch][65c8aab025](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c8aab025):
390
+ - [patch][65c8aab025](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c8aab025):
363
391
 
364
- Fix main/module fields in package.json pointing to the wrong place- Updated dependencies
365
- [ccbd1b390b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccbd1b390b):
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
- - @atlaskit/build-utils@2.6.0
395
+ - @atlaskit/build-utils@2.6.0
368
396
 
369
397
  ## 5.0.0
370
398
 
371
399
  ### Major Changes
372
400
 
373
- - [major][f9b5e24662](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9b5e24662):
401
+ - [major][f9b5e24662](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9b5e24662):
374
402
 
375
- @atlaskit/icon-file-type and @atlaskit/icon-object have been converted to TypeScript to provide
376
- static typing. Flow types are no longer provided. No API or bahavioural changes.
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
- - [patch][4dd459fc56](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4dd459fc56):
410
+ - [patch][4dd459fc56](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4dd459fc56):
383
411
 
384
- Dependency 'uuid' is unused in package.jon.
412
+ Dependency 'uuid' is unused in package.jon.
385
413
 
386
414
  ## 4.0.9
387
415
 
388
416
  ### Patch Changes
389
417
 
390
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
418
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
391
419
 
392
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
393
- non-relative imports as relative imports
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
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
427
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
400
428
 
401
- Upgraded Typescript to 3.3.x
429
+ Upgraded Typescript to 3.3.x
402
430
 
403
431
  ## 4.0.7
404
432
 
405
433
  ### Patch Changes
406
434
 
407
- - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
435
+ - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
408
436
 
409
- Change all the imports to theme in Core to use multi entry points
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
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
443
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
416
444
 
417
- Updates component maintainers
445
+ Updates component maintainers
418
446
 
419
447
  ## 4.0.5
420
448
 
421
449
  ### Patch Changes
422
450
 
423
- - [patch][9885da7ac4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9885da7ac4):
451
+ - [patch][9885da7ac4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9885da7ac4):
424
452
 
425
- Adding missing Atlassian / ADG License.
453
+ Adding missing Atlassian / ADG License.
426
454
 
427
455
  ## 4.0.4
428
456
 
429
457
  ### Patch Changes
430
458
 
431
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
459
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
432
460
 
433
- index.ts will now be ignored when publishing to npm
461
+ index.ts will now be ignored when publishing to npm
434
462
 
435
463
  ## 4.0.3
436
464
 
437
- - Updated dependencies
438
- [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
439
- - @atlaskit/tooltip@15.0.0
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
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
471
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
444
472
 
445
- - This is just a safety release in case anything strange happened in in the previous one. See
446
- Pull Request #5942 for details
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
- - Updated dependencies
451
- [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
452
- - @atlaskit/modal-dialog@10.0.0
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
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
484
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
457
485
 
458
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
459
- this package, please ensure you use at least this version of react and react-dom.
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
- - Updated dependencies
464
- [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
465
- - @atlaskit/docs@7.0.3
466
- - @atlaskit/button@12.0.3
467
- - @atlaskit/field-text@8.0.3
468
- - @atlaskit/modal-dialog@8.0.7
469
- - @atlaskit/tooltip@13.0.4
470
- - @atlaskit/theme@8.1.7
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
- - Updated dependencies
475
- [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
476
- - @atlaskit/docs@7.0.2
477
- - @atlaskit/field-text@8.0.2
478
- - @atlaskit/modal-dialog@8.0.6
479
- - @atlaskit/theme@8.1.6
480
- - @atlaskit/tooltip@13.0.3
481
- - @atlaskit/button@12.0.0
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
- - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
513
+ - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
486
514
 
487
- - Removes duplicate babel-runtime dependency
515
+ - Removes duplicate babel-runtime dependency
488
516
 
489
517
  ## 3.0.5
490
518
 
491
- - Updated dependencies
492
- [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
493
- - @atlaskit/docs@7.0.1
494
- - @atlaskit/field-text@8.0.1
495
- - @atlaskit/modal-dialog@8.0.2
496
- - @atlaskit/theme@8.0.1
497
- - @atlaskit/tooltip@13.0.1
498
- - @atlaskit/button@11.0.0
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
- - Updated dependencies
503
- [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
504
- - @atlaskit/button@10.1.3
505
- - @atlaskit/docs@7.0.0
506
- - @atlaskit/field-text@8.0.0
507
- - @atlaskit/modal-dialog@8.0.0
508
- - @atlaskit/theme@8.0.0
509
- - @atlaskit/tooltip@13.0.0
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
- - [patch][1d1f6d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d1f6d1):
541
+ - [patch][1d1f6d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d1f6d1):
514
542
 
515
- - Make icon glyphs not import metadata
543
+ - Make icon glyphs not import metadata
516
544
 
517
545
  ## 3.0.2
518
546
 
519
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
520
- - @atlaskit/button@10.1.1
521
- - @atlaskit/field-text@7.0.18
522
- - @atlaskit/modal-dialog@7.1.1
523
- - @atlaskit/theme@7.0.1
524
- - @atlaskit/tooltip@12.1.13
525
- - @atlaskit/docs@6.0.0
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
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
530
- - @atlaskit/docs@5.2.3
531
- - @atlaskit/button@10.0.4
532
- - @atlaskit/field-text@7.0.16
533
- - @atlaskit/modal-dialog@7.0.14
534
- - @atlaskit/tooltip@12.1.12
535
- - @atlaskit/theme@7.0.0
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
- - [major][ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
567
+ - [major][ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
540
568
 
541
- - Remove onClick props as icon is only a presentational placeholder. Please wrap icon into a
542
- Button or a Link component.
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
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
547
- - @atlaskit/docs@5.2.1
548
- - @atlaskit/field-text@7.0.15
549
- - @atlaskit/modal-dialog@7.0.12
550
- - @atlaskit/theme@6.2.1
551
- - @atlaskit/tooltip@12.1.10
552
- - @atlaskit/button@10.0.0
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
- - [patch][29b160f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29b160f):
584
+ - [patch][29b160f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29b160f):
557
585
 
558
- - Simplify the icons build process
586
+ - Simplify the icons build process
559
587
 
560
- Icons no longer need a custom `build` step to be accurate on npm. This has come about by
561
- renaming the `es5` folder to `cjs`. If you weren't reaching into our package's internals, you
562
- shouldn't notice.
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
- - [major][80304f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80304f0):
592
+ - [major][80304f0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80304f0):
565
593
 
566
- **NOTE** Unless you are using the `iconsInfo` export, this change is not breaking.
594
+ **NOTE** Unless you are using the `iconsInfo` export, this change is not breaking.
567
595
 
568
- - Rename `iconsInfo` to `metadata` to more accurately reflect its role
596
+ - Rename `iconsInfo` to `metadata` to more accurately reflect its role
569
597
 
570
- This change comes with rethinking what is exported from this object, which no longer includes
571
- copies of the icons. If you need to rely on the metadata to get the packages, each should be
572
- required by your own code.
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
- The `icon-explorer` has an example of how to do this.
602
+ The `icon-explorer` has an example of how to do this.
575
603
 
576
- - Updated dependencies [b29bec1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b29bec1):
577
- - @atlaskit/icon-build-process@0.1.0
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
- - [patch] Update to use babel-7 for build processes
582
- [e7bb74d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7bb74d)
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
- - [patch] Adds missing implicit @babel/runtime dependency
587
- [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
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
- - [patch] Publish utils folder
592
- [272208b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/272208b)
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
- - [patch] icon-file-type and icon-object publish glyphs, svgs, and es5 instead of just dist
597
- [0823d35](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0823d35)
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
- - [major] Release icon-object and icon-file-type
602
- [709b239](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/709b239)
629
+ - [major] Release icon-object and icon-file-type
630
+ [709b239](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/709b239)