@atlaskit/embedded-confluence 2.16.1 → 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.
- package/CHANGELOG.md +226 -71
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-cs.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-da.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-de.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-en.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-en_GB.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-es.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-fi.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-fr.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-hu.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-it.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ja.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ko.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-nb.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-nl.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-pl.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-pt_BR.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-ru.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-sv.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-th.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-tr.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-uk.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-vi.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-zh.js +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-common-i18n-zh_TW.js +1 -1
- package/dist/embedded-confluence-bundle.js +2 -2
- package/dist/types/edit-page/index.d.ts +1 -1
- package/dist/types/page/index.d.ts +1 -1
- package/dist/types/view-page/index.d.ts +1 -1
- package/dist/types-ts4.5/edit-page/index.d.ts +1 -1
- package/dist/types-ts4.5/page/index.d.ts +1 -1
- package/dist/types-ts4.5/view-page/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/@atlaskit-internal_embedded-confluence-public-i18n-en.js +0 -1
- package/dist/@atlaskit-internal_embedded-confluence-public-i18n-en_GB.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,373 +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
|
+
|
|
3
12
|
## 2.16.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
6
15
|
|
|
7
|
-
-
|
|
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
|
|
8
19
|
|
|
9
20
|
## 2.16.0
|
|
10
21
|
|
|
11
22
|
### Minor Changes
|
|
12
23
|
|
|
13
|
-
-
|
|
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.
|
|
14
28
|
|
|
15
29
|
## 2.15.2
|
|
16
30
|
|
|
17
31
|
### Patch Changes
|
|
18
32
|
|
|
19
|
-
-
|
|
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`
|
|
20
36
|
|
|
21
37
|
## 2.15.1
|
|
22
38
|
|
|
23
39
|
### Patch Changes
|
|
24
40
|
|
|
25
|
-
-
|
|
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`
|
|
26
44
|
|
|
27
45
|
## 2.15.0
|
|
28
46
|
|
|
29
47
|
### Minor Changes
|
|
30
48
|
|
|
31
|
-
-
|
|
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.
|
|
32
53
|
|
|
33
54
|
## 2.14.0
|
|
34
55
|
|
|
35
56
|
### Minor Changes
|
|
36
57
|
|
|
37
|
-
-
|
|
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
|
|
38
61
|
|
|
39
62
|
## 2.13.0
|
|
40
63
|
|
|
41
64
|
### Minor Changes
|
|
42
65
|
|
|
43
|
-
-
|
|
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
|
|
44
69
|
|
|
45
70
|
## 2.12.1
|
|
46
71
|
|
|
47
72
|
### Patch Changes
|
|
48
73
|
|
|
49
|
-
-
|
|
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
|
|
50
77
|
|
|
51
78
|
## 2.12.0
|
|
52
79
|
|
|
53
80
|
### Minor Changes
|
|
54
81
|
|
|
55
|
-
-
|
|
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
|
|
56
85
|
|
|
57
86
|
## 2.11.0
|
|
58
87
|
|
|
59
88
|
### Minor Changes
|
|
60
89
|
|
|
61
|
-
-
|
|
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
|
|
62
93
|
|
|
63
94
|
## 2.10.0
|
|
64
95
|
|
|
65
96
|
### Minor Changes
|
|
66
97
|
|
|
67
|
-
-
|
|
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
|
|
68
101
|
|
|
69
102
|
## 2.9.0
|
|
70
103
|
|
|
71
104
|
### Minor Changes
|
|
72
105
|
|
|
73
|
-
-
|
|
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
|
|
74
111
|
|
|
75
112
|
## 2.8.0
|
|
76
113
|
|
|
77
114
|
### Minor Changes
|
|
78
115
|
|
|
79
|
-
-
|
|
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
|
|
80
119
|
|
|
81
120
|
## 2.7.0
|
|
82
121
|
|
|
83
122
|
### Minor Changes
|
|
84
123
|
|
|
85
|
-
-
|
|
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
|
|
86
127
|
|
|
87
128
|
## 2.6.0
|
|
88
129
|
|
|
89
130
|
### Minor Changes
|
|
90
131
|
|
|
91
|
-
-
|
|
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
|
|
92
135
|
|
|
93
136
|
## 2.5.0
|
|
94
137
|
|
|
95
138
|
### Minor Changes
|
|
96
139
|
|
|
97
|
-
-
|
|
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
|
|
98
143
|
|
|
99
144
|
## 2.4.1
|
|
100
145
|
|
|
101
146
|
### Patch Changes
|
|
102
147
|
|
|
103
|
-
-
|
|
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
|
|
104
151
|
|
|
105
152
|
## 2.4.0
|
|
106
153
|
|
|
107
154
|
### Minor Changes
|
|
108
155
|
|
|
109
|
-
-
|
|
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.
|
|
110
159
|
|
|
111
160
|
## 2.3.0
|
|
112
161
|
|
|
113
162
|
### Minor Changes
|
|
114
163
|
|
|
115
|
-
-
|
|
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
|
|
116
167
|
|
|
117
168
|
## 2.2.3
|
|
118
169
|
|
|
119
170
|
### Patch Changes
|
|
120
171
|
|
|
121
|
-
-
|
|
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
|
|
122
175
|
|
|
123
176
|
## 2.2.2
|
|
124
177
|
|
|
125
178
|
### Patch Changes
|
|
126
179
|
|
|
127
|
-
-
|
|
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
|
|
128
183
|
|
|
129
184
|
## 2.2.1
|
|
130
185
|
|
|
131
186
|
### Patch Changes
|
|
132
187
|
|
|
133
|
-
-
|
|
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`
|
|
134
191
|
|
|
135
192
|
## 2.2.0
|
|
136
193
|
|
|
137
194
|
### Minor Changes
|
|
138
195
|
|
|
139
|
-
-
|
|
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
|
|
140
199
|
|
|
141
200
|
## 2.1.0
|
|
142
201
|
|
|
143
202
|
### Minor Changes
|
|
144
203
|
|
|
145
|
-
-
|
|
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.
|
|
146
208
|
|
|
147
209
|
## 2.0.1
|
|
148
210
|
|
|
149
211
|
### Patch Changes
|
|
150
212
|
|
|
151
|
-
-
|
|
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)
|
|
152
217
|
|
|
153
218
|
## 2.0.0
|
|
154
219
|
|
|
155
220
|
### Major Changes
|
|
156
221
|
|
|
157
|
-
-
|
|
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
|
|
158
225
|
|
|
159
226
|
### Enabling the Login/Authentication flow for EP:
|
|
160
227
|
|
|
161
228
|
1. **What's changed:**
|
|
162
229
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
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.
|
|
166
239
|
|
|
167
240
|
2. **Why it's changed:**
|
|
168
241
|
|
|
169
|
-
|
|
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).
|
|
170
246
|
|
|
171
247
|
3. **Upgrade guide:**
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
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).
|
|
175
258
|
|
|
176
259
|
## 1.9.0
|
|
177
260
|
|
|
178
261
|
### Minor Changes
|
|
179
262
|
|
|
180
|
-
-
|
|
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.
|
|
181
267
|
|
|
182
268
|
## 1.8.0
|
|
183
269
|
|
|
184
270
|
### Minor Changes
|
|
185
271
|
|
|
186
|
-
-
|
|
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
|
|
187
275
|
|
|
188
276
|
## 1.7.0
|
|
189
277
|
|
|
190
278
|
### Minor Changes
|
|
191
279
|
|
|
192
|
-
-
|
|
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
|
|
193
283
|
|
|
194
284
|
## 1.6.3
|
|
195
285
|
|
|
196
286
|
### Patch Changes
|
|
197
287
|
|
|
198
|
-
-
|
|
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
|
|
199
292
|
|
|
200
293
|
## 1.6.2
|
|
201
294
|
|
|
202
295
|
### Patch Changes
|
|
203
296
|
|
|
204
|
-
-
|
|
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
|
|
205
301
|
|
|
206
302
|
## 1.6.1
|
|
207
303
|
|
|
208
304
|
### Patch Changes
|
|
209
305
|
|
|
210
|
-
-
|
|
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.
|
|
211
310
|
|
|
212
311
|
## 1.6.0
|
|
213
312
|
|
|
214
313
|
### Minor Changes
|
|
215
314
|
|
|
216
|
-
-
|
|
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.
|
|
217
320
|
|
|
218
321
|
## 1.5.1
|
|
219
322
|
|
|
220
323
|
### Patch Changes
|
|
221
324
|
|
|
222
|
-
-
|
|
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
|
|
223
328
|
|
|
224
329
|
## 1.5.0
|
|
225
330
|
|
|
226
331
|
### Minor Changes
|
|
227
332
|
|
|
228
|
-
-
|
|
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
|
|
229
337
|
|
|
230
338
|
## 1.4.1
|
|
231
339
|
|
|
232
340
|
### Patch Changes
|
|
233
341
|
|
|
234
|
-
-
|
|
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
|
|
235
345
|
|
|
236
346
|
## 1.4.0
|
|
237
347
|
|
|
238
348
|
### Minor Changes
|
|
239
349
|
|
|
240
|
-
-
|
|
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
|
|
241
353
|
|
|
242
354
|
## 1.3.4
|
|
243
355
|
|
|
244
356
|
### Patch Changes
|
|
245
357
|
|
|
246
|
-
-
|
|
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
|
|
247
361
|
|
|
248
362
|
## 1.3.3
|
|
249
363
|
|
|
250
364
|
### Patch Changes
|
|
251
365
|
|
|
252
|
-
-
|
|
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`
|
|
253
369
|
|
|
254
370
|
## 1.3.2
|
|
255
371
|
|
|
256
372
|
### Patch Changes
|
|
257
373
|
|
|
258
|
-
-
|
|
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`.
|
|
259
377
|
|
|
260
378
|
## 1.3.1
|
|
261
379
|
|
|
262
380
|
### Patch Changes
|
|
263
381
|
|
|
264
|
-
-
|
|
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
|
|
265
385
|
|
|
266
386
|
## 1.3.0
|
|
267
387
|
|
|
268
388
|
### Minor Changes
|
|
269
389
|
|
|
270
|
-
-
|
|
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`
|
|
271
394
|
|
|
272
395
|
## 1.2.1
|
|
273
396
|
|
|
274
397
|
### Patch Changes
|
|
275
398
|
|
|
276
|
-
-
|
|
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
|
|
277
402
|
|
|
278
403
|
## 1.2.0
|
|
279
404
|
|
|
280
405
|
### Minor Changes
|
|
281
406
|
|
|
282
|
-
-
|
|
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
|
|
283
410
|
|
|
284
411
|
## 1.1.0
|
|
285
412
|
|
|
286
413
|
### Minor Changes
|
|
287
414
|
|
|
288
|
-
-
|
|
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
|
|
289
418
|
|
|
290
419
|
## 1.0.1
|
|
291
420
|
|
|
292
421
|
### Patch Changes
|
|
293
422
|
|
|
294
|
-
-
|
|
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
|
|
295
426
|
|
|
296
427
|
## 1.0.0
|
|
297
428
|
|
|
298
429
|
### Major Changes
|
|
299
430
|
|
|
300
|
-
-
|
|
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!
|
|
301
434
|
|
|
302
435
|
## 0.1.1
|
|
303
436
|
|
|
304
437
|
### Patch Changes
|
|
305
438
|
|
|
306
|
-
-
|
|
439
|
+
- Updated dependencies
|
|
307
440
|
|
|
308
441
|
## 0.1.0
|
|
309
442
|
|
|
310
443
|
### Minor Changes
|
|
311
444
|
|
|
312
|
-
-
|
|
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`.
|
|
313
448
|
|
|
314
|
-
|
|
315
|
-
|
|
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.
|
|
316
452
|
|
|
317
453
|
## 0.0.9
|
|
318
454
|
|
|
319
455
|
### Patch Changes
|
|
320
456
|
|
|
321
|
-
-
|
|
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
|
|
322
460
|
|
|
323
461
|
## 0.0.8
|
|
324
462
|
|
|
325
463
|
### Patch Changes
|
|
326
464
|
|
|
327
|
-
-
|
|
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`.
|
|
328
468
|
|
|
329
469
|
## 0.0.7
|
|
330
470
|
|
|
331
471
|
### Patch Changes
|
|
332
472
|
|
|
333
|
-
-
|
|
473
|
+
- Updated dependencies
|
|
334
474
|
|
|
335
475
|
## 0.0.6
|
|
336
476
|
|
|
337
477
|
### Patch Changes
|
|
338
478
|
|
|
339
|
-
-
|
|
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.
|
|
340
482
|
|
|
341
483
|
## 0.0.5
|
|
342
484
|
|
|
343
485
|
### Patch Changes
|
|
344
486
|
|
|
345
|
-
-
|
|
346
|
-
|
|
347
|
-
|
|
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
|
|
348
494
|
|
|
349
495
|
## 0.0.4
|
|
350
496
|
|
|
351
497
|
### Patch Changes
|
|
352
498
|
|
|
353
|
-
-
|
|
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**
|
|
354
502
|
|
|
355
503
|
## 0.0.3
|
|
356
504
|
|
|
357
505
|
### Patch Changes
|
|
358
506
|
|
|
359
|
-
-
|
|
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
|
|
360
510
|
|
|
361
511
|
## 0.0.2
|
|
362
512
|
|
|
363
513
|
### Patch Changes
|
|
364
514
|
|
|
365
|
-
-
|
|
366
|
-
|
|
367
|
-
|
|
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.
|
|
368
521
|
|
|
369
522
|
## 0.0.1
|
|
370
523
|
|
|
371
524
|
### Patch Changes
|
|
372
525
|
|
|
373
|
-
-
|
|
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],{
|
|
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ů"}}}]);
|