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