@atlaskit/embedded-confluence 2.16.0 → 2.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/CHANGELOG.md +231 -70
  2. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-cs.js +1 -1
  3. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-da.js +1 -1
  4. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-de.js +1 -1
  5. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-en.js +1 -1
  6. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-en_GB.js +1 -1
  7. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-es.js +1 -1
  8. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-fi.js +1 -1
  9. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-fr.js +1 -1
  10. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-hu.js +1 -1
  11. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-it.js +1 -1
  12. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ja.js +1 -1
  13. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ko.js +1 -1
  14. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-nb.js +1 -1
  15. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-nl.js +1 -1
  16. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-pl.js +1 -1
  17. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-pt_BR.js +1 -1
  18. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ru.js +1 -1
  19. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-sv.js +1 -1
  20. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-th.js +1 -1
  21. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-tr.js +1 -1
  22. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-uk.js +1 -1
  23. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-vi.js +1 -1
  24. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-zh.js +1 -1
  25. package/dist/@atlaskit-internal_embedded-confluence-common-i18n-zh_TW.js +1 -1
  26. package/dist/embedded-confluence-bundle.js +2 -2
  27. package/dist/types/edit-page/index.d.ts +1 -1
  28. package/dist/types/page/index.d.ts +1 -1
  29. package/dist/types/view-page/index.d.ts +1 -1
  30. package/dist/types-ts4.5/edit-page/index.d.ts +1 -1
  31. package/dist/types-ts4.5/page/index.d.ts +1 -1
  32. package/dist/types-ts4.5/view-page/index.d.ts +1 -1
  33. package/package.json +1 -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,367 +1,528 @@
1
1
  # @atlaskit/embedded-confluence
2
2
 
3
+ ## 2.16.2
4
+
5
+ ### Patch Changes
6
+
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.
11
+
12
+ ## 2.16.1
13
+
14
+ ### Patch Changes
15
+
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
19
+
3
20
  ## 2.16.0
4
21
 
5
22
  ### Minor Changes
6
23
 
7
- - [#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.
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.
8
28
 
9
29
  ## 2.15.2
10
30
 
11
31
  ### Patch Changes
12
32
 
13
- - [#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`
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`
14
36
 
15
37
  ## 2.15.1
16
38
 
17
39
  ### Patch Changes
18
40
 
19
- - [#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`
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`
20
44
 
21
45
  ## 2.15.0
22
46
 
23
47
  ### Minor Changes
24
48
 
25
- - [#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.
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.
26
53
 
27
54
  ## 2.14.0
28
55
 
29
56
  ### Minor Changes
30
57
 
31
- - [#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
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
32
61
 
33
62
  ## 2.13.0
34
63
 
35
64
  ### Minor Changes
36
65
 
37
- - [#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
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
38
69
 
39
70
  ## 2.12.1
40
71
 
41
72
  ### Patch Changes
42
73
 
43
- - [#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
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
44
77
 
45
78
  ## 2.12.0
46
79
 
47
80
  ### Minor Changes
48
81
 
49
- - [#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
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
50
85
 
51
86
  ## 2.11.0
52
87
 
53
88
  ### Minor Changes
54
89
 
55
- - [#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
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
56
93
 
57
94
  ## 2.10.0
58
95
 
59
96
  ### Minor Changes
60
97
 
61
- - [#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
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
62
101
 
63
102
  ## 2.9.0
64
103
 
65
104
  ### Minor Changes
66
105
 
67
- - [#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
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
68
111
 
69
112
  ## 2.8.0
70
113
 
71
114
  ### Minor Changes
72
115
 
73
- - [#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
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
74
119
 
75
120
  ## 2.7.0
76
121
 
77
122
  ### Minor Changes
78
123
 
79
- - [#40212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40212) [`07104a824ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07104a824ce) - [ux] Add embedded whiteboard component
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
80
127
 
81
128
  ## 2.6.0
82
129
 
83
130
  ### Minor Changes
84
131
 
85
- - [#39499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39499) [`3617e1eeb67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3617e1eeb67) - Adding internal common content component
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
86
135
 
87
136
  ## 2.5.0
88
137
 
89
138
  ### Minor Changes
90
139
 
91
- - [#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
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
92
143
 
93
144
  ## 2.4.1
94
145
 
95
146
  ### Patch Changes
96
147
 
97
- - [#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
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
98
151
 
99
152
  ## 2.4.0
100
153
 
101
154
  ### Minor Changes
102
155
 
103
- - [#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.
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.
104
159
 
105
160
  ## 2.3.0
106
161
 
107
162
  ### Minor Changes
108
163
 
109
- - [#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
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
110
167
 
111
168
  ## 2.2.3
112
169
 
113
170
  ### Patch Changes
114
171
 
115
- - [#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
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
116
175
 
117
176
  ## 2.2.2
118
177
 
119
178
  ### Patch Changes
120
179
 
121
- - [#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
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
122
183
 
123
184
  ## 2.2.1
124
185
 
125
186
  ### Patch Changes
126
187
 
127
- - [#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`
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`
128
191
 
129
192
  ## 2.2.0
130
193
 
131
194
  ### Minor Changes
132
195
 
133
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
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
134
199
 
135
200
  ## 2.1.0
136
201
 
137
202
  ### Minor Changes
138
203
 
139
- - [#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.
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.
140
208
 
141
209
  ## 2.0.1
142
210
 
143
211
  ### Patch Changes
144
212
 
145
- - [#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)
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)
146
217
 
147
218
  ## 2.0.0
148
219
 
149
220
  ### Major Changes
150
221
 
151
- - [#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
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
152
225
 
153
226
  ### Enabling the Login/Authentication flow for EP:
154
227
 
155
228
  1. **What's changed:**
156
229
 
157
- - Embedded Pages now allow users to authenticate within it and also request for its first-party storage.
158
- - 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)).
159
- - 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.
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.
160
239
 
161
240
  2. **Why it's changed:**
162
241
 
163
- - 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).
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).
164
246
 
165
247
  3. **Upgrade guide:**
166
- - 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.
167
- - No upgrade changes required for partner products that have not subscribed to `"Unable to display page content"` `taskAbort`.
168
- - 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).
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).
169
258
 
170
259
  ## 1.9.0
171
260
 
172
261
  ### Minor Changes
173
262
 
174
- - [#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.
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.
175
267
 
176
268
  ## 1.8.0
177
269
 
178
270
  ### Minor Changes
179
271
 
180
- - [#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
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
181
275
 
182
276
  ## 1.7.0
183
277
 
184
278
  ### Minor Changes
185
279
 
186
- - [#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
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
187
283
 
188
284
  ## 1.6.3
189
285
 
190
286
  ### Patch Changes
191
287
 
192
- - [#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
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
193
292
 
194
293
  ## 1.6.2
195
294
 
196
295
  ### Patch Changes
197
296
 
198
- - [#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
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
199
301
 
200
302
  ## 1.6.1
201
303
 
202
304
  ### Patch Changes
203
305
 
204
- - [#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.
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.
205
310
 
206
311
  ## 1.6.0
207
312
 
208
313
  ### Minor Changes
209
314
 
210
- - [#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.
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.
211
320
 
212
321
  ## 1.5.1
213
322
 
214
323
  ### Patch Changes
215
324
 
216
- - [#27512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27512) [`eab6a3a2f4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab6a3a2f4d) - package size optimization
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
217
328
 
218
329
  ## 1.5.0
219
330
 
220
331
  ### Minor Changes
221
332
 
222
- - [#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
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
223
337
 
224
338
  ## 1.4.1
225
339
 
226
340
  ### Patch Changes
227
341
 
228
- - [#27365](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27365) [`3387a13de43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3387a13de43) - removed typo from edit component
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
229
345
 
230
346
  ## 1.4.0
231
347
 
232
348
  ### Minor Changes
233
349
 
234
- - [#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
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
235
353
 
236
354
  ## 1.3.4
237
355
 
238
356
  ### Patch Changes
239
357
 
240
- - [#26211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26211) [`0bd0e835ff7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bd0e835ff7) - Fix footer logo misalignment
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
241
361
 
242
362
  ## 1.3.3
243
363
 
244
364
  ### Patch Changes
245
365
 
246
- - [#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`
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`
247
369
 
248
370
  ## 1.3.2
249
371
 
250
372
  ### Patch Changes
251
373
 
252
- - [#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`.
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`.
253
377
 
254
378
  ## 1.3.1
255
379
 
256
380
  ### Patch Changes
257
381
 
258
- - [#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
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
259
385
 
260
386
  ## 1.3.0
261
387
 
262
388
  ### Minor Changes
263
389
 
264
- - [#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`
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`
265
394
 
266
395
  ## 1.2.1
267
396
 
268
397
  ### Patch Changes
269
398
 
270
- - [#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
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
271
402
 
272
403
  ## 1.2.0
273
404
 
274
405
  ### Minor Changes
275
406
 
276
- - [#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
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
277
410
 
278
411
  ## 1.1.0
279
412
 
280
413
  ### Minor Changes
281
414
 
282
- - [#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
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
283
418
 
284
419
  ## 1.0.1
285
420
 
286
421
  ### Patch Changes
287
422
 
288
- - [#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
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
289
426
 
290
427
  ## 1.0.0
291
428
 
292
429
  ### Major Changes
293
430
 
294
- - [#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!
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!
295
434
 
296
435
  ## 0.1.1
297
436
 
298
437
  ### Patch Changes
299
438
 
300
- - Updated dependencies
439
+ - Updated dependencies
301
440
 
302
441
  ## 0.1.0
303
442
 
304
443
  ### Minor Changes
305
444
 
306
- - [#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`.
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`.
307
448
 
308
- New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
309
- These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
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.
310
452
 
311
453
  ## 0.0.9
312
454
 
313
455
  ### Patch Changes
314
456
 
315
- - [#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
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
316
460
 
317
461
  ## 0.0.8
318
462
 
319
463
  ### Patch Changes
320
464
 
321
- - [#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`.
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`.
322
468
 
323
469
  ## 0.0.7
324
470
 
325
471
  ### Patch Changes
326
472
 
327
- - Updated dependencies
473
+ - Updated dependencies
328
474
 
329
475
  ## 0.0.6
330
476
 
331
477
  ### Patch Changes
332
478
 
333
- - [#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.
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.
334
482
 
335
483
  ## 0.0.5
336
484
 
337
485
  ### Patch Changes
338
486
 
339
- - [#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
340
- - [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
341
- - [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
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
342
494
 
343
495
  ## 0.0.4
344
496
 
345
497
  ### Patch Changes
346
498
 
347
- - [#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**
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**
348
502
 
349
503
  ## 0.0.3
350
504
 
351
505
  ### Patch Changes
352
506
 
353
- - [#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
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
354
510
 
355
511
  ## 0.0.2
356
512
 
357
513
  ### Patch Changes
358
514
 
359
- - [#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.
360
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
361
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
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.
362
521
 
363
522
  ## 0.0.1
364
523
 
365
524
  ### Patch Changes
366
525
 
367
- - [#4967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4967) [`b443b5a60f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b443b5a60f) - Renamed template package
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
@@ -1 +1 @@
1
- (window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[0],{92:function(e,n,o){"use strict";o.r(n),n.default={"embedded-confluence-common.src.content.empty-state-description":"Hledali jsme všude, ale tato položka neexistuje. Mohla být odstraněna. Pokud ovšem nemáte překlep v adrese URL.","embedded-confluence-common.src.content.empty-state-header":"Nemůžeme najít, co hledáte","embedded.confluence.already-logged-in-paragraph":"Jste již přihlášeni? Zkuste obnovit stránku.","embedded.confluence.footer.hover.text":"Zobrazit v Confluence","embedded.confluence.footer.prefix":"Používá technologii","embedded.confluence.generic-error-page.login-to-confluence-button":"Přihlaste se do Confluence","embedded.confluence.login-page.login-button":"Přihlásit se do Confluence","embedded.confluence.login-page.login-button.aria-label":"Tlačítko přihlášení","embedded.confluence.login-page.login-text":"Chcete-li zobrazit tuto stránku, musíte být přihlášeni.","embedded.confluence.login-page.refresh-page-banner":"Po přihlášení by se tato stránka měla automaticky obnovit. Pokud ne, můžete ji obnovit kliknutím zde.","embedded.confluence.login-page.refresh-page-banner-refresh-link":"Obnovit stránku","embedded.confluence.need-to-log-in-paragraph":"Chcete-li zobrazit tuto stránku, musíte být přihlášeni.","embedded.confluence.still-having-trouble-paragraph":"Pořád máte potíže? Ujistěte se, že jsou povoleny soubory cookies třetích stran, nebo {link}","embedded.confluence.troubleshooting-link-text":"se podívejte se do průvodce řešením problémů.","embedded.confluence.troubleshooting-link.aria-label":"odkaz na průvodce řešením problémů"}}}]);
1
+ (window.webpackJsonpEmbeddedConfluence=window.webpackJsonpEmbeddedConfluence||[]).push([[0],{116:function(e,n,o){"use strict";o.r(n),n.default={"embedded-confluence-common.src.content.empty-state-description":"Hledali jsme všude, ale tato položka neexistuje. Mohla být odstraněna. Pokud ovšem nemáte překlep v adrese URL.","embedded-confluence-common.src.content.empty-state-header":"Nemůžeme najít, co hledáte","embedded.confluence.already-logged-in-paragraph":"Jste již přihlášeni? Zkuste obnovit stránku.","embedded.confluence.footer.hover.text":"Zobrazit v Confluence","embedded.confluence.footer.prefix":"Používá technologii","embedded.confluence.generic-error-page.login-to-confluence-button":"Přihlaste se do Confluence","embedded.confluence.login-page.login-button":"Přihlásit se do Confluence","embedded.confluence.login-page.login-button.aria-label":"Tlačítko přihlášení","embedded.confluence.login-page.login-text":"Chcete-li zobrazit tuto stránku, musíte být přihlášeni.","embedded.confluence.login-page.refresh-page-banner":"Po přihlášení by se tato stránka měla automaticky obnovit. Pokud ne, můžete ji obnovit kliknutím zde.","embedded.confluence.login-page.refresh-page-banner-refresh-link":"Obnovit stránku","embedded.confluence.need-to-log-in-paragraph":"Chcete-li zobrazit tuto stránku, musíte být přihlášeni.","embedded.confluence.still-having-trouble-paragraph":"Pořád máte potíže? Ujistěte se, že jsou povoleny soubory cookies třetích stran, nebo {link}","embedded.confluence.troubleshooting-link-text":"se podívejte se do průvodce řešením problémů.","embedded.confluence.troubleshooting-link.aria-label":"odkaz na průvodce řešením problémů"}}}]);