@atlaskit/embedded-confluence 2.16.2 → 2.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/CHANGELOG.md +239 -221
  2. package/LICENSE.md +6 -8
  3. package/dist/embedded-confluence-bundle.js +2 -2
  4. package/dist/types/index.d.ts +1 -1
  5. package/dist/types-ts4.5/index.d.ts +1 -1
  6. package/package.json +2 -3
  7. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-cs.js +0 -1
  8. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-da.js +0 -1
  9. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-de.js +0 -1
  10. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-en.js +0 -1
  11. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-en_GB.js +0 -1
  12. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-es.js +0 -1
  13. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-fi.js +0 -1
  14. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-fr.js +0 -1
  15. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-hu.js +0 -1
  16. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-it.js +0 -1
  17. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ja.js +0 -1
  18. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ko.js +0 -1
  19. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-nb.js +0 -1
  20. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-nl.js +0 -1
  21. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-pl.js +0 -1
  22. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-pt_BR.js +0 -1
  23. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ru.js +0 -1
  24. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-sv.js +0 -1
  25. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-th.js +0 -1
  26. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-tr.js +0 -1
  27. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-uk.js +0 -1
  28. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-vi.js +0 -1
  29. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-zh.js +0 -1
  30. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-zh_TW.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,528 +1,546 @@
1
1
  # @atlaskit/embedded-confluence
2
2
 
3
+ ## 2.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#108223](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108223)
8
+ [`247f0d6954d8d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/247f0d6954d8d) -
9
+ Return created page subType, if present. This is used to distinguish between a live page and
10
+ anormal page
11
+
12
+ ## 2.16.3
13
+
14
+ ### Patch Changes
15
+
16
+ - [#98435](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98435)
17
+ [`1d51d50d98ed`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1d51d50d98ed) -
18
+ Fixes the failure of I18n translations to load as a result of erroneous lazy-loading attempts on
19
+ 3rd party domains.
20
+
3
21
  ## 2.16.2
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - [#97380](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97380)
8
- [`ed8ee264409e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ed8ee264409e) -
9
- Fixes the failure of I18n translations to load as a result of erroneous lazy-loading attempts on
10
- 3rd party domains.
25
+ - [#97380](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97380)
26
+ [`ed8ee264409e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ed8ee264409e) -
27
+ Fixes the failure of I18n translations to load as a result of erroneous lazy-loading attempts on
28
+ 3rd party domains.
11
29
 
12
30
  ## 2.16.1
13
31
 
14
32
  ### Patch Changes
15
33
 
16
- - [#89001](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89001)
17
- [`15de6b4d1879`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15de6b4d1879) -
18
- Update Login flow documentation
34
+ - [#89001](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89001)
35
+ [`15de6b4d1879`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15de6b4d1879) -
36
+ Update Login flow documentation
19
37
 
20
38
  ## 2.16.0
21
39
 
22
40
  ### Minor Changes
23
41
 
24
- - [#87772](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87772)
25
- [`816e5f0f41bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/816e5f0f41bf) -
26
- Fix I18n translation infrastructure across Embedded Confluence packages and standardize its
27
- implementation.
42
+ - [#87772](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87772)
43
+ [`816e5f0f41bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/816e5f0f41bf) -
44
+ Fix I18n translation infrastructure across Embedded Confluence packages and standardize its
45
+ implementation.
28
46
 
29
47
  ## 2.15.2
30
48
 
31
49
  ### Patch Changes
32
50
 
33
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
34
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
35
- Upgrade Typescript from `4.9.5` to `5.4.2`
51
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
52
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
53
+ Upgrade Typescript from `4.9.5` to `5.4.2`
36
54
 
37
55
  ## 2.15.1
38
56
 
39
57
  ### Patch Changes
40
58
 
41
- - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
42
- [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
43
- Update usage of `React.FC` to explicity include `children`
59
+ - [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085)
60
+ [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) -
61
+ Update usage of `React.FC` to explicity include `children`
44
62
 
45
63
  ## 2.15.0
46
64
 
47
65
  ### Minor Changes
48
66
 
49
- - [#79709](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79709)
50
- [`c9ded7e658e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c9ded7e658e9) -
51
- Added non-licensed-share as a new allowed feature. This is only a placeholder and the feature is
52
- not yet implemented.
67
+ - [#79709](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79709)
68
+ [`c9ded7e658e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c9ded7e658e9) -
69
+ Added non-licensed-share as a new allowed feature. This is only a placeholder and the feature is
70
+ not yet implemented.
53
71
 
54
72
  ## 2.14.0
55
73
 
56
74
  ### Minor Changes
57
75
 
58
- - [#69493](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69493)
59
- [`9ee76f4d9f09`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9ee76f4d9f09) -
60
- Add optional template prop to whiteboards
76
+ - [#69493](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69493)
77
+ [`9ee76f4d9f09`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9ee76f4d9f09) -
78
+ Add optional template prop to whiteboards
61
79
 
62
80
  ## 2.13.0
63
81
 
64
82
  ### Minor Changes
65
83
 
66
- - [#67688](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67688)
67
- [`81017d131d42`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/81017d131d42) -
68
- [ux] Add new error screen and new error boundaries
84
+ - [#67688](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67688)
85
+ [`81017d131d42`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/81017d131d42) -
86
+ [ux] Add new error screen and new error boundaries
69
87
 
70
88
  ## 2.12.1
71
89
 
72
90
  ### Patch Changes
73
91
 
74
- - [#60934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60934)
75
- [`df1a25165615`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df1a25165615) -
76
- Add console warning when spaceKey is all numeric
92
+ - [#60934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60934)
93
+ [`df1a25165615`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df1a25165615) -
94
+ Add console warning when spaceKey is all numeric
77
95
 
78
96
  ## 2.12.0
79
97
 
80
98
  ### Minor Changes
81
99
 
82
- - [#42655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42655)
83
- [`ea6b876c360`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea6b876c360) - Remove
84
- copy, move, and archive from allowlist
100
+ - [#42655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42655)
101
+ [`ea6b876c360`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea6b876c360) - Remove
102
+ copy, move, and archive from allowlist
85
103
 
86
104
  ## 2.11.0
87
105
 
88
106
  ### Minor Changes
89
107
 
90
- - [#42258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42258)
91
- [`b75e1360bb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b75e1360bb3) - remove
92
- requirement to enable whiteboard features: delete and share
108
+ - [#42258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42258)
109
+ [`b75e1360bb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b75e1360bb3) - remove
110
+ requirement to enable whiteboard features: delete and share
93
111
 
94
112
  ## 2.10.0
95
113
 
96
114
  ### Minor Changes
97
115
 
98
- - [#40902](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40902)
99
- [`7ea2036b444`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ea2036b444) - Define
100
- inline-comments as a default allowed feature for both the embedded view and editor
116
+ - [#40902](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40902)
117
+ [`7ea2036b444`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ea2036b444) - Define
118
+ inline-comments as a default allowed feature for both the embedded view and editor
101
119
 
102
120
  ## 2.9.0
103
121
 
104
122
  ### Minor Changes
105
123
 
106
- - [#40682](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40682)
107
- [`d2f8c72c834`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2f8c72c834) - [ux]
108
- Deprecates the iconColor, iconGradientStart, iconGradientEnd, and textColor props from
109
- @atlaskit/logo and introduces the appearance prop in order to support design tokens and be
110
- theme-responsive for Embeddable Pages and Project Pages
124
+ - [#40682](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40682)
125
+ [`d2f8c72c834`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2f8c72c834) - [ux]
126
+ Deprecates the iconColor, iconGradientStart, iconGradientEnd, and textColor props from
127
+ @atlaskit/logo and introduces the appearance prop in order to support design tokens and be
128
+ theme-responsive for Embeddable Pages and Project Pages
111
129
 
112
130
  ## 2.8.0
113
131
 
114
132
  ### Minor Changes
115
133
 
116
- - [#40469](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40469)
117
- [`3c942a33112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c942a33112) - Bump
118
- embedded-confluence-common package to fix draftShareId not being passed
134
+ - [#40469](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40469)
135
+ [`3c942a33112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c942a33112) - Bump
136
+ embedded-confluence-common package to fix draftShareId not being passed
119
137
 
120
138
  ## 2.7.0
121
139
 
122
140
  ### Minor Changes
123
141
 
124
- - [#40212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40212)
125
- [`07104a824ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07104a824ce) - [ux]
126
- Add embedded whiteboard component
142
+ - [#40212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40212)
143
+ [`07104a824ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07104a824ce) - [ux] Add
144
+ embedded whiteboard component
127
145
 
128
146
  ## 2.6.0
129
147
 
130
148
  ### Minor Changes
131
149
 
132
- - [#39499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39499)
133
- [`3617e1eeb67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3617e1eeb67) - Adding
134
- internal common content component
150
+ - [#39499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39499)
151
+ [`3617e1eeb67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3617e1eeb67) - Adding
152
+ internal common content component
135
153
 
136
154
  ## 2.5.0
137
155
 
138
156
  ### Minor Changes
139
157
 
140
- - [#37621](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37621)
141
- [`c7347a5d92e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7347a5d92e) - [ux]
142
- Updated EP documentation to add new themeState prop
158
+ - [#37621](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37621)
159
+ [`c7347a5d92e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7347a5d92e) - [ux]
160
+ Updated EP documentation to add new themeState prop
143
161
 
144
162
  ## 2.4.1
145
163
 
146
164
  ### Patch Changes
147
165
 
148
- - [#36166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36166)
149
- [`8039db91ff8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8039db91ff8) - [ux]
150
- Update footer url to Confluence homepage if Confluence page is not found
166
+ - [#36166](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36166)
167
+ [`8039db91ff8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8039db91ff8) - [ux]
168
+ Update footer url to Confluence homepage if Confluence page is not found
151
169
 
152
170
  ## 2.4.0
153
171
 
154
172
  ### Minor Changes
155
173
 
156
- - [#35697](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35697)
157
- [`5cd96271a12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cd96271a12) - Adding
158
- ability to disable the new Share button via allowedFeatures.
174
+ - [#35697](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35697)
175
+ [`5cd96271a12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cd96271a12) - Adding
176
+ ability to disable the new Share button via allowedFeatures.
159
177
 
160
178
  ## 2.3.0
161
179
 
162
180
  ### Minor Changes
163
181
 
164
- - [#34867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34867)
165
- [`ea29cc6a723`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea29cc6a723) - [ux]
166
- Add new themeState prop to EP components to enable theming
182
+ - [#34867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34867)
183
+ [`ea29cc6a723`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea29cc6a723) - [ux] Add
184
+ new themeState prop to EP components to enable theming
167
185
 
168
186
  ## 2.2.3
169
187
 
170
188
  ### Patch Changes
171
189
 
172
- - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
173
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
174
- Removing unused dependencies and dev dependencies
190
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
191
+ [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing
192
+ unused dependencies and dev dependencies
175
193
 
176
194
  ## 2.2.2
177
195
 
178
196
  ### Patch Changes
179
197
 
180
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
181
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
182
- legacy types are published for TS 4.5-4.8
198
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
199
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
200
+ legacy types are published for TS 4.5-4.8
183
201
 
184
202
  ## 2.2.1
185
203
 
186
204
  ### Patch Changes
187
205
 
188
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
189
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
190
- Upgrade Typescript from `4.5.5` to `4.9.5`
206
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
207
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
208
+ Typescript from `4.5.5` to `4.9.5`
191
209
 
192
210
  ## 2.2.0
193
211
 
194
212
  ### Minor Changes
195
213
 
196
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
197
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
198
- minor dependency bump
214
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
215
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
216
+ minor dependency bump
199
217
 
200
218
  ## 2.1.0
201
219
 
202
220
  ### Minor Changes
203
221
 
204
- - [#32993](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32993)
205
- [`a1691c43c75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1691c43c75) - Add a
206
- new prop for navigationPolicy to include A list of domain names that should be replaced with the
207
- current base URL for EP before applying any URL shimming.
222
+ - [#32993](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32993)
223
+ [`a1691c43c75`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1691c43c75) - Add a
224
+ new prop for navigationPolicy to include A list of domain names that should be replaced with the
225
+ current base URL for EP before applying any URL shimming.
208
226
 
209
227
  ## 2.0.1
210
228
 
211
229
  ### Patch Changes
212
230
 
213
- - [#32485](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32485)
214
- [`6c2f04ad9f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c2f04ad9f2) - [ux]
215
- Remove the 'edit' allowed feature for ViewPage and Page component's initialAllowedFeatures to
216
- avoid SSR related errors. ('edit' will be reapplied after initial SSR components are replaced)
231
+ - [#32485](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32485)
232
+ [`6c2f04ad9f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c2f04ad9f2) - [ux]
233
+ Remove the 'edit' allowed feature for ViewPage and Page component's initialAllowedFeatures to
234
+ avoid SSR related errors. ('edit' will be reapplied after initial SSR components are replaced)
217
235
 
218
236
  ## 2.0.0
219
237
 
220
238
  ### Major Changes
221
239
 
222
- - [#32141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32141)
223
- [`2f6fdbc8560`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f6fdbc8560) - Login
224
- Flow for cross-domain parent products
240
+ - [#32141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32141)
241
+ [`2f6fdbc8560`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f6fdbc8560) - Login
242
+ Flow for cross-domain parent products
225
243
 
226
244
  ### Enabling the Login/Authentication flow for EP:
227
245
 
228
246
  1. **What's changed:**
229
247
 
230
- - Embedded Pages now allow users to authenticate within it and also request for its first-party
231
- storage.
232
- - Embedded Pages is using `Document.hasStorageAccess()` to check if it has access to its
233
- first-party storage and it will prompt users to `“Allow”` access by calling
234
- `Document.requestStorageAccess()`. Depending on the user agent implementation, the user
235
- agent might show user prompts (More details can be found
236
- [here](https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API)).
237
- - Once the first-party storage access is granted, users can login or sign up. The Login/Sign
238
- Up page is opened in a new window which will take users through the Login/Sign up flow.
248
+ - Embedded Pages now allow users to authenticate within it and also request for its first-party
249
+ storage.
250
+ - Embedded Pages is using `Document.hasStorageAccess()` to check if it has access to its
251
+ first-party storage and it will prompt users to `“Allow”` access by calling
252
+ `Document.requestStorageAccess()`. Depending on the user agent implementation, the user agent
253
+ might show user prompts (More details can be found
254
+ [here](https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API)).
255
+ - Once the first-party storage access is granted, users can login or sign up. The Login/Sign Up
256
+ page is opened in a new window which will take users through the Login/Sign up flow.
239
257
 
240
258
  2. **Why it's changed:**
241
259
 
242
- - With the Login flow the end user is taken through an authentication process within EP which
243
- doesn't require them to navigate out of the parent products to Login to Confluence. This also
244
- mitigates the problem of having to enable 3rd party cookies in the browser settings before
245
- loading EP for a cross-domain context (3rd party parent products).
260
+ - With the Login flow the end user is taken through an authentication process within EP which
261
+ doesn't require them to navigate out of the parent products to Login to Confluence. This also
262
+ mitigates the problem of having to enable 3rd party cookies in the browser settings before
263
+ loading EP for a cross-domain context (3rd party parent products).
246
264
 
247
265
  3. **Upgrade guide:**
248
- - Partner products that have subscribed to `"Unable to display page content"` `taskAbort` event
249
- to display their own login page should also subscribe to the `embedded-confluence/login-page`
250
- `taskStart` experience tracker event.
251
- - No upgrade changes required for partner products that have not subscribed to
252
- `"Unable to display page content"` `taskAbort`.
253
- - For partner products who wish to display their own authentication flow, please subscribe to
254
- `embedded-confluence/login-page` `taskStart` and `"Unable to display page content"`
255
- `taskAbort` event (Refer the
256
- [Atlaskit documentation](https://atlaskit.atlassian.com/packages/confluence/embedded-confluence-public/docs/Experience-Tracker)
257
- for more information on these events).
266
+ - Partner products that have subscribed to `"Unable to display page content"` `taskAbort` event
267
+ to display their own login page should also subscribe to the `embedded-confluence/login-page`
268
+ `taskStart` experience tracker event.
269
+ - No upgrade changes required for partner products that have not subscribed to
270
+ `"Unable to display page content"` `taskAbort`.
271
+ - For partner products who wish to display their own authentication flow, please subscribe to
272
+ `embedded-confluence/login-page` `taskStart` and `"Unable to display page content"` `taskAbort`
273
+ event (Refer the
274
+ [Atlaskit documentation](https://atlaskit.atlassian.com/packages/confluence/embedded-confluence-public/docs/Experience-Tracker)
275
+ for more information on these events).
258
276
 
259
277
  ## 1.9.0
260
278
 
261
279
  ### Minor Changes
262
280
 
263
- - [#31811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31811)
264
- [`51d55d1c0d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51d55d1c0d8) - [ux]
265
- Add Page component to allow simple implementation of in place switching between ViewPage and
266
- EditPage components.
281
+ - [#31811](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31811)
282
+ [`51d55d1c0d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/51d55d1c0d8) - [ux] Add
283
+ Page component to allow simple implementation of in place switching between ViewPage and EditPage
284
+ components.
267
285
 
268
286
  ## 1.8.0
269
287
 
270
288
  ### Minor Changes
271
289
 
272
- - [#30821](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30821)
273
- [`418447c456d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/418447c456d) - [ux]
274
- Add new themeMode prop to EP components to enable theming
290
+ - [#30821](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30821)
291
+ [`418447c456d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/418447c456d) - [ux] Add
292
+ new themeMode prop to EP components to enable theming
275
293
 
276
294
  ## 1.7.0
277
295
 
278
296
  ### Minor Changes
279
297
 
280
- - [#27824](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27824)
281
- [`db2e7822839`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2e7822839) - [ux]
282
- Added toggle for space selector in templates browser
298
+ - [#27824](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27824)
299
+ [`db2e7822839`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2e7822839) - [ux]
300
+ Added toggle for space selector in templates browser
283
301
 
284
302
  ## 1.6.3
285
303
 
286
304
  ### Patch Changes
287
305
 
288
- - [#28554](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28554)
289
- [`99ab0322881`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ab0322881) - [ux]
290
- Set default value of hasFooterLogo to true, so that when getting hasFooterLogo as undefined from
291
- JSM it still shows the footer container
306
+ - [#28554](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28554)
307
+ [`99ab0322881`](https://bitbucket.org/atlassian/atlassian-frontend/commits/99ab0322881) - [ux] Set
308
+ default value of hasFooterLogo to true, so that when getting hasFooterLogo as undefined from JSM
309
+ it still shows the footer container
292
310
 
293
311
  ## 1.6.2
294
312
 
295
313
  ### Patch Changes
296
314
 
297
- - [#28146](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28146)
298
- [`df6307e601e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6307e601e) - Revert
299
- "Powered by Confluence" footer display order change to fix a UI regression bug happening on
300
- Project Pages
315
+ - [#28146](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28146)
316
+ [`df6307e601e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df6307e601e) - Revert
317
+ "Powered by Confluence" footer display order change to fix a UI regression bug happening on
318
+ Project Pages
301
319
 
302
320
  ## 1.6.1
303
321
 
304
322
  ### Patch Changes
305
323
 
306
- - [#28137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28137)
307
- [`e7023873ce8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7023873ce8) - [ux]
308
- Fix to not overflow content outside Embedded page for parent products not using the default
309
- height set content feature.
324
+ - [#28137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28137)
325
+ [`e7023873ce8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7023873ce8) - [ux] Fix
326
+ to not overflow content outside Embedded page for parent products not using the default height set
327
+ content feature.
310
328
 
311
329
  ## 1.6.0
312
330
 
313
331
  ### Minor Changes
314
332
 
315
- - [#27508](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27508)
316
- [`5335d7264c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5335d7264c1) - This
317
- change introduces a hash property to the edit, view, and page component so that Embedded
318
- Confluence recognizes the appended anchor link parameter when linking to a selected portion of a
319
- Confluence page.
333
+ - [#27508](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27508)
334
+ [`5335d7264c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5335d7264c1) - This
335
+ change introduces a hash property to the edit, view, and page component so that Embedded
336
+ Confluence recognizes the appended anchor link parameter when linking to a selected portion of a
337
+ Confluence page.
320
338
 
321
339
  ## 1.5.1
322
340
 
323
341
  ### Patch Changes
324
342
 
325
- - [#27512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27512)
326
- [`eab6a3a2f4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab6a3a2f4d) -
327
- package size optimization
343
+ - [#27512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27512)
344
+ [`eab6a3a2f4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab6a3a2f4d) - package
345
+ size optimization
328
346
 
329
347
  ## 1.5.0
330
348
 
331
349
  ### Minor Changes
332
350
 
333
- - [#26967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26967)
334
- [`6b184b6ecdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b184b6ecdd) - State
335
- management for Storage access and Login flow for EP. This feature is gated by the login-dev-only
336
- allow feature
351
+ - [#26967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26967)
352
+ [`6b184b6ecdd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b184b6ecdd) - State
353
+ management for Storage access and Login flow for EP. This feature is gated by the login-dev-only
354
+ allow feature
337
355
 
338
356
  ## 1.4.1
339
357
 
340
358
  ### Patch Changes
341
359
 
342
- - [#27365](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27365)
343
- [`3387a13de43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3387a13de43) -
344
- removed typo from edit component
360
+ - [#27365](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27365)
361
+ [`3387a13de43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3387a13de43) - removed
362
+ typo from edit component
345
363
 
346
364
  ## 1.4.0
347
365
 
348
366
  ### Minor Changes
349
367
 
350
- - [#26470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26470)
351
- [`9e5a4003c80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e5a4003c80) - Update
352
- the error screen when embedded confluence iframe failed to load
368
+ - [#26470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26470)
369
+ [`9e5a4003c80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e5a4003c80) - Update
370
+ the error screen when embedded confluence iframe failed to load
353
371
 
354
372
  ## 1.3.4
355
373
 
356
374
  ### Patch Changes
357
375
 
358
- - [#26211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26211)
359
- [`0bd0e835ff7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bd0e835ff7) - Fix
360
- footer logo misalignment
376
+ - [#26211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26211)
377
+ [`0bd0e835ff7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bd0e835ff7) - Fix
378
+ footer logo misalignment
361
379
 
362
380
  ## 1.3.3
363
381
 
364
382
  ### Patch Changes
365
383
 
366
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
367
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
368
- Upgrade Typescript from `4.3.5` to `4.5.5`
384
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
385
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
386
+ Typescript from `4.3.5` to `4.5.5`
369
387
 
370
388
  ## 1.3.2
371
389
 
372
390
  ### Patch Changes
373
391
 
374
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
375
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
376
- Upgrade Typescript from `4.2.4` to `4.3.5`.
392
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
393
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
394
+ Typescript from `4.2.4` to `4.3.5`.
377
395
 
378
396
  ## 1.3.1
379
397
 
380
398
  ### Patch Changes
381
399
 
382
- - [#23940](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23940)
383
- [`c6d5f628b85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6d5f628b85) - Remove
384
- the temporary patch for fixing SSR issue caused by dasherized locale
400
+ - [#23940](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23940)
401
+ [`c6d5f628b85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6d5f628b85) - Remove
402
+ the temporary patch for fixing SSR issue caused by dasherized locale
385
403
 
386
404
  ## 1.3.0
387
405
 
388
406
  ### Minor Changes
389
407
 
390
- - [#22654](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22654)
391
- [`fef6f1ffea6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fef6f1ffea6) - Add
392
- 'template-browser' in the allowedFeatures, if included, the embedded confluence URL should
393
- contain query param `?inEditorTemplatesPanel=auto_closed`
408
+ - [#22654](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22654)
409
+ [`fef6f1ffea6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fef6f1ffea6) - Add
410
+ 'template-browser' in the allowedFeatures, if included, the embedded confluence URL should contain
411
+ query param `?inEditorTemplatesPanel=auto_closed`
394
412
 
395
413
  ## 1.2.1
396
414
 
397
415
  ### Patch Changes
398
416
 
399
- - [#22799](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22799)
400
- [`4a4c40be7b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a4c40be7b4) - Fix
401
- SSR (server-side rendering) stopped working with the dash in locale query param
417
+ - [#22799](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22799)
418
+ [`4a4c40be7b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a4c40be7b4) - Fix SSR
419
+ (server-side rendering) stopped working with the dash in locale query param
402
420
 
403
421
  ## 1.2.0
404
422
 
405
423
  ### Minor Changes
406
424
 
407
- - [#22414](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22414)
408
- [`bfe9ff99aea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfe9ff99aea) - Accept
409
- `locale` as an optional React prop for React components
425
+ - [#22414](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22414)
426
+ [`bfe9ff99aea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfe9ff99aea) - Accept
427
+ `locale` as an optional React prop for React components
410
428
 
411
429
  ## 1.1.0
412
430
 
413
431
  ### Minor Changes
414
432
 
415
- - [#21914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21914)
416
- [`163e573186e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/163e573186e) -
417
- Support localization based on locale info provided by parent product
433
+ - [#21914](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21914)
434
+ [`163e573186e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/163e573186e) - Support
435
+ localization based on locale info provided by parent product
418
436
 
419
437
  ## 1.0.1
420
438
 
421
439
  ### Patch Changes
422
440
 
423
- - [#20899](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20899)
424
- [`4d30d4a0b8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d30d4a0b8f) -
425
- Updating user documentation for @atlaskit/embedded-confluence
441
+ - [#20899](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20899)
442
+ [`4d30d4a0b8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d30d4a0b8f) - Updating
443
+ user documentation for @atlaskit/embedded-confluence
426
444
 
427
445
  ## 1.0.0
428
446
 
429
447
  ### Major Changes
430
448
 
431
- - [#21015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21015)
432
- [`eb3d79230ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb3d79230ea) - First
433
- release of Confluence Embeddable Pages package!
449
+ - [#21015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21015)
450
+ [`eb3d79230ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb3d79230ea) - First
451
+ release of Confluence Embeddable Pages package!
434
452
 
435
453
  ## 0.1.1
436
454
 
437
455
  ### Patch Changes
438
456
 
439
- - Updated dependencies
457
+ - Updated dependencies
440
458
 
441
459
  ## 0.1.0
442
460
 
443
461
  ### Minor Changes
444
462
 
445
- - [#20013](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20013)
446
- [`1e1848e5689`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e1848e5689) - [ux]
447
- Instrumented '@atlaskit/embedded-confluence' with the new theming package, `@atlaskit/tokens`.
463
+ - [#20013](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20013)
464
+ [`1e1848e5689`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e1848e5689) - [ux]
465
+ Instrumented '@atlaskit/embedded-confluence' with the new theming package, `@atlaskit/tokens`.
448
466
 
449
- New tokens will be visible only in applications configured to use the new Tokens API (currently
450
- in alpha). These changes are intended to be interoperable with the legacy theme implementation.
451
- Legacy dark mode users should expect no visual or breaking changes.
467
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
468
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
469
+ Legacy dark mode users should expect no visual or breaking changes.
452
470
 
453
471
  ## 0.0.9
454
472
 
455
473
  ### Patch Changes
456
474
 
457
- - [#19337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19337)
458
- [`884191bbb30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/884191bbb30) - Update
459
- Copyright 2022 Atlassian Pty Ltd
475
+ - [#19337](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19337)
476
+ [`884191bbb30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/884191bbb30) - Update
477
+ Copyright 2022 Atlassian Pty Ltd
460
478
 
461
479
  ## 0.0.8
462
480
 
463
481
  ### Patch Changes
464
482
 
465
- - [#17386](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17386)
466
- [`12c6ef62cb6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12c6ef62cb6) - Fix
467
- build/tsconfig.json to exclude examples folder in `src`.
483
+ - [#17386](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17386)
484
+ [`12c6ef62cb6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12c6ef62cb6) - Fix
485
+ build/tsconfig.json to exclude examples folder in `src`.
468
486
 
469
487
  ## 0.0.7
470
488
 
471
489
  ### Patch Changes
472
490
 
473
- - Updated dependencies
491
+ - Updated dependencies
474
492
 
475
493
  ## 0.0.6
476
494
 
477
495
  ### Patch Changes
478
496
 
479
- - [#13510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13510)
480
- [`63369507489`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63369507489) - Update
481
- build/tsconfig.json to exclude tests and examples.
497
+ - [#13510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13510)
498
+ [`63369507489`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63369507489) - Update
499
+ build/tsconfig.json to exclude tests and examples.
482
500
 
483
501
  ## 0.0.5
484
502
 
485
503
  ### Patch Changes
486
504
 
487
- - [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
488
- [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update
489
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
490
- - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update
491
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
492
- - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update
493
- package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
505
+ - [#13136](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13136)
506
+ [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update
507
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
508
+ - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update
509
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
510
+ - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update
511
+ package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
494
512
 
495
513
  ## 0.0.4
496
514
 
497
515
  ### Patch Changes
498
516
 
499
- - [#8306](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8306)
500
- [`229b32842b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/229b32842b5) - Fix
501
- .npmignore and tsconfig.json for **tests**
517
+ - [#8306](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8306)
518
+ [`229b32842b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/229b32842b5) - Fix
519
+ .npmignore and tsconfig.json for **tests**
502
520
 
503
521
  ## 0.0.3
504
522
 
505
523
  ### Patch Changes
506
524
 
507
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
508
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
509
- Transpile packages using babel rather than tsc
525
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
526
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
527
+ packages using babel rather than tsc
510
528
 
511
529
  ## 0.0.2
512
530
 
513
531
  ### Patch Changes
514
532
 
515
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
516
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
517
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
518
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
519
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
520
- `devDependencies` to denote version that the package was built with.
533
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
534
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
535
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
536
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
537
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
538
+ `devDependencies` to denote version that the package was built with.
521
539
 
522
540
  ## 0.0.1
523
541
 
524
542
  ### Patch Changes
525
543
 
526
- - [#4967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4967)
527
- [`b443b5a60f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b443b5a60f) - Renamed
528
- template package
544
+ - [#4967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4967)
545
+ [`b443b5a60f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b443b5a60f) - Renamed
546
+ template package