@atlaskit/inline-message 12.0.4 → 12.1.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
CHANGED
|
@@ -1,948 +1,1156 @@
|
|
|
1
1
|
# @atlaskit/inline-message
|
|
2
2
|
|
|
3
|
+
## 12.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#96634](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96634)
|
|
8
|
+
[`047cd471b7e2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/047cd471b7e2) -
|
|
9
|
+
Add support for React 18.
|
|
10
|
+
|
|
11
|
+
## 12.0.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
16
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
17
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
18
|
+
|
|
3
19
|
## 12.0.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
-
|
|
23
|
+
- [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
|
|
24
|
+
[`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
|
|
25
|
+
Migrate packages to use declarative entry points
|
|
8
26
|
|
|
9
27
|
## 12.0.3
|
|
10
28
|
|
|
11
29
|
### Patch Changes
|
|
12
30
|
|
|
13
|
-
-
|
|
31
|
+
- [#63677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63677)
|
|
32
|
+
[`f320c8ce5039`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f320c8ce5039) -
|
|
33
|
+
This package has been added to the Jira push model.
|
|
14
34
|
|
|
15
35
|
## 12.0.2
|
|
16
36
|
|
|
17
37
|
### Patch Changes
|
|
18
38
|
|
|
19
|
-
-
|
|
39
|
+
- Updated dependencies
|
|
20
40
|
|
|
21
41
|
## 12.0.1
|
|
22
42
|
|
|
23
43
|
### Patch Changes
|
|
24
44
|
|
|
25
|
-
-
|
|
45
|
+
- Updated dependencies
|
|
26
46
|
|
|
27
47
|
## 12.0.0
|
|
28
48
|
|
|
29
49
|
### Major Changes
|
|
30
50
|
|
|
31
|
-
-
|
|
51
|
+
- [#41791](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41791)
|
|
52
|
+
[`ec7c2a38247`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec7c2a38247) -
|
|
53
|
+
Removed all remaining legacy theming logic from the Calendar, Form, InlineDialog, InlineEdit and
|
|
54
|
+
InlineMessage components.
|
|
32
55
|
|
|
33
56
|
### Patch Changes
|
|
34
57
|
|
|
35
|
-
-
|
|
58
|
+
- Updated dependencies
|
|
36
59
|
|
|
37
60
|
## 11.5.8
|
|
38
61
|
|
|
39
62
|
### Patch Changes
|
|
40
63
|
|
|
41
|
-
-
|
|
64
|
+
- [#42261](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42261)
|
|
65
|
+
[`5bbffa62596`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5bbffa62596) - Remove
|
|
66
|
+
shadowed variable and use type imports
|
|
42
67
|
|
|
43
68
|
## 11.5.7
|
|
44
69
|
|
|
45
70
|
### Patch Changes
|
|
46
71
|
|
|
47
|
-
-
|
|
72
|
+
- [#40650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40650)
|
|
73
|
+
[`07aa588c8a4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07aa588c8a4) -
|
|
74
|
+
Reverts the fix to text descender cut-off, due to incompatibilities with Firefox and Safari.
|
|
48
75
|
|
|
49
76
|
## 11.5.6
|
|
50
77
|
|
|
51
78
|
### Patch Changes
|
|
52
79
|
|
|
53
|
-
-
|
|
80
|
+
- [#40832](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40832)
|
|
81
|
+
[`89fccc9c758`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89fccc9c758) - Add
|
|
82
|
+
aria-expanded to communicate expanded/ collapsed state
|
|
54
83
|
|
|
55
84
|
## 11.5.5
|
|
56
85
|
|
|
57
86
|
### Patch Changes
|
|
58
87
|
|
|
59
|
-
-
|
|
60
|
-
-
|
|
88
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
|
|
89
|
+
[`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
|
|
90
|
+
version.json
|
|
91
|
+
- Updated dependencies
|
|
61
92
|
|
|
62
93
|
## 11.5.4
|
|
63
94
|
|
|
64
95
|
### Patch Changes
|
|
65
96
|
|
|
66
|
-
-
|
|
97
|
+
- [#38209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38209)
|
|
98
|
+
[`56b444b56a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b444b56a8) - Fix a
|
|
99
|
+
bug where text descenders were cut off at high zoom levels on Windows
|
|
67
100
|
|
|
68
101
|
## 11.5.3
|
|
69
102
|
|
|
70
103
|
### Patch Changes
|
|
71
104
|
|
|
72
|
-
-
|
|
105
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
106
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
107
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
108
|
+
testing.
|
|
73
109
|
|
|
74
110
|
## 11.5.2
|
|
75
111
|
|
|
76
112
|
### Patch Changes
|
|
77
113
|
|
|
78
|
-
-
|
|
114
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
115
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
116
|
+
legacy types are published for TS 4.5-4.8
|
|
79
117
|
|
|
80
118
|
## 11.5.1
|
|
81
119
|
|
|
82
120
|
### Patch Changes
|
|
83
121
|
|
|
84
|
-
-
|
|
122
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
123
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
|
|
124
|
+
Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
85
125
|
|
|
86
126
|
## 11.5.0
|
|
87
127
|
|
|
88
128
|
### Minor Changes
|
|
89
129
|
|
|
90
|
-
-
|
|
130
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
131
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
132
|
+
minor dependency bump
|
|
91
133
|
|
|
92
134
|
### Patch Changes
|
|
93
135
|
|
|
94
|
-
-
|
|
136
|
+
- Updated dependencies
|
|
95
137
|
|
|
96
138
|
## 11.4.10
|
|
97
139
|
|
|
98
140
|
### Patch Changes
|
|
99
141
|
|
|
100
|
-
-
|
|
142
|
+
- [#31552](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31552)
|
|
143
|
+
[`f6d92b4a378`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6d92b4a378) -
|
|
144
|
+
Migrates unit tests from enzyme to RTL.
|
|
101
145
|
|
|
102
146
|
## 11.4.9
|
|
103
147
|
|
|
104
148
|
### Patch Changes
|
|
105
149
|
|
|
106
|
-
-
|
|
150
|
+
- Updated dependencies
|
|
107
151
|
|
|
108
152
|
## 11.4.8
|
|
109
153
|
|
|
110
154
|
### Patch Changes
|
|
111
155
|
|
|
112
|
-
-
|
|
156
|
+
- [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
|
|
157
|
+
[`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) -
|
|
158
|
+
Internal change to update token references. There is no expected behaviour or visual change.
|
|
113
159
|
|
|
114
160
|
## 11.4.7
|
|
115
161
|
|
|
116
162
|
### Patch Changes
|
|
117
163
|
|
|
118
|
-
-
|
|
164
|
+
- [#28064](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28064)
|
|
165
|
+
[`b0f6dd0bc35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0f6dd0bc35) -
|
|
166
|
+
Updated to use typography tokens. There is no expected behaviour or visual change.
|
|
119
167
|
|
|
120
168
|
## 11.4.6
|
|
121
169
|
|
|
122
170
|
### Patch Changes
|
|
123
171
|
|
|
124
|
-
-
|
|
172
|
+
- [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
|
|
173
|
+
[`25902de2d93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25902de2d93) - [ux]
|
|
174
|
+
Added pressed (active) state styles for the secondary text.
|
|
125
175
|
|
|
126
176
|
## 11.4.5
|
|
127
177
|
|
|
128
178
|
### Patch Changes
|
|
129
179
|
|
|
130
|
-
-
|
|
180
|
+
- Updated dependencies
|
|
131
181
|
|
|
132
182
|
## 11.4.4
|
|
133
183
|
|
|
134
184
|
### Patch Changes
|
|
135
185
|
|
|
136
|
-
-
|
|
186
|
+
- Updated dependencies
|
|
137
187
|
|
|
138
188
|
## 11.4.3
|
|
139
189
|
|
|
140
190
|
### Patch Changes
|
|
141
191
|
|
|
142
|
-
-
|
|
192
|
+
- Updated dependencies
|
|
143
193
|
|
|
144
194
|
## 11.4.2
|
|
145
195
|
|
|
146
196
|
### Patch Changes
|
|
147
197
|
|
|
148
|
-
-
|
|
198
|
+
- [#26408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26408)
|
|
199
|
+
[`9de88fa1e1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9de88fa1e1e) -
|
|
200
|
+
Internal changes to include spacing tokens in component implementations.
|
|
149
201
|
|
|
150
202
|
## 11.4.1
|
|
151
203
|
|
|
152
204
|
### Patch Changes
|
|
153
205
|
|
|
154
|
-
-
|
|
206
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
207
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
|
|
208
|
+
Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
155
209
|
|
|
156
210
|
## 11.4.0
|
|
157
211
|
|
|
158
212
|
### Minor Changes
|
|
159
213
|
|
|
160
|
-
-
|
|
214
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
215
|
+
[`bcf29b33526`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcf29b33526) -
|
|
216
|
+
Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
161
217
|
|
|
162
218
|
### Patch Changes
|
|
163
219
|
|
|
164
|
-
-
|
|
220
|
+
- Updated dependencies
|
|
165
221
|
|
|
166
222
|
## 11.3.1
|
|
167
223
|
|
|
168
224
|
### Patch Changes
|
|
169
225
|
|
|
170
|
-
-
|
|
226
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
227
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
|
|
228
|
+
Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
171
229
|
|
|
172
230
|
## 11.3.0
|
|
173
231
|
|
|
174
232
|
### Minor Changes
|
|
175
233
|
|
|
176
|
-
-
|
|
234
|
+
- [#23573](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23573)
|
|
235
|
+
[`38469010a1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/38469010a1c) -
|
|
236
|
+
Replaces usage of the `type` prop with `appearance`.
|
|
177
237
|
|
|
178
238
|
## 11.2.8
|
|
179
239
|
|
|
180
240
|
### Patch Changes
|
|
181
241
|
|
|
182
|
-
-
|
|
242
|
+
- [#21545](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21545)
|
|
243
|
+
[`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) -
|
|
244
|
+
Adjusts jsdoc strings to improve prop documentation
|
|
183
245
|
|
|
184
246
|
## 11.2.7
|
|
185
247
|
|
|
186
248
|
### Patch Changes
|
|
187
249
|
|
|
188
|
-
-
|
|
250
|
+
- Updated dependencies
|
|
189
251
|
|
|
190
252
|
## 11.2.6
|
|
191
253
|
|
|
192
254
|
### Patch Changes
|
|
193
255
|
|
|
194
|
-
-
|
|
195
|
-
-
|
|
256
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
257
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
|
|
258
|
+
Upgrade to TypeScript 4.2.4
|
|
259
|
+
- Updated dependencies
|
|
196
260
|
|
|
197
261
|
## 11.2.5
|
|
198
262
|
|
|
199
263
|
### Patch Changes
|
|
200
264
|
|
|
201
|
-
-
|
|
265
|
+
- Updated dependencies
|
|
202
266
|
|
|
203
267
|
## 11.2.4
|
|
204
268
|
|
|
205
269
|
### Patch Changes
|
|
206
270
|
|
|
207
|
-
-
|
|
271
|
+
- Updated dependencies
|
|
208
272
|
|
|
209
273
|
## 11.2.3
|
|
210
274
|
|
|
211
275
|
### Patch Changes
|
|
212
276
|
|
|
213
|
-
-
|
|
277
|
+
- Updated dependencies
|
|
214
278
|
|
|
215
279
|
## 11.2.2
|
|
216
280
|
|
|
217
281
|
### Patch Changes
|
|
218
282
|
|
|
219
|
-
-
|
|
283
|
+
- Updated dependencies
|
|
220
284
|
|
|
221
285
|
## 11.2.1
|
|
222
286
|
|
|
223
287
|
### Patch Changes
|
|
224
288
|
|
|
225
|
-
-
|
|
289
|
+
- Updated dependencies
|
|
226
290
|
|
|
227
291
|
## 11.2.0
|
|
228
292
|
|
|
229
293
|
### Minor Changes
|
|
230
294
|
|
|
231
|
-
-
|
|
295
|
+
- [#16759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16759)
|
|
296
|
+
[`3d6d3a581d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d6d3a581d6) -
|
|
297
|
+
Instrumented `@atlaskit/inline-message` with the new theming package, `@atlaskit/tokens`.
|
|
232
298
|
|
|
233
|
-
|
|
234
|
-
|
|
299
|
+
New tokens will be visible only in applications configured to use the new Tokens API (currently
|
|
300
|
+
in alpha). These changes are intended to be interoperable with the legacy theme implementation.
|
|
301
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
235
302
|
|
|
236
303
|
## 11.1.5
|
|
237
304
|
|
|
238
305
|
### Patch Changes
|
|
239
306
|
|
|
240
|
-
-
|
|
307
|
+
- [#15632](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15632)
|
|
308
|
+
[`34282240102`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34282240102) - Adds
|
|
309
|
+
explicit type to button usages components.
|
|
241
310
|
|
|
242
311
|
## 11.1.4
|
|
243
312
|
|
|
244
313
|
### Patch Changes
|
|
245
314
|
|
|
246
|
-
-
|
|
315
|
+
- Updated dependencies
|
|
247
316
|
|
|
248
317
|
## 11.1.3
|
|
249
318
|
|
|
250
319
|
### Patch Changes
|
|
251
320
|
|
|
252
|
-
-
|
|
253
|
-
-
|
|
321
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
322
|
+
[`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) -
|
|
323
|
+
Internal changes to supress eslint rules.
|
|
324
|
+
- Updated dependencies
|
|
254
325
|
|
|
255
326
|
## 11.1.2
|
|
256
327
|
|
|
257
328
|
### Patch Changes
|
|
258
329
|
|
|
259
|
-
-
|
|
260
|
-
-
|
|
330
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
331
|
+
[`8279380176b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8279380176b) -
|
|
332
|
+
Internal code changes.
|
|
333
|
+
- Updated dependencies
|
|
261
334
|
|
|
262
335
|
## 11.1.1
|
|
263
336
|
|
|
264
337
|
### Patch Changes
|
|
265
338
|
|
|
266
|
-
-
|
|
339
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
340
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
341
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
267
342
|
|
|
268
343
|
## 11.1.0
|
|
269
344
|
|
|
270
345
|
### Minor Changes
|
|
271
346
|
|
|
272
|
-
-
|
|
273
|
-
|
|
347
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
348
|
+
[`1489097139d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1489097139d) - Added
|
|
349
|
+
iconLabel prop to provide useful information to users with screen readers
|
|
350
|
+
- [`65388bb777d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65388bb777d) -
|
|
351
|
+
Removes the `styled-components` dependency from the package. Still has a transitive reliance on
|
|
352
|
+
`styled-components` via `inline-dialog`. There should be no visual or UX change.
|
|
274
353
|
|
|
275
354
|
### Patch Changes
|
|
276
355
|
|
|
277
|
-
-
|
|
278
|
-
|
|
356
|
+
- [`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) -
|
|
357
|
+
Internal refactor for style declarations.
|
|
358
|
+
- Updated dependencies
|
|
279
359
|
|
|
280
360
|
## 11.0.8
|
|
281
361
|
|
|
282
362
|
### Patch Changes
|
|
283
363
|
|
|
284
|
-
-
|
|
364
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
365
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
|
|
366
|
+
Transpile packages using babel rather than tsc
|
|
285
367
|
|
|
286
368
|
## 11.0.7
|
|
287
369
|
|
|
288
370
|
### Patch Changes
|
|
289
371
|
|
|
290
|
-
-
|
|
291
|
-
|
|
292
|
-
|
|
372
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
373
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
374
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
375
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle
|
|
376
|
+
Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
377
|
+
`devDependencies` to denote version that the package was built with.
|
|
293
378
|
|
|
294
379
|
## 11.0.6
|
|
295
380
|
|
|
296
381
|
### Patch Changes
|
|
297
382
|
|
|
298
|
-
-
|
|
383
|
+
- Updated dependencies
|
|
299
384
|
|
|
300
385
|
## 11.0.5
|
|
301
386
|
|
|
302
387
|
### Patch Changes
|
|
303
388
|
|
|
304
|
-
-
|
|
389
|
+
- Updated dependencies
|
|
305
390
|
|
|
306
391
|
## 11.0.4
|
|
307
392
|
|
|
308
393
|
### Patch Changes
|
|
309
394
|
|
|
310
|
-
-
|
|
395
|
+
- [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
|
|
396
|
+
[`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
|
|
397
|
+
integration tests for Edge browser
|
|
311
398
|
|
|
312
399
|
## 11.0.3
|
|
313
400
|
|
|
314
401
|
### Patch Changes
|
|
315
402
|
|
|
316
|
-
-
|
|
403
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
404
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
405
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
317
406
|
|
|
318
|
-
|
|
319
|
-
|
|
407
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this
|
|
408
|
+
tslib upgrade to prevent duplicates of tslib being bundled.
|
|
320
409
|
|
|
321
410
|
## 11.0.2
|
|
322
411
|
|
|
323
412
|
### Patch Changes
|
|
324
413
|
|
|
325
|
-
-
|
|
414
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
415
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
|
|
416
|
+
readme and package information has been updated to point to the new design system website.
|
|
326
417
|
|
|
327
418
|
## 11.0.1
|
|
328
419
|
|
|
329
420
|
### Patch Changes
|
|
330
421
|
|
|
331
|
-
-
|
|
422
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
423
|
+
[`94ba4f2381`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94ba4f2381) -
|
|
424
|
+
Formatted testId prop description. The prop description was formatted incorrectly.
|
|
332
425
|
|
|
333
426
|
## 11.0.0
|
|
334
427
|
|
|
335
428
|
### Major Changes
|
|
336
429
|
|
|
337
|
-
-
|
|
338
|
-
|
|
430
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
431
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
|
|
432
|
+
Officially dropping IE11 support, from this version onwards there are no warranties of the
|
|
433
|
+
package working in IE11. For more information see:
|
|
434
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
339
435
|
|
|
340
436
|
### Patch Changes
|
|
341
437
|
|
|
342
|
-
-
|
|
438
|
+
- Updated dependencies
|
|
343
439
|
|
|
344
440
|
## 10.1.8
|
|
345
441
|
|
|
346
442
|
### Patch Changes
|
|
347
443
|
|
|
348
|
-
-
|
|
444
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
445
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
|
|
446
|
+
and supporting files will no longer be published to npm
|
|
349
447
|
|
|
350
448
|
## 10.1.7
|
|
351
449
|
|
|
352
450
|
### Patch Changes
|
|
353
451
|
|
|
354
|
-
-
|
|
452
|
+
- Updated dependencies
|
|
355
453
|
|
|
356
454
|
## 10.1.6
|
|
357
455
|
|
|
358
456
|
### Patch Changes
|
|
359
457
|
|
|
360
|
-
-
|
|
458
|
+
- [patch][68e206c857](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e206c857):
|
|
361
459
|
|
|
362
|
-
|
|
460
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
461
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
363
462
|
|
|
364
|
-
-
|
|
365
|
-
|
|
366
|
-
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
463
|
+
- Updated dependencies
|
|
464
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
465
|
+
- Updated dependencies
|
|
466
|
+
[3a09573b4e](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a09573b4e):
|
|
467
|
+
- Updated dependencies
|
|
468
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
469
|
+
- Updated dependencies
|
|
470
|
+
[fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
471
|
+
- @atlaskit/button@13.3.11
|
|
472
|
+
- @atlaskit/icon@20.1.1
|
|
473
|
+
- @atlaskit/inline-dialog@12.1.12
|
|
474
|
+
- @atlaskit/webdriver-runner@0.3.4
|
|
372
475
|
|
|
373
476
|
## 10.1.5
|
|
374
477
|
|
|
375
478
|
### Patch Changes
|
|
376
479
|
|
|
377
|
-
-
|
|
378
|
-
|
|
379
|
-
-
|
|
380
|
-
|
|
381
|
-
-
|
|
382
|
-
|
|
383
|
-
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
480
|
+
- Updated dependencies
|
|
481
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
482
|
+
- Updated dependencies
|
|
483
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
484
|
+
- Updated dependencies
|
|
485
|
+
[64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
486
|
+
- Updated dependencies
|
|
487
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
488
|
+
- Updated dependencies
|
|
489
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
490
|
+
- Updated dependencies
|
|
491
|
+
[fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
492
|
+
- Updated dependencies
|
|
493
|
+
[109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
494
|
+
- Updated dependencies
|
|
495
|
+
[c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
496
|
+
- @atlaskit/docs@8.4.0
|
|
497
|
+
- @atlaskit/icon@20.1.0
|
|
498
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
499
|
+
- @atlaskit/button@13.3.9
|
|
500
|
+
- @atlaskit/inline-dialog@12.1.11
|
|
390
501
|
|
|
391
502
|
## 10.1.4
|
|
392
503
|
|
|
393
504
|
### Patch Changes
|
|
394
505
|
|
|
395
|
-
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
506
|
+
- Updated dependencies
|
|
507
|
+
[e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
508
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
509
|
+
- @atlaskit/button@13.3.8
|
|
510
|
+
- @atlaskit/inline-dialog@12.1.10
|
|
399
511
|
|
|
400
512
|
## 10.1.3
|
|
401
513
|
|
|
402
514
|
### Patch Changes
|
|
403
515
|
|
|
404
|
-
-
|
|
516
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
405
517
|
|
|
406
|
-
|
|
518
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
519
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
407
520
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
521
|
+
- @atlaskit/docs@8.3.2
|
|
522
|
+
- @atlaskit/visual-regression@0.1.9
|
|
523
|
+
- @atlaskit/button@13.3.7
|
|
524
|
+
- @atlaskit/icon@20.0.1
|
|
525
|
+
- @atlaskit/inline-dialog@12.1.9
|
|
526
|
+
- @atlaskit/theme@9.5.1
|
|
414
527
|
|
|
415
528
|
## 10.1.2
|
|
416
529
|
|
|
417
530
|
### Patch Changes
|
|
418
531
|
|
|
419
|
-
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
532
|
+
- Updated dependencies
|
|
533
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
534
|
+
- @atlaskit/icon@20.0.0
|
|
535
|
+
- @atlaskit/docs@8.3.1
|
|
536
|
+
- @atlaskit/button@13.3.6
|
|
537
|
+
- @atlaskit/inline-dialog@12.1.8
|
|
424
538
|
|
|
425
539
|
## 10.1.1
|
|
426
540
|
|
|
427
541
|
### Patch Changes
|
|
428
542
|
|
|
429
|
-
-
|
|
543
|
+
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
430
544
|
|
|
431
|
-
|
|
545
|
+
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
|
|
546
|
+
Updated dependencies
|
|
547
|
+
[28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
|
|
432
548
|
|
|
433
|
-
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
549
|
+
- Updated dependencies
|
|
550
|
+
[82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
551
|
+
- Updated dependencies
|
|
552
|
+
[4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
553
|
+
- @atlaskit/icon@19.1.0
|
|
554
|
+
- @atlaskit/theme@9.5.0
|
|
555
|
+
- @atlaskit/button@13.3.5
|
|
556
|
+
- @atlaskit/inline-dialog@12.1.7
|
|
439
557
|
|
|
440
558
|
## 10.1.0
|
|
441
559
|
|
|
442
560
|
### Minor Changes
|
|
443
561
|
|
|
444
|
-
-
|
|
562
|
+
- [minor][3c86f3180f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c86f3180f):
|
|
445
563
|
|
|
446
|
-
|
|
564
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
|
|
565
|
+
products to write better integration and end to end tests.
|
|
447
566
|
|
|
448
567
|
## 10.0.15
|
|
449
568
|
|
|
450
569
|
### Patch Changes
|
|
451
570
|
|
|
452
|
-
-
|
|
571
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
453
572
|
|
|
454
|
-
|
|
573
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
455
574
|
|
|
456
575
|
## 10.0.14
|
|
457
576
|
|
|
458
577
|
### Patch Changes
|
|
459
578
|
|
|
460
|
-
-
|
|
579
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
461
580
|
|
|
462
|
-
|
|
581
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
582
|
+
non-relative imports as relative imports
|
|
463
583
|
|
|
464
584
|
## 10.0.13
|
|
465
585
|
|
|
466
586
|
### Patch Changes
|
|
467
587
|
|
|
468
|
-
-
|
|
588
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
469
589
|
|
|
470
|
-
|
|
590
|
+
Upgraded Typescript to 3.3.x
|
|
471
591
|
|
|
472
592
|
## 10.0.12
|
|
473
593
|
|
|
474
594
|
### Patch Changes
|
|
475
595
|
|
|
476
|
-
-
|
|
596
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
477
597
|
|
|
478
|
-
|
|
598
|
+
Change all the imports to theme in Core to use multi entry points
|
|
479
599
|
|
|
480
600
|
## 10.0.11
|
|
481
601
|
|
|
482
602
|
### Patch Changes
|
|
483
603
|
|
|
484
|
-
-
|
|
604
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
485
605
|
|
|
486
|
-
|
|
606
|
+
Updates component maintainers
|
|
487
607
|
|
|
488
608
|
## 10.0.10
|
|
489
609
|
|
|
490
610
|
### Patch Changes
|
|
491
611
|
|
|
492
|
-
-
|
|
612
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
493
613
|
|
|
494
|
-
|
|
614
|
+
Fixes bug, missing version.json file
|
|
495
615
|
|
|
496
616
|
## 10.0.9
|
|
497
617
|
|
|
498
618
|
### Patch Changes
|
|
499
619
|
|
|
500
|
-
-
|
|
620
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
501
621
|
|
|
502
|
-
|
|
622
|
+
In this PR, we are:
|
|
503
623
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
624
|
+
- Re-introducing dist build folders
|
|
625
|
+
- Adding back cjs
|
|
626
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
627
|
+
- Creating folders at the root for entry-points
|
|
628
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
629
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
630
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
631
|
+
for further details
|
|
510
632
|
|
|
511
633
|
## 10.0.8
|
|
512
634
|
|
|
513
635
|
### Patch Changes
|
|
514
636
|
|
|
515
|
-
-
|
|
637
|
+
- [patch][29a1f158c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29a1f158c1):
|
|
516
638
|
|
|
517
|
-
|
|
639
|
+
Use default react import in typescript files.
|
|
518
640
|
|
|
519
641
|
## 10.0.7
|
|
520
642
|
|
|
521
|
-
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
643
|
+
- Updated dependencies
|
|
644
|
+
[06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
645
|
+
- @atlaskit/docs@8.1.3
|
|
646
|
+
- @atlaskit/button@13.0.9
|
|
647
|
+
- @atlaskit/inline-dialog@12.0.3
|
|
648
|
+
- @atlaskit/icon@19.0.0
|
|
526
649
|
|
|
527
650
|
## 10.0.6
|
|
528
651
|
|
|
529
652
|
### Patch Changes
|
|
530
653
|
|
|
531
|
-
-
|
|
654
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
532
655
|
|
|
533
|
-
|
|
656
|
+
index.ts will now be ignored when publishing to npm
|
|
534
657
|
|
|
535
658
|
## 10.0.5
|
|
536
659
|
|
|
537
660
|
### Patch Changes
|
|
538
661
|
|
|
539
|
-
-
|
|
662
|
+
- [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6):
|
|
540
663
|
|
|
541
|
-
|
|
664
|
+
Added missing tslib dep
|
|
542
665
|
|
|
543
666
|
## 10.0.4
|
|
544
667
|
|
|
545
668
|
### Patch Changes
|
|
546
669
|
|
|
547
|
-
-
|
|
670
|
+
- [patch][3b13bd0816](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3b13bd0816):
|
|
548
671
|
|
|
549
|
-
|
|
672
|
+
Both title and secondaryText prop type changed from string to React.ReactNode. This provides
|
|
673
|
+
more flexibility for consumers to provide i18n components such as FormattedMessage.
|
|
550
674
|
|
|
551
675
|
## 10.0.3
|
|
552
676
|
|
|
553
|
-
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
677
|
+
- Updated dependencies
|
|
678
|
+
[cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
679
|
+
- @atlaskit/docs@8.1.2
|
|
680
|
+
- @atlaskit/button@13.0.8
|
|
681
|
+
- @atlaskit/inline-dialog@12.0.1
|
|
682
|
+
- @atlaskit/icon@18.0.0
|
|
558
683
|
|
|
559
684
|
## 10.0.2
|
|
560
685
|
|
|
561
|
-
-
|
|
562
|
-
|
|
686
|
+
- Updated dependencies
|
|
687
|
+
[181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
|
|
688
|
+
- @atlaskit/inline-dialog@12.0.0
|
|
563
689
|
|
|
564
690
|
## 10.0.1
|
|
565
691
|
|
|
566
|
-
-
|
|
692
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
567
693
|
|
|
568
|
-
|
|
694
|
+
- This is just a safety release in case anything strange happened in in the previous one. See
|
|
695
|
+
Pull Request #5942 for details
|
|
569
696
|
|
|
570
697
|
## 10.0.0
|
|
571
698
|
|
|
572
|
-
-
|
|
699
|
+
- [major][66af32c013](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66af32c013):
|
|
573
700
|
|
|
574
|
-
|
|
701
|
+
- @atlaskit/inline-message has been converted to Typescript. Typescript consumers will now get
|
|
702
|
+
static type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
575
703
|
|
|
576
704
|
## 9.0.0
|
|
577
705
|
|
|
578
|
-
-
|
|
706
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
579
707
|
|
|
580
|
-
|
|
708
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
709
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
581
710
|
|
|
582
711
|
## 8.0.3
|
|
583
712
|
|
|
584
|
-
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
713
|
+
- Updated dependencies
|
|
714
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
715
|
+
- @atlaskit/docs@7.0.3
|
|
716
|
+
- @atlaskit/button@12.0.3
|
|
717
|
+
- @atlaskit/icon@16.0.9
|
|
718
|
+
- @atlaskit/inline-dialog@10.0.4
|
|
719
|
+
- @atlaskit/theme@8.1.7
|
|
590
720
|
|
|
591
721
|
## 8.0.2
|
|
592
722
|
|
|
593
|
-
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
723
|
+
- Updated dependencies
|
|
724
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
725
|
+
- @atlaskit/docs@7.0.2
|
|
726
|
+
- @atlaskit/icon@16.0.8
|
|
727
|
+
- @atlaskit/inline-dialog@10.0.3
|
|
728
|
+
- @atlaskit/theme@8.1.6
|
|
729
|
+
- @atlaskit/button@12.0.0
|
|
599
730
|
|
|
600
731
|
## 8.0.1
|
|
601
732
|
|
|
602
|
-
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
733
|
+
- Updated dependencies
|
|
734
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
735
|
+
- @atlaskit/docs@7.0.1
|
|
736
|
+
- @atlaskit/icon@16.0.5
|
|
737
|
+
- @atlaskit/inline-dialog@10.0.1
|
|
738
|
+
- @atlaskit/theme@8.0.1
|
|
739
|
+
- @atlaskit/button@11.0.0
|
|
608
740
|
|
|
609
741
|
## 8.0.0
|
|
610
742
|
|
|
611
|
-
-
|
|
743
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
612
744
|
|
|
613
|
-
|
|
745
|
+
- Drop ES5 from all the flow modules
|
|
614
746
|
|
|
615
|
-
|
|
747
|
+
### Dropping CJS support in all @atlaskit packages
|
|
616
748
|
|
|
617
|
-
|
|
618
|
-
|
|
749
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
750
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
751
|
+
`import` and `export` declarations.
|
|
619
752
|
|
|
620
|
-
|
|
753
|
+
The major reason for doing this is to allow us to support multiple entry points in packages,
|
|
754
|
+
e.g:
|
|
621
755
|
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
756
|
+
```js
|
|
757
|
+
import colors from `@atlaskit/theme/colors`;
|
|
758
|
+
```
|
|
625
759
|
|
|
626
|
-
|
|
760
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
627
761
|
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
762
|
+
```js
|
|
763
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
764
|
+
```
|
|
631
765
|
|
|
632
|
-
|
|
766
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors
|
|
767
|
+
harder, we have to worry about how consumers might be using things that aren't _actually_
|
|
768
|
+
supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
|
|
769
|
+
to lots of packages bundling all of theme, just to use a single color, especially in situations
|
|
770
|
+
where tree shaking fails.
|
|
633
771
|
|
|
634
|
-
|
|
772
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
773
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
774
|
+
internal dependencies.
|
|
635
775
|
|
|
636
|
-
|
|
776
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
777
|
+
environments.
|
|
637
778
|
|
|
638
|
-
|
|
779
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
780
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
781
|
+
saner API's and simpler package architecture.
|
|
639
782
|
|
|
640
|
-
|
|
783
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
784
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
785
|
+
external) if you have any questions or queries about this.
|
|
641
786
|
|
|
642
787
|
## 7.0.11
|
|
643
788
|
|
|
644
|
-
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
789
|
+
- Updated dependencies
|
|
790
|
+
[d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
791
|
+
- @atlaskit/docs@6.0.1
|
|
792
|
+
- @atlaskit/button@10.1.2
|
|
793
|
+
- @atlaskit/inline-dialog@9.0.14
|
|
794
|
+
- @atlaskit/icon@16.0.0
|
|
649
795
|
|
|
650
796
|
## 7.0.10
|
|
651
797
|
|
|
652
|
-
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
798
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
799
|
+
- @atlaskit/button@10.1.1
|
|
800
|
+
- @atlaskit/icon@15.0.2
|
|
801
|
+
- @atlaskit/inline-dialog@9.0.13
|
|
802
|
+
- @atlaskit/theme@7.0.1
|
|
803
|
+
- @atlaskit/docs@6.0.0
|
|
658
804
|
|
|
659
805
|
## 7.0.9
|
|
660
806
|
|
|
661
|
-
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
807
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
808
|
+
- @atlaskit/docs@5.2.3
|
|
809
|
+
- @atlaskit/button@10.0.4
|
|
810
|
+
- @atlaskit/icon@15.0.1
|
|
811
|
+
- @atlaskit/inline-dialog@9.0.12
|
|
812
|
+
- @atlaskit/theme@7.0.0
|
|
667
813
|
|
|
668
814
|
## 7.0.8
|
|
669
815
|
|
|
670
|
-
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
816
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
817
|
+
- @atlaskit/docs@5.2.2
|
|
818
|
+
- @atlaskit/button@10.0.1
|
|
819
|
+
- @atlaskit/inline-dialog@9.0.11
|
|
820
|
+
- @atlaskit/icon@15.0.0
|
|
675
821
|
|
|
676
822
|
## 7.0.7
|
|
677
823
|
|
|
678
|
-
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
824
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
825
|
+
- @atlaskit/docs@5.2.1
|
|
826
|
+
- @atlaskit/icon@14.6.1
|
|
827
|
+
- @atlaskit/inline-dialog@9.0.10
|
|
828
|
+
- @atlaskit/theme@6.2.1
|
|
829
|
+
- @atlaskit/button@10.0.0
|
|
684
830
|
|
|
685
831
|
## 7.0.6
|
|
686
832
|
|
|
687
|
-
-
|
|
833
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
834
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
688
835
|
|
|
689
836
|
## 7.0.5
|
|
690
837
|
|
|
691
|
-
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
838
|
+
- [patch] Updated dependencies
|
|
839
|
+
[65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
840
|
+
- @atlaskit/docs@5.0.8
|
|
841
|
+
- @atlaskit/button@9.0.13
|
|
842
|
+
- @atlaskit/inline-dialog@9.0.6
|
|
843
|
+
- @atlaskit/icon@14.0.0
|
|
696
844
|
|
|
697
845
|
## 7.0.4
|
|
698
846
|
|
|
699
|
-
-
|
|
847
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking
|
|
848
|
+
[b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
700
849
|
|
|
701
850
|
## 7.0.3
|
|
702
851
|
|
|
703
|
-
-
|
|
852
|
+
- [patch] Inline-message now closes on outside click correctly.
|
|
853
|
+
[988b80a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/988b80a)
|
|
704
854
|
|
|
705
855
|
## 7.0.1
|
|
706
856
|
|
|
707
|
-
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
857
|
+
- [patch] Updated dependencies
|
|
858
|
+
[df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
859
|
+
- @atlaskit/theme@6.0.0
|
|
860
|
+
- @atlaskit/inline-dialog@9.0.2
|
|
861
|
+
- @atlaskit/icon@13.2.5
|
|
862
|
+
- @atlaskit/button@9.0.6
|
|
863
|
+
- @atlaskit/docs@5.0.6
|
|
713
864
|
|
|
714
865
|
## 7.0.0
|
|
715
866
|
|
|
716
|
-
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
*
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
867
|
+
- [major] Inline-message "position" prop has been changed to "placement" to align with what is in
|
|
868
|
+
@atlaskit/inline-dialog and react-popper
|
|
869
|
+
[333a440](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/333a440)
|
|
870
|
+
|
|
871
|
+
* [patch] Updated dependencies
|
|
872
|
+
[1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
|
|
873
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
874
|
+
* [none] Updated dependencies
|
|
875
|
+
[a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
|
|
876
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
877
|
+
* [none] Updated dependencies
|
|
878
|
+
[87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
|
|
879
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
880
|
+
* [none] Updated dependencies
|
|
881
|
+
[a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
|
|
882
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
726
883
|
|
|
727
884
|
## 6.0.3
|
|
728
885
|
|
|
729
|
-
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
886
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
887
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
888
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
889
|
+
- [none] Updated dependencies
|
|
890
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
891
|
+
- @atlaskit/inline-dialog@8.0.4
|
|
892
|
+
- @atlaskit/button@9.0.5
|
|
893
|
+
- @atlaskit/theme@5.1.3
|
|
894
|
+
- @atlaskit/icon@13.2.4
|
|
735
895
|
|
|
736
896
|
## 6.0.2
|
|
737
897
|
|
|
738
|
-
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
898
|
+
- [patch] Updated dependencies
|
|
899
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
900
|
+
- @atlaskit/inline-dialog@8.0.3
|
|
901
|
+
- @atlaskit/icon@13.2.2
|
|
902
|
+
- @atlaskit/button@9.0.4
|
|
903
|
+
- @atlaskit/theme@5.1.2
|
|
904
|
+
- @atlaskit/docs@5.0.2
|
|
744
905
|
|
|
745
906
|
## 6.0.1
|
|
746
907
|
|
|
747
|
-
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
908
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
909
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
910
|
+
- [none] Updated dependencies
|
|
911
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
912
|
+
- @atlaskit/inline-dialog@8.0.2
|
|
913
|
+
- @atlaskit/button@9.0.3
|
|
914
|
+
- @atlaskit/theme@5.1.1
|
|
915
|
+
- @atlaskit/icon@13.2.1
|
|
753
916
|
|
|
754
917
|
## 6.0.0
|
|
755
918
|
|
|
756
|
-
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
919
|
+
- [major] Updates to React ^16.4.0
|
|
920
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
921
|
+
- [major] Updated dependencies
|
|
922
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
923
|
+
- @atlaskit/inline-dialog@8.0.0
|
|
924
|
+
- @atlaskit/button@9.0.0
|
|
925
|
+
- @atlaskit/theme@5.0.0
|
|
926
|
+
- @atlaskit/docs@5.0.0
|
|
927
|
+
- @atlaskit/icon@13.0.0
|
|
928
|
+
- [major] Updated dependencies
|
|
929
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
930
|
+
- @atlaskit/inline-dialog@8.0.0
|
|
931
|
+
- @atlaskit/button@9.0.0
|
|
932
|
+
- @atlaskit/theme@5.0.0
|
|
933
|
+
- @atlaskit/docs@5.0.0
|
|
934
|
+
- @atlaskit/icon@13.0.0
|
|
769
935
|
|
|
770
936
|
## 5.1.2
|
|
771
937
|
|
|
772
|
-
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
938
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
939
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
940
|
+
- [none] Updated dependencies
|
|
941
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
942
|
+
- @atlaskit/inline-dialog@7.1.2
|
|
943
|
+
- @atlaskit/button@8.1.2
|
|
944
|
+
- @atlaskit/theme@4.0.4
|
|
945
|
+
- @atlaskit/icon@12.1.2
|
|
778
946
|
|
|
779
947
|
## 5.1.1
|
|
780
948
|
|
|
781
|
-
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
949
|
+
- [patch] Update changelogs to remove duplicate
|
|
950
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
951
|
+
- [none] Updated dependencies
|
|
952
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
953
|
+
- @atlaskit/theme@4.0.3
|
|
954
|
+
- @atlaskit/inline-dialog@7.1.1
|
|
955
|
+
- @atlaskit/icon@12.1.1
|
|
956
|
+
- @atlaskit/button@8.1.1
|
|
957
|
+
- @atlaskit/docs@4.1.1
|
|
788
958
|
|
|
789
959
|
## 5.1.0
|
|
790
960
|
|
|
791
|
-
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
961
|
+
- [none] Updated dependencies
|
|
962
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
963
|
+
- @atlaskit/inline-dialog@7.1.0
|
|
964
|
+
- @atlaskit/icon@12.1.0
|
|
965
|
+
- @atlaskit/docs@4.1.0
|
|
966
|
+
- @atlaskit/theme@4.0.2
|
|
967
|
+
- @atlaskit/button@8.1.0
|
|
797
968
|
|
|
798
969
|
## 5.0.1
|
|
799
970
|
|
|
800
|
-
-
|
|
801
|
-
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
971
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
972
|
+
- [patch] Updated dependencies
|
|
973
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
974
|
+
- @atlaskit/icon@12.0.1
|
|
975
|
+
- @atlaskit/inline-dialog@7.0.1
|
|
976
|
+
- @atlaskit/button@8.0.1
|
|
977
|
+
- @atlaskit/theme@4.0.1
|
|
978
|
+
- @atlaskit/docs@4.0.1
|
|
807
979
|
|
|
808
980
|
## 5.0.0
|
|
809
981
|
|
|
810
|
-
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
982
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
983
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
984
|
+
- [patch] Updated dependencies
|
|
985
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
986
|
+
- @atlaskit/icon@12.0.0
|
|
987
|
+
- @atlaskit/inline-dialog@7.0.0
|
|
988
|
+
- @atlaskit/button@8.0.0
|
|
989
|
+
- @atlaskit/theme@4.0.0
|
|
990
|
+
- @atlaskit/docs@4.0.0
|
|
817
991
|
|
|
818
992
|
## 4.0.2
|
|
819
993
|
|
|
820
|
-
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
994
|
+
- [patch] Updated dependencies
|
|
995
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
996
|
+
- @atlaskit/icon@11.3.0
|
|
997
|
+
- @atlaskit/inline-dialog@6.0.2
|
|
998
|
+
- @atlaskit/button@7.2.5
|
|
999
|
+
- @atlaskit/theme@3.2.2
|
|
1000
|
+
- @atlaskit/docs@3.0.4
|
|
826
1001
|
|
|
827
1002
|
## 4.0.0
|
|
828
1003
|
|
|
829
|
-
-
|
|
1004
|
+
- [major] Bump to React 16.3.
|
|
1005
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
830
1006
|
|
|
831
1007
|
## 3.2.2
|
|
832
1008
|
|
|
833
|
-
-
|
|
1009
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1010
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
834
1011
|
|
|
835
1012
|
## 3.2.1
|
|
836
1013
|
|
|
837
|
-
-
|
|
1014
|
+
- [patch] added truncating logic for text in inline message
|
|
1015
|
+
[0b59d44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0b59d44)
|
|
838
1016
|
|
|
839
1017
|
## 3.2.0
|
|
840
1018
|
|
|
841
|
-
-
|
|
1019
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1020
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
842
1021
|
|
|
843
1022
|
## 3.1.3
|
|
844
1023
|
|
|
845
|
-
-
|
|
1024
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1025
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
846
1026
|
|
|
847
1027
|
## 3.1.2
|
|
848
1028
|
|
|
849
|
-
-
|
|
1029
|
+
- [patch] Packages Flow types for elements components
|
|
1030
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
850
1031
|
|
|
851
1032
|
## 3.1.1
|
|
852
1033
|
|
|
853
|
-
-
|
|
1034
|
+
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
|
|
1035
|
+
\$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
|
|
854
1036
|
|
|
855
1037
|
## 3.1.0
|
|
856
1038
|
|
|
857
|
-
-
|
|
1039
|
+
- [minor] Add React 16 support.
|
|
1040
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
858
1041
|
|
|
859
1042
|
## 3.0.6
|
|
860
1043
|
|
|
861
|
-
-
|
|
1044
|
+
- [patch] updated icons for error, info and udpated size of icon for confirmation
|
|
1045
|
+
[824c40d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/824c40d)
|
|
862
1046
|
|
|
863
1047
|
## 3.0.5
|
|
864
1048
|
|
|
865
|
-
-
|
|
1049
|
+
- [patch] migrate inline-message from ak to mk-2
|
|
1050
|
+
[2323022](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2323022)
|
|
866
1051
|
|
|
867
1052
|
## 3.0.4 (2017-10-26)
|
|
868
1053
|
|
|
869
|
-
-
|
|
1054
|
+
- bug fix; fix to rebuild stories
|
|
1055
|
+
([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
|
|
870
1056
|
|
|
871
1057
|
## 3.0.3 (2017-10-22)
|
|
872
1058
|
|
|
873
|
-
-
|
|
1059
|
+
- bug fix; update styled component dependency and react peerDep
|
|
1060
|
+
([39f3286](https://bitbucket.org/atlassian/atlaskit/commits/39f3286))
|
|
874
1061
|
|
|
875
1062
|
## 3.0.2 (2017-10-15)
|
|
876
1063
|
|
|
877
|
-
-
|
|
1064
|
+
- bug fix; update dependencies for react 16 compatibility
|
|
1065
|
+
([fc47c94](https://bitbucket.org/atlassian/atlaskit/commits/fc47c94))
|
|
878
1066
|
|
|
879
1067
|
## 3.0.1 (2017-09-21)
|
|
880
1068
|
|
|
881
|
-
-
|
|
1069
|
+
- bug fix; removed unnecessary horizontal spacing on inline-messages (issues closed: ak-2603)
|
|
1070
|
+
([d608d79](https://bitbucket.org/atlassian/atlaskit/commits/d608d79))
|
|
882
1071
|
|
|
883
1072
|
## 3.0.0 (2017-08-24)
|
|
884
1073
|
|
|
885
|
-
-
|
|
886
|
-
|
|
887
|
-
-
|
|
1074
|
+
- feature; remove util-shared-styles
|
|
1075
|
+
([d0331cf](https://bitbucket.org/atlassian/atlaskit/commits/d0331cf))
|
|
1076
|
+
- breaking; Update inline message to include dark mode theming
|
|
1077
|
+
([dfc37f8](https://bitbucket.org/atlassian/atlaskit/commits/dfc37f8))
|
|
1078
|
+
- breaking; update inline message to include dark mode theming (issues closed: #ak-3237)
|
|
1079
|
+
([dfc37f8](https://bitbucket.org/atlassian/atlaskit/commits/dfc37f8))
|
|
888
1080
|
|
|
889
1081
|
## 2.5.2 (2017-07-27)
|
|
890
1082
|
|
|
891
|
-
-
|
|
1083
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
1084
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
892
1085
|
|
|
893
1086
|
## 2.5.1 (2017-07-25)
|
|
894
1087
|
|
|
895
|
-
-
|
|
1088
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
1089
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
896
1090
|
|
|
897
1091
|
## 2.2.0 (2017-07-17)
|
|
898
1092
|
|
|
899
|
-
-
|
|
900
|
-
|
|
1093
|
+
- fix; rerelease, failed prepublish scripts
|
|
1094
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
1095
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
1096
|
+
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
901
1097
|
|
|
902
1098
|
## 2.1.1 (2017-06-20)
|
|
903
1099
|
|
|
904
|
-
-
|
|
1100
|
+
- fix; bump inline-message dependencies to latest
|
|
1101
|
+
([f705804](https://bitbucket.org/atlassian/atlaskit/commits/f705804))
|
|
905
1102
|
|
|
906
1103
|
## 2.1.0 (2017-06-08)
|
|
907
1104
|
|
|
908
|
-
-
|
|
909
|
-
|
|
1105
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings
|
|
1106
|
+
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
1107
|
+
- feature; refactor inline-message to styled-components
|
|
1108
|
+
([5144fc5](https://bitbucket.org/atlassian/atlaskit/commits/5144fc5))
|
|
910
1109
|
|
|
911
1110
|
## 2.0.0 (2017-05-11)
|
|
912
1111
|
|
|
913
|
-
-
|
|
914
|
-
-
|
|
915
|
-
|
|
916
|
-
-
|
|
1112
|
+
- fix; update dependencies ([6b6f84e](https://bitbucket.org/atlassian/atlaskit/commits/6b6f84e))
|
|
1113
|
+
- bumps util-shared-styles and inline-dialog dependencies to latest versions
|
|
1114
|
+
([b02a77d](https://bitbucket.org/atlassian/atlaskit/commits/b02a77d))
|
|
1115
|
+
- breaking; Introduces react-dom as a peer dependency (to satisfy inline-dialogs peer dep)
|
|
1116
|
+
- ISSUES CLOSED: AK-2361
|
|
917
1117
|
|
|
918
1118
|
## 1.2.2 (2017-04-27)
|
|
919
1119
|
|
|
920
|
-
-
|
|
1120
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
1121
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
921
1122
|
|
|
922
1123
|
## 1.2.1 (2017-04-26)
|
|
923
1124
|
|
|
924
|
-
-
|
|
1125
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
1126
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
925
1127
|
|
|
926
1128
|
## 1.2.0 (2017-04-20)
|
|
927
1129
|
|
|
928
|
-
-
|
|
1130
|
+
- feature; removed explicit style! imports, set style-loader in webpack config
|
|
1131
|
+
([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
|
|
929
1132
|
|
|
930
1133
|
## 1.1.3 (2017-03-23)
|
|
931
1134
|
|
|
932
|
-
-
|
|
1135
|
+
- fix; Empty commit to release the component
|
|
1136
|
+
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
933
1137
|
|
|
934
1138
|
## 1.1.1 (2017-03-21)
|
|
935
1139
|
|
|
936
|
-
-
|
|
1140
|
+
- fix; maintainers for all the packages were added
|
|
1141
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
937
1142
|
|
|
938
1143
|
## 1.1.0 (2017-03-03)
|
|
939
1144
|
|
|
940
|
-
-
|
|
1145
|
+
- feature; allow positioning of dialog for inline messages
|
|
1146
|
+
([bdaa4d6](https://bitbucket.org/atlassian/atlaskit/commits/bdaa4d6))
|
|
941
1147
|
|
|
942
1148
|
## 1.0.2 (2017-02-09)
|
|
943
1149
|
|
|
944
|
-
-
|
|
1150
|
+
- fix; avoiding binding render to this
|
|
1151
|
+
([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
|
|
945
1152
|
|
|
946
1153
|
## 1.0.1 (2017-02-06)
|
|
947
1154
|
|
|
948
|
-
-
|
|
1155
|
+
- fix; Updates packages to use scoped ak packages
|
|
1156
|
+
([f16660f](https://bitbucket.org/atlassian/atlaskit/commits/f16660f))
|