@atlaskit/embedded-confluence 2.16.1 → 2.16.3

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