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