@atlaskit/inline-message 11.1.4
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 +709 -0
- package/LICENSE +13 -0
- package/README.md +11 -0
- package/__perf__/default.tsx +14 -0
- package/constants/package.json +7 -0
- package/dist/cjs/components/inline-message/index.js +220 -0
- package/dist/cjs/components/message-icon/index.js +86 -0
- package/dist/cjs/constants.js +44 -0
- package/dist/cjs/index.js +15 -0
- package/dist/cjs/types.js +5 -0
- package/dist/cjs/version.json +5 -0
- package/dist/es2019/components/inline-message/index.js +182 -0
- package/dist/es2019/components/message-icon/index.js +72 -0
- package/dist/es2019/constants.js +28 -0
- package/dist/es2019/index.js +1 -0
- package/dist/es2019/types.js +1 -0
- package/dist/es2019/version.json +5 -0
- package/dist/esm/components/inline-message/index.js +196 -0
- package/dist/esm/components/message-icon/index.js +68 -0
- package/dist/esm/constants.js +28 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/types.js +1 -0
- package/dist/esm/version.json +5 -0
- package/dist/types/components/inline-message/index.d.ts +68 -0
- package/dist/types/components/message-icon/index.d.ts +16 -0
- package/dist/types/constants.d.ts +3 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/types.d.ts +9 -0
- package/package.json +70 -0
- package/types/package.json +7 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,709 @@
|
|
|
1
|
+
# @atlaskit/inline-message
|
|
2
|
+
|
|
3
|
+
## 11.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 11.1.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) - Internal changes to supress eslint rules.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 11.1.2
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- [`8279380176b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8279380176b) - Internal code changes.
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
23
|
+
## 11.1.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
|
|
28
|
+
|
|
29
|
+
## 11.1.0
|
|
30
|
+
|
|
31
|
+
### Minor Changes
|
|
32
|
+
|
|
33
|
+
- [`1489097139d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1489097139d) - Added iconLabel prop to provide useful information to users with screen readers
|
|
34
|
+
- [`65388bb777d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65388bb777d) - Removes the `styled-components` dependency from the package. Still has a transitive reliance on `styled-components` via `inline-dialog`. There should be no visual or UX change.
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- [`9c98e8227f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c98e8227f6) - Internal refactor for style declarations.
|
|
39
|
+
- Updated dependencies
|
|
40
|
+
|
|
41
|
+
## 11.0.8
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
46
|
+
|
|
47
|
+
## 11.0.7
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
52
|
+
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
53
|
+
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
54
|
+
|
|
55
|
+
## 11.0.6
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- Updated dependencies
|
|
60
|
+
|
|
61
|
+
## 11.0.5
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- Updated dependencies
|
|
66
|
+
|
|
67
|
+
## 11.0.4
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable integration tests for Edge browser
|
|
72
|
+
|
|
73
|
+
## 11.0.3
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
78
|
+
|
|
79
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
80
|
+
to prevent duplicates of tslib being bundled.
|
|
81
|
+
|
|
82
|
+
## 11.0.2
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
|
|
87
|
+
|
|
88
|
+
## 11.0.1
|
|
89
|
+
|
|
90
|
+
### Patch Changes
|
|
91
|
+
|
|
92
|
+
- [`94ba4f2381`](https://bitbucket.org/atlassian/atlassian-frontend/commits/94ba4f2381) - Formatted testId prop description. The prop description was formatted incorrectly.
|
|
93
|
+
|
|
94
|
+
## 11.0.0
|
|
95
|
+
|
|
96
|
+
### Major Changes
|
|
97
|
+
|
|
98
|
+
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
99
|
+
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- Updated dependencies
|
|
104
|
+
|
|
105
|
+
## 10.1.8
|
|
106
|
+
|
|
107
|
+
### Patch Changes
|
|
108
|
+
|
|
109
|
+
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
|
|
110
|
+
|
|
111
|
+
## 10.1.7
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- Updated dependencies
|
|
116
|
+
|
|
117
|
+
## 10.1.6
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- [patch][68e206c857](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e206c857):
|
|
122
|
+
|
|
123
|
+
Change imports to comply with Atlassian conventions- Updated dependencies [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
124
|
+
|
|
125
|
+
- Updated dependencies [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
126
|
+
- Updated dependencies [3a09573b4e](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a09573b4e):
|
|
127
|
+
- Updated dependencies [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
128
|
+
- Updated dependencies [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
|
|
129
|
+
- @atlaskit/button@13.3.11
|
|
130
|
+
- @atlaskit/icon@20.1.1
|
|
131
|
+
- @atlaskit/inline-dialog@12.1.12
|
|
132
|
+
- @atlaskit/webdriver-runner@0.3.4
|
|
133
|
+
|
|
134
|
+
## 10.1.5
|
|
135
|
+
|
|
136
|
+
### Patch Changes
|
|
137
|
+
|
|
138
|
+
- Updated dependencies [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
139
|
+
- Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
140
|
+
- Updated dependencies [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
|
|
141
|
+
- Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
142
|
+
- Updated dependencies [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
143
|
+
- Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
144
|
+
- Updated dependencies [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
|
|
145
|
+
- Updated dependencies [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
|
|
146
|
+
- @atlaskit/docs@8.4.0
|
|
147
|
+
- @atlaskit/icon@20.1.0
|
|
148
|
+
- @atlaskit/webdriver-runner@0.3.0
|
|
149
|
+
- @atlaskit/button@13.3.9
|
|
150
|
+
- @atlaskit/inline-dialog@12.1.11
|
|
151
|
+
|
|
152
|
+
## 10.1.4
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- Updated dependencies [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
|
|
157
|
+
- @atlaskit/webdriver-runner@0.2.0
|
|
158
|
+
- @atlaskit/button@13.3.8
|
|
159
|
+
- @atlaskit/inline-dialog@12.1.10
|
|
160
|
+
|
|
161
|
+
## 10.1.3
|
|
162
|
+
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
166
|
+
|
|
167
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
168
|
+
|
|
169
|
+
- @atlaskit/docs@8.3.2
|
|
170
|
+
- @atlaskit/visual-regression@0.1.9
|
|
171
|
+
- @atlaskit/button@13.3.7
|
|
172
|
+
- @atlaskit/icon@20.0.1
|
|
173
|
+
- @atlaskit/inline-dialog@12.1.9
|
|
174
|
+
- @atlaskit/theme@9.5.1
|
|
175
|
+
|
|
176
|
+
## 10.1.2
|
|
177
|
+
|
|
178
|
+
### Patch Changes
|
|
179
|
+
|
|
180
|
+
- Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
181
|
+
- @atlaskit/icon@20.0.0
|
|
182
|
+
- @atlaskit/docs@8.3.1
|
|
183
|
+
- @atlaskit/button@13.3.6
|
|
184
|
+
- @atlaskit/inline-dialog@12.1.8
|
|
185
|
+
|
|
186
|
+
## 10.1.1
|
|
187
|
+
|
|
188
|
+
### Patch Changes
|
|
189
|
+
|
|
190
|
+
- [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
191
|
+
|
|
192
|
+
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result- Updated dependencies [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
|
|
193
|
+
|
|
194
|
+
- Updated dependencies [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
|
|
195
|
+
- Updated dependencies [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
|
|
196
|
+
- @atlaskit/icon@19.1.0
|
|
197
|
+
- @atlaskit/theme@9.5.0
|
|
198
|
+
- @atlaskit/button@13.3.5
|
|
199
|
+
- @atlaskit/inline-dialog@12.1.7
|
|
200
|
+
|
|
201
|
+
## 10.1.0
|
|
202
|
+
|
|
203
|
+
### Minor Changes
|
|
204
|
+
|
|
205
|
+
- [minor][3c86f3180f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3c86f3180f):
|
|
206
|
+
|
|
207
|
+
Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help products to write better integration and end to end tests.
|
|
208
|
+
|
|
209
|
+
## 10.0.15
|
|
210
|
+
|
|
211
|
+
### Patch Changes
|
|
212
|
+
|
|
213
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
214
|
+
|
|
215
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
216
|
+
|
|
217
|
+
## 10.0.14
|
|
218
|
+
|
|
219
|
+
### Patch Changes
|
|
220
|
+
|
|
221
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
222
|
+
|
|
223
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
|
|
224
|
+
|
|
225
|
+
## 10.0.13
|
|
226
|
+
|
|
227
|
+
### Patch Changes
|
|
228
|
+
|
|
229
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
230
|
+
|
|
231
|
+
Upgraded Typescript to 3.3.x
|
|
232
|
+
|
|
233
|
+
## 10.0.12
|
|
234
|
+
|
|
235
|
+
### Patch Changes
|
|
236
|
+
|
|
237
|
+
- [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
|
|
238
|
+
|
|
239
|
+
Change all the imports to theme in Core to use multi entry points
|
|
240
|
+
|
|
241
|
+
## 10.0.11
|
|
242
|
+
|
|
243
|
+
### Patch Changes
|
|
244
|
+
|
|
245
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
246
|
+
|
|
247
|
+
Updates component maintainers
|
|
248
|
+
|
|
249
|
+
## 10.0.10
|
|
250
|
+
|
|
251
|
+
### Patch Changes
|
|
252
|
+
|
|
253
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
254
|
+
|
|
255
|
+
Fixes bug, missing version.json file
|
|
256
|
+
|
|
257
|
+
## 10.0.9
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
262
|
+
|
|
263
|
+
In this PR, we are:
|
|
264
|
+
|
|
265
|
+
- Re-introducing dist build folders
|
|
266
|
+
- Adding back cjs
|
|
267
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
268
|
+
- Creating folders at the root for entry-points
|
|
269
|
+
- Removing the generation of the entry-points at the root
|
|
270
|
+
Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
|
|
271
|
+
|
|
272
|
+
## 10.0.8
|
|
273
|
+
|
|
274
|
+
### Patch Changes
|
|
275
|
+
|
|
276
|
+
- [patch][29a1f158c1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29a1f158c1):
|
|
277
|
+
|
|
278
|
+
Use default react import in typescript files.
|
|
279
|
+
|
|
280
|
+
## 10.0.7
|
|
281
|
+
|
|
282
|
+
- Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
|
|
283
|
+
- @atlaskit/docs@8.1.3
|
|
284
|
+
- @atlaskit/button@13.0.9
|
|
285
|
+
- @atlaskit/inline-dialog@12.0.3
|
|
286
|
+
- @atlaskit/icon@19.0.0
|
|
287
|
+
|
|
288
|
+
## 10.0.6
|
|
289
|
+
|
|
290
|
+
### Patch Changes
|
|
291
|
+
|
|
292
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
293
|
+
|
|
294
|
+
index.ts will now be ignored when publishing to npm
|
|
295
|
+
|
|
296
|
+
## 10.0.5
|
|
297
|
+
|
|
298
|
+
### Patch Changes
|
|
299
|
+
|
|
300
|
+
- [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6):
|
|
301
|
+
|
|
302
|
+
Added missing tslib dep
|
|
303
|
+
|
|
304
|
+
## 10.0.4
|
|
305
|
+
|
|
306
|
+
### Patch Changes
|
|
307
|
+
|
|
308
|
+
- [patch][3b13bd0816](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3b13bd0816):
|
|
309
|
+
|
|
310
|
+
Both title and secondaryText prop type changed from string to React.ReactNode. This provides more flexibility for consumers to provide i18n components such as FormattedMessage.
|
|
311
|
+
|
|
312
|
+
## 10.0.3
|
|
313
|
+
|
|
314
|
+
- Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
|
|
315
|
+
- @atlaskit/docs@8.1.2
|
|
316
|
+
- @atlaskit/button@13.0.8
|
|
317
|
+
- @atlaskit/inline-dialog@12.0.1
|
|
318
|
+
- @atlaskit/icon@18.0.0
|
|
319
|
+
|
|
320
|
+
## 10.0.2
|
|
321
|
+
|
|
322
|
+
- Updated dependencies [181209d135](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/181209d135):
|
|
323
|
+
- @atlaskit/inline-dialog@12.0.0
|
|
324
|
+
|
|
325
|
+
## 10.0.1
|
|
326
|
+
|
|
327
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
328
|
+
|
|
329
|
+
- This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details
|
|
330
|
+
|
|
331
|
+
## 10.0.0
|
|
332
|
+
|
|
333
|
+
- [major][66af32c013](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/66af32c013):
|
|
334
|
+
|
|
335
|
+
- @atlaskit/inline-message has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
|
|
336
|
+
|
|
337
|
+
## 9.0.0
|
|
338
|
+
|
|
339
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
340
|
+
|
|
341
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
|
|
342
|
+
|
|
343
|
+
## 8.0.3
|
|
344
|
+
|
|
345
|
+
- Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
346
|
+
- @atlaskit/docs@7.0.3
|
|
347
|
+
- @atlaskit/button@12.0.3
|
|
348
|
+
- @atlaskit/icon@16.0.9
|
|
349
|
+
- @atlaskit/inline-dialog@10.0.4
|
|
350
|
+
- @atlaskit/theme@8.1.7
|
|
351
|
+
|
|
352
|
+
## 8.0.2
|
|
353
|
+
|
|
354
|
+
- Updated dependencies [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
355
|
+
- @atlaskit/docs@7.0.2
|
|
356
|
+
- @atlaskit/icon@16.0.8
|
|
357
|
+
- @atlaskit/inline-dialog@10.0.3
|
|
358
|
+
- @atlaskit/theme@8.1.6
|
|
359
|
+
- @atlaskit/button@12.0.0
|
|
360
|
+
|
|
361
|
+
## 8.0.1
|
|
362
|
+
|
|
363
|
+
- Updated dependencies [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
364
|
+
- @atlaskit/docs@7.0.1
|
|
365
|
+
- @atlaskit/icon@16.0.5
|
|
366
|
+
- @atlaskit/inline-dialog@10.0.1
|
|
367
|
+
- @atlaskit/theme@8.0.1
|
|
368
|
+
- @atlaskit/button@11.0.0
|
|
369
|
+
|
|
370
|
+
## 8.0.0
|
|
371
|
+
|
|
372
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
373
|
+
|
|
374
|
+
- Drop ES5 from all the flow modules
|
|
375
|
+
|
|
376
|
+
### Dropping CJS support in all @atlaskit packages
|
|
377
|
+
|
|
378
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only distribute esm. This means all distributed code will be transpiled, but will still contain `import` and
|
|
379
|
+
`export` declarations.
|
|
380
|
+
|
|
381
|
+
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
|
|
382
|
+
|
|
383
|
+
```js
|
|
384
|
+
import colors from `@atlaskit/theme/colors`;
|
|
385
|
+
```
|
|
386
|
+
|
|
387
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
388
|
+
|
|
389
|
+
```js
|
|
390
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
391
|
+
```
|
|
392
|
+
|
|
393
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors harder, we have to worry about how consumers might be using things that aren't _actually_ supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of packages bundling all of theme, just to use a single color, especially in situations where tree shaking fails.
|
|
394
|
+
|
|
395
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have multiple distributions as they would need to have very different imports from of their own internal dependencies.
|
|
396
|
+
|
|
397
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node environments.
|
|
398
|
+
|
|
399
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but we see this as a pretty sane path forward which should lead to some major bundle size decreases, saner API's and simpler package architecture.
|
|
400
|
+
|
|
401
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for external) if you have any questions or queries about this.
|
|
402
|
+
|
|
403
|
+
## 7.0.11
|
|
404
|
+
|
|
405
|
+
- Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
|
|
406
|
+
- @atlaskit/docs@6.0.1
|
|
407
|
+
- @atlaskit/button@10.1.2
|
|
408
|
+
- @atlaskit/inline-dialog@9.0.14
|
|
409
|
+
- @atlaskit/icon@16.0.0
|
|
410
|
+
|
|
411
|
+
## 7.0.10
|
|
412
|
+
|
|
413
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
414
|
+
- @atlaskit/button@10.1.1
|
|
415
|
+
- @atlaskit/icon@15.0.2
|
|
416
|
+
- @atlaskit/inline-dialog@9.0.13
|
|
417
|
+
- @atlaskit/theme@7.0.1
|
|
418
|
+
- @atlaskit/docs@6.0.0
|
|
419
|
+
|
|
420
|
+
## 7.0.9
|
|
421
|
+
|
|
422
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
423
|
+
- @atlaskit/docs@5.2.3
|
|
424
|
+
- @atlaskit/button@10.0.4
|
|
425
|
+
- @atlaskit/icon@15.0.1
|
|
426
|
+
- @atlaskit/inline-dialog@9.0.12
|
|
427
|
+
- @atlaskit/theme@7.0.0
|
|
428
|
+
|
|
429
|
+
## 7.0.8
|
|
430
|
+
|
|
431
|
+
- Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
|
|
432
|
+
- @atlaskit/docs@5.2.2
|
|
433
|
+
- @atlaskit/button@10.0.1
|
|
434
|
+
- @atlaskit/inline-dialog@9.0.11
|
|
435
|
+
- @atlaskit/icon@15.0.0
|
|
436
|
+
|
|
437
|
+
## 7.0.7
|
|
438
|
+
|
|
439
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
440
|
+
- @atlaskit/docs@5.2.1
|
|
441
|
+
- @atlaskit/icon@14.6.1
|
|
442
|
+
- @atlaskit/inline-dialog@9.0.10
|
|
443
|
+
- @atlaskit/theme@6.2.1
|
|
444
|
+
- @atlaskit/button@10.0.0
|
|
445
|
+
|
|
446
|
+
## 7.0.6
|
|
447
|
+
|
|
448
|
+
- [patch] Adds missing implicit @babel/runtime dependency [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
449
|
+
|
|
450
|
+
## 7.0.5
|
|
451
|
+
|
|
452
|
+
- [patch] Updated dependencies [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
|
|
453
|
+
- @atlaskit/docs@5.0.8
|
|
454
|
+
- @atlaskit/button@9.0.13
|
|
455
|
+
- @atlaskit/inline-dialog@9.0.6
|
|
456
|
+
- @atlaskit/icon@14.0.0
|
|
457
|
+
|
|
458
|
+
## 7.0.4
|
|
459
|
+
|
|
460
|
+
- [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
|
|
461
|
+
|
|
462
|
+
## 7.0.3
|
|
463
|
+
|
|
464
|
+
- [patch] Inline-message now closes on outside click correctly. [988b80a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/988b80a)
|
|
465
|
+
|
|
466
|
+
## 7.0.1
|
|
467
|
+
|
|
468
|
+
- [patch] Updated dependencies [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
|
|
469
|
+
- @atlaskit/theme@6.0.0
|
|
470
|
+
- @atlaskit/inline-dialog@9.0.2
|
|
471
|
+
- @atlaskit/icon@13.2.5
|
|
472
|
+
- @atlaskit/button@9.0.6
|
|
473
|
+
- @atlaskit/docs@5.0.6
|
|
474
|
+
|
|
475
|
+
## 7.0.0
|
|
476
|
+
|
|
477
|
+
- [major] Inline-message "position" prop has been changed to "placement" to align with what is in @atlaskit/inline-dialog and react-popper [333a440](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/333a440)
|
|
478
|
+
|
|
479
|
+
* [patch] Updated dependencies [1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
|
|
480
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
481
|
+
* [none] Updated dependencies [a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
|
|
482
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
483
|
+
* [none] Updated dependencies [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
|
|
484
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
485
|
+
* [none] Updated dependencies [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
|
|
486
|
+
- @atlaskit/inline-dialog@9.0.0
|
|
487
|
+
|
|
488
|
+
## 6.0.3
|
|
489
|
+
|
|
490
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
491
|
+
- [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
492
|
+
- @atlaskit/inline-dialog@8.0.4
|
|
493
|
+
- @atlaskit/button@9.0.5
|
|
494
|
+
- @atlaskit/theme@5.1.3
|
|
495
|
+
- @atlaskit/icon@13.2.4
|
|
496
|
+
|
|
497
|
+
## 6.0.2
|
|
498
|
+
|
|
499
|
+
- [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
500
|
+
- @atlaskit/inline-dialog@8.0.3
|
|
501
|
+
- @atlaskit/icon@13.2.2
|
|
502
|
+
- @atlaskit/button@9.0.4
|
|
503
|
+
- @atlaskit/theme@5.1.2
|
|
504
|
+
- @atlaskit/docs@5.0.2
|
|
505
|
+
|
|
506
|
+
## 6.0.1
|
|
507
|
+
|
|
508
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
509
|
+
- [none] Updated dependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
510
|
+
- @atlaskit/inline-dialog@8.0.2
|
|
511
|
+
- @atlaskit/button@9.0.3
|
|
512
|
+
- @atlaskit/theme@5.1.1
|
|
513
|
+
- @atlaskit/icon@13.2.1
|
|
514
|
+
|
|
515
|
+
## 6.0.0
|
|
516
|
+
|
|
517
|
+
- [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
518
|
+
- [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
519
|
+
- @atlaskit/inline-dialog@8.0.0
|
|
520
|
+
- @atlaskit/button@9.0.0
|
|
521
|
+
- @atlaskit/theme@5.0.0
|
|
522
|
+
- @atlaskit/docs@5.0.0
|
|
523
|
+
- @atlaskit/icon@13.0.0
|
|
524
|
+
- [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
525
|
+
- @atlaskit/inline-dialog@8.0.0
|
|
526
|
+
- @atlaskit/button@9.0.0
|
|
527
|
+
- @atlaskit/theme@5.0.0
|
|
528
|
+
- @atlaskit/docs@5.0.0
|
|
529
|
+
- @atlaskit/icon@13.0.0
|
|
530
|
+
|
|
531
|
+
## 5.1.2
|
|
532
|
+
|
|
533
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
534
|
+
- [none] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
535
|
+
- @atlaskit/inline-dialog@7.1.2
|
|
536
|
+
- @atlaskit/button@8.1.2
|
|
537
|
+
- @atlaskit/theme@4.0.4
|
|
538
|
+
- @atlaskit/icon@12.1.2
|
|
539
|
+
|
|
540
|
+
## 5.1.1
|
|
541
|
+
|
|
542
|
+
- [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
543
|
+
- [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
544
|
+
- @atlaskit/theme@4.0.3
|
|
545
|
+
- @atlaskit/inline-dialog@7.1.1
|
|
546
|
+
- @atlaskit/icon@12.1.1
|
|
547
|
+
- @atlaskit/button@8.1.1
|
|
548
|
+
- @atlaskit/docs@4.1.1
|
|
549
|
+
|
|
550
|
+
## 5.1.0
|
|
551
|
+
|
|
552
|
+
- [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
553
|
+
- @atlaskit/inline-dialog@7.1.0
|
|
554
|
+
- @atlaskit/icon@12.1.0
|
|
555
|
+
- @atlaskit/docs@4.1.0
|
|
556
|
+
- @atlaskit/theme@4.0.2
|
|
557
|
+
- @atlaskit/button@8.1.0
|
|
558
|
+
|
|
559
|
+
## 5.0.1
|
|
560
|
+
|
|
561
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
562
|
+
- [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
563
|
+
- @atlaskit/icon@12.0.1
|
|
564
|
+
- @atlaskit/inline-dialog@7.0.1
|
|
565
|
+
- @atlaskit/button@8.0.1
|
|
566
|
+
- @atlaskit/theme@4.0.1
|
|
567
|
+
- @atlaskit/docs@4.0.1
|
|
568
|
+
|
|
569
|
+
## 5.0.0
|
|
570
|
+
|
|
571
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
572
|
+
- [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
573
|
+
- @atlaskit/icon@12.0.0
|
|
574
|
+
- @atlaskit/inline-dialog@7.0.0
|
|
575
|
+
- @atlaskit/button@8.0.0
|
|
576
|
+
- @atlaskit/theme@4.0.0
|
|
577
|
+
- @atlaskit/docs@4.0.0
|
|
578
|
+
|
|
579
|
+
## 4.0.2
|
|
580
|
+
|
|
581
|
+
- [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
582
|
+
- @atlaskit/icon@11.3.0
|
|
583
|
+
- @atlaskit/inline-dialog@6.0.2
|
|
584
|
+
- @atlaskit/button@7.2.5
|
|
585
|
+
- @atlaskit/theme@3.2.2
|
|
586
|
+
- @atlaskit/docs@3.0.4
|
|
587
|
+
|
|
588
|
+
## 4.0.0
|
|
589
|
+
|
|
590
|
+
- [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
591
|
+
|
|
592
|
+
## 3.2.2
|
|
593
|
+
|
|
594
|
+
- [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
595
|
+
|
|
596
|
+
## 3.2.1
|
|
597
|
+
|
|
598
|
+
- [patch] added truncating logic for text in inline message [0b59d44](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0b59d44)
|
|
599
|
+
|
|
600
|
+
## 3.2.0
|
|
601
|
+
|
|
602
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
603
|
+
|
|
604
|
+
## 3.1.3
|
|
605
|
+
|
|
606
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
607
|
+
|
|
608
|
+
## 3.1.2
|
|
609
|
+
|
|
610
|
+
- [patch] Packages Flow types for elements components [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
611
|
+
|
|
612
|
+
## 3.1.1
|
|
613
|
+
|
|
614
|
+
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website, \$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
|
|
615
|
+
|
|
616
|
+
## 3.1.0
|
|
617
|
+
|
|
618
|
+
- [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
619
|
+
|
|
620
|
+
## 3.0.6
|
|
621
|
+
|
|
622
|
+
- [patch] updated icons for error, info and udpated size of icon for confirmation [824c40d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/824c40d)
|
|
623
|
+
|
|
624
|
+
## 3.0.5
|
|
625
|
+
|
|
626
|
+
- [patch] migrate inline-message from ak to mk-2 [2323022](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2323022)
|
|
627
|
+
|
|
628
|
+
## 3.0.4 (2017-10-26)
|
|
629
|
+
|
|
630
|
+
- bug fix; fix to rebuild stories ([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
|
|
631
|
+
|
|
632
|
+
## 3.0.3 (2017-10-22)
|
|
633
|
+
|
|
634
|
+
- bug fix; update styled component dependency and react peerDep ([39f3286](https://bitbucket.org/atlassian/atlaskit/commits/39f3286))
|
|
635
|
+
|
|
636
|
+
## 3.0.2 (2017-10-15)
|
|
637
|
+
|
|
638
|
+
- bug fix; update dependencies for react 16 compatibility ([fc47c94](https://bitbucket.org/atlassian/atlaskit/commits/fc47c94))
|
|
639
|
+
|
|
640
|
+
## 3.0.1 (2017-09-21)
|
|
641
|
+
|
|
642
|
+
- bug fix; removed unnecessary horizontal spacing on inline-messages (issues closed: ak-2603) ([d608d79](https://bitbucket.org/atlassian/atlaskit/commits/d608d79))
|
|
643
|
+
|
|
644
|
+
## 3.0.0 (2017-08-24)
|
|
645
|
+
|
|
646
|
+
- feature; remove util-shared-styles ([d0331cf](https://bitbucket.org/atlassian/atlaskit/commits/d0331cf))
|
|
647
|
+
- breaking; Update inline message to include dark mode theming ([dfc37f8](https://bitbucket.org/atlassian/atlaskit/commits/dfc37f8))
|
|
648
|
+
- breaking; update inline message to include dark mode theming (issues closed: #ak-3237) ([dfc37f8](https://bitbucket.org/atlassian/atlaskit/commits/dfc37f8))
|
|
649
|
+
|
|
650
|
+
## 2.5.2 (2017-07-27)
|
|
651
|
+
|
|
652
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily ([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
653
|
+
|
|
654
|
+
## 2.5.1 (2017-07-25)
|
|
655
|
+
|
|
656
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
657
|
+
|
|
658
|
+
## 2.2.0 (2017-07-17)
|
|
659
|
+
|
|
660
|
+
- fix; rerelease, failed prepublish scripts ([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
661
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages ([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
662
|
+
|
|
663
|
+
## 2.1.1 (2017-06-20)
|
|
664
|
+
|
|
665
|
+
- fix; bump inline-message dependencies to latest ([f705804](https://bitbucket.org/atlassian/atlaskit/commits/f705804))
|
|
666
|
+
|
|
667
|
+
## 2.1.0 (2017-06-08)
|
|
668
|
+
|
|
669
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings ([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
670
|
+
- feature; refactor inline-message to styled-components ([5144fc5](https://bitbucket.org/atlassian/atlaskit/commits/5144fc5))
|
|
671
|
+
|
|
672
|
+
## 2.0.0 (2017-05-11)
|
|
673
|
+
|
|
674
|
+
- fix; update dependencies ([6b6f84e](https://bitbucket.org/atlassian/atlaskit/commits/6b6f84e))
|
|
675
|
+
- bumps util-shared-styles and inline-dialog dependencies to latest versions ([b02a77d](https://bitbucket.org/atlassian/atlaskit/commits/b02a77d))
|
|
676
|
+
- breaking; Introduces react-dom as a peer dependency (to satisfy inline-dialogs peer dep)
|
|
677
|
+
- ISSUES CLOSED: AK-2361
|
|
678
|
+
|
|
679
|
+
## 1.2.2 (2017-04-27)
|
|
680
|
+
|
|
681
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
682
|
+
|
|
683
|
+
## 1.2.1 (2017-04-26)
|
|
684
|
+
|
|
685
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
686
|
+
|
|
687
|
+
## 1.2.0 (2017-04-20)
|
|
688
|
+
|
|
689
|
+
- feature; removed explicit style! imports, set style-loader in webpack config ([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
|
|
690
|
+
|
|
691
|
+
## 1.1.3 (2017-03-23)
|
|
692
|
+
|
|
693
|
+
- fix; Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
694
|
+
|
|
695
|
+
## 1.1.1 (2017-03-21)
|
|
696
|
+
|
|
697
|
+
- fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
698
|
+
|
|
699
|
+
## 1.1.0 (2017-03-03)
|
|
700
|
+
|
|
701
|
+
- feature; allow positioning of dialog for inline messages ([bdaa4d6](https://bitbucket.org/atlassian/atlaskit/commits/bdaa4d6))
|
|
702
|
+
|
|
703
|
+
## 1.0.2 (2017-02-09)
|
|
704
|
+
|
|
705
|
+
- fix; avoiding binding render to this ([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
|
|
706
|
+
|
|
707
|
+
## 1.0.1 (2017-02-06)
|
|
708
|
+
|
|
709
|
+
- fix; Updates packages to use scoped ak packages ([f16660f](https://bitbucket.org/atlassian/atlaskit/commits/f16660f))
|