@atlaskit/embedded-confluence 2.8.0 → 2.9.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 +50 -44
- package/dist/embedded-confluence-bundle.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,88 +1,94 @@
|
|
|
1
1
|
# @atlaskit/embedded-confluence
|
|
2
2
|
|
|
3
|
+
## 2.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
3
9
|
## 2.8.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
6
12
|
|
|
7
|
-
- [`3c942a33112`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c942a33112) - Bump embedded-confluence-common package to fix draftShareId not being passed
|
|
13
|
+
- [#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
|
|
8
14
|
|
|
9
15
|
## 2.7.0
|
|
10
16
|
|
|
11
17
|
### Minor Changes
|
|
12
18
|
|
|
13
|
-
- [`07104a824ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07104a824ce) - [ux] Add embedded whiteboard component
|
|
19
|
+
- [#40212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40212) [`07104a824ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07104a824ce) - [ux] Add embedded whiteboard component
|
|
14
20
|
|
|
15
21
|
## 2.6.0
|
|
16
22
|
|
|
17
23
|
### Minor Changes
|
|
18
24
|
|
|
19
|
-
- [`3617e1eeb67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3617e1eeb67) - Adding internal common content component
|
|
25
|
+
- [#39499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39499) [`3617e1eeb67`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3617e1eeb67) - Adding internal common content component
|
|
20
26
|
|
|
21
27
|
## 2.5.0
|
|
22
28
|
|
|
23
29
|
### Minor Changes
|
|
24
30
|
|
|
25
|
-
- [`c7347a5d92e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7347a5d92e) - [ux] Updated EP documentation to add new themeState prop
|
|
31
|
+
- [#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
|
|
26
32
|
|
|
27
33
|
## 2.4.1
|
|
28
34
|
|
|
29
35
|
### Patch Changes
|
|
30
36
|
|
|
31
|
-
- [`8039db91ff8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8039db91ff8) - [ux] Update footer url to Confluence homepage if Confluence page is not found
|
|
37
|
+
- [#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
|
|
32
38
|
|
|
33
39
|
## 2.4.0
|
|
34
40
|
|
|
35
41
|
### Minor Changes
|
|
36
42
|
|
|
37
|
-
- [`5cd96271a12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5cd96271a12) - Adding ability to disable the new Share button via allowedFeatures.
|
|
43
|
+
- [#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.
|
|
38
44
|
|
|
39
45
|
## 2.3.0
|
|
40
46
|
|
|
41
47
|
### Minor Changes
|
|
42
48
|
|
|
43
|
-
- [`ea29cc6a723`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea29cc6a723) - [ux] Add new themeState prop to EP components to enable theming
|
|
49
|
+
- [#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
|
|
44
50
|
|
|
45
51
|
## 2.2.3
|
|
46
52
|
|
|
47
53
|
### Patch Changes
|
|
48
54
|
|
|
49
|
-
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
|
|
55
|
+
- [#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
|
|
50
56
|
|
|
51
57
|
## 2.2.2
|
|
52
58
|
|
|
53
59
|
### Patch Changes
|
|
54
60
|
|
|
55
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
61
|
+
- [#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
|
|
56
62
|
|
|
57
63
|
## 2.2.1
|
|
58
64
|
|
|
59
65
|
### Patch Changes
|
|
60
66
|
|
|
61
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
67
|
+
- [#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`
|
|
62
68
|
|
|
63
69
|
## 2.2.0
|
|
64
70
|
|
|
65
71
|
### Minor Changes
|
|
66
72
|
|
|
67
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
73
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
68
74
|
|
|
69
75
|
## 2.1.0
|
|
70
76
|
|
|
71
77
|
### Minor Changes
|
|
72
78
|
|
|
73
|
-
- [`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.
|
|
79
|
+
- [#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.
|
|
74
80
|
|
|
75
81
|
## 2.0.1
|
|
76
82
|
|
|
77
83
|
### Patch Changes
|
|
78
84
|
|
|
79
|
-
- [`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)
|
|
85
|
+
- [#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)
|
|
80
86
|
|
|
81
87
|
## 2.0.0
|
|
82
88
|
|
|
83
89
|
### Major Changes
|
|
84
90
|
|
|
85
|
-
- [`2f6fdbc8560`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f6fdbc8560) - Login Flow for cross-domain parent products
|
|
91
|
+
- [#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
|
|
86
92
|
|
|
87
93
|
### Enabling the Login/Authentication flow for EP:
|
|
88
94
|
|
|
@@ -105,127 +111,127 @@
|
|
|
105
111
|
|
|
106
112
|
### Minor Changes
|
|
107
113
|
|
|
108
|
-
- [`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.
|
|
114
|
+
- [#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.
|
|
109
115
|
|
|
110
116
|
## 1.8.0
|
|
111
117
|
|
|
112
118
|
### Minor Changes
|
|
113
119
|
|
|
114
|
-
- [`418447c456d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/418447c456d) - [ux] Add new themeMode prop to EP components to enable theming
|
|
120
|
+
- [#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
|
|
115
121
|
|
|
116
122
|
## 1.7.0
|
|
117
123
|
|
|
118
124
|
### Minor Changes
|
|
119
125
|
|
|
120
|
-
- [`db2e7822839`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db2e7822839) - [ux] Added toggle for space selector in templates browser
|
|
126
|
+
- [#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
|
|
121
127
|
|
|
122
128
|
## 1.6.3
|
|
123
129
|
|
|
124
130
|
### Patch Changes
|
|
125
131
|
|
|
126
|
-
- [`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
|
|
132
|
+
- [#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
|
|
127
133
|
|
|
128
134
|
## 1.6.2
|
|
129
135
|
|
|
130
136
|
### Patch Changes
|
|
131
137
|
|
|
132
|
-
- [`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
|
|
138
|
+
- [#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
|
|
133
139
|
|
|
134
140
|
## 1.6.1
|
|
135
141
|
|
|
136
142
|
### Patch Changes
|
|
137
143
|
|
|
138
|
-
- [`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.
|
|
144
|
+
- [#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.
|
|
139
145
|
|
|
140
146
|
## 1.6.0
|
|
141
147
|
|
|
142
148
|
### Minor Changes
|
|
143
149
|
|
|
144
|
-
- [`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.
|
|
150
|
+
- [#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.
|
|
145
151
|
|
|
146
152
|
## 1.5.1
|
|
147
153
|
|
|
148
154
|
### Patch Changes
|
|
149
155
|
|
|
150
|
-
- [`eab6a3a2f4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab6a3a2f4d) - package size optimization
|
|
156
|
+
- [#27512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27512) [`eab6a3a2f4d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eab6a3a2f4d) - package size optimization
|
|
151
157
|
|
|
152
158
|
## 1.5.0
|
|
153
159
|
|
|
154
160
|
### Minor Changes
|
|
155
161
|
|
|
156
|
-
- [`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
|
|
162
|
+
- [#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
|
|
157
163
|
|
|
158
164
|
## 1.4.1
|
|
159
165
|
|
|
160
166
|
### Patch Changes
|
|
161
167
|
|
|
162
|
-
- [`3387a13de43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3387a13de43) - removed typo from edit component
|
|
168
|
+
- [#27365](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27365) [`3387a13de43`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3387a13de43) - removed typo from edit component
|
|
163
169
|
|
|
164
170
|
## 1.4.0
|
|
165
171
|
|
|
166
172
|
### Minor Changes
|
|
167
173
|
|
|
168
|
-
- [`9e5a4003c80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e5a4003c80) - Update the error screen when embedded confluence iframe failed to load
|
|
174
|
+
- [#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
|
|
169
175
|
|
|
170
176
|
## 1.3.4
|
|
171
177
|
|
|
172
178
|
### Patch Changes
|
|
173
179
|
|
|
174
|
-
- [`0bd0e835ff7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bd0e835ff7) - Fix footer logo misalignment
|
|
180
|
+
- [#26211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26211) [`0bd0e835ff7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0bd0e835ff7) - Fix footer logo misalignment
|
|
175
181
|
|
|
176
182
|
## 1.3.3
|
|
177
183
|
|
|
178
184
|
### Patch Changes
|
|
179
185
|
|
|
180
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
186
|
+
- [#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`
|
|
181
187
|
|
|
182
188
|
## 1.3.2
|
|
183
189
|
|
|
184
190
|
### Patch Changes
|
|
185
191
|
|
|
186
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
192
|
+
- [#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`.
|
|
187
193
|
|
|
188
194
|
## 1.3.1
|
|
189
195
|
|
|
190
196
|
### Patch Changes
|
|
191
197
|
|
|
192
|
-
- [`c6d5f628b85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6d5f628b85) - Remove the temporary patch for fixing SSR issue caused by dasherized locale
|
|
198
|
+
- [#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
|
|
193
199
|
|
|
194
200
|
## 1.3.0
|
|
195
201
|
|
|
196
202
|
### Minor Changes
|
|
197
203
|
|
|
198
|
-
- [`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`
|
|
204
|
+
- [#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`
|
|
199
205
|
|
|
200
206
|
## 1.2.1
|
|
201
207
|
|
|
202
208
|
### Patch Changes
|
|
203
209
|
|
|
204
|
-
- [`4a4c40be7b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a4c40be7b4) - Fix SSR (server-side rendering) stopped working with the dash in locale query param
|
|
210
|
+
- [#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
|
|
205
211
|
|
|
206
212
|
## 1.2.0
|
|
207
213
|
|
|
208
214
|
### Minor Changes
|
|
209
215
|
|
|
210
|
-
- [`bfe9ff99aea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfe9ff99aea) - Accept `locale` as an optional React prop for React components
|
|
216
|
+
- [#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
|
|
211
217
|
|
|
212
218
|
## 1.1.0
|
|
213
219
|
|
|
214
220
|
### Minor Changes
|
|
215
221
|
|
|
216
|
-
- [`163e573186e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/163e573186e) - Support localization based on locale info provided by parent product
|
|
222
|
+
- [#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
|
|
217
223
|
|
|
218
224
|
## 1.0.1
|
|
219
225
|
|
|
220
226
|
### Patch Changes
|
|
221
227
|
|
|
222
|
-
- [`4d30d4a0b8f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d30d4a0b8f) - Updating user documentation for @atlaskit/embedded-confluence
|
|
228
|
+
- [#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
|
|
223
229
|
|
|
224
230
|
## 1.0.0
|
|
225
231
|
|
|
226
232
|
### Major Changes
|
|
227
233
|
|
|
228
|
-
- [`eb3d79230ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb3d79230ea) - First release of Confluence Embeddable Pages package!
|
|
234
|
+
- [#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!
|
|
229
235
|
|
|
230
236
|
## 0.1.1
|
|
231
237
|
|
|
@@ -237,7 +243,7 @@
|
|
|
237
243
|
|
|
238
244
|
### Minor Changes
|
|
239
245
|
|
|
240
|
-
- [`1e1848e5689`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1e1848e5689) - [ux] Instrumented '@atlaskit/embedded-confluence' with the new theming package, `@atlaskit/tokens`.
|
|
246
|
+
- [#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`.
|
|
241
247
|
|
|
242
248
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
243
249
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
@@ -246,13 +252,13 @@
|
|
|
246
252
|
|
|
247
253
|
### Patch Changes
|
|
248
254
|
|
|
249
|
-
- [`884191bbb30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/884191bbb30) - Update Copyright 2022 Atlassian Pty Ltd
|
|
255
|
+
- [#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
|
|
250
256
|
|
|
251
257
|
## 0.0.8
|
|
252
258
|
|
|
253
259
|
### Patch Changes
|
|
254
260
|
|
|
255
|
-
- [`12c6ef62cb6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12c6ef62cb6) - Fix build/tsconfig.json to exclude examples folder in `src`.
|
|
261
|
+
- [#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`.
|
|
256
262
|
|
|
257
263
|
## 0.0.7
|
|
258
264
|
|
|
@@ -264,13 +270,13 @@
|
|
|
264
270
|
|
|
265
271
|
### Patch Changes
|
|
266
272
|
|
|
267
|
-
- [`63369507489`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63369507489) - Update build/tsconfig.json to exclude tests and examples.
|
|
273
|
+
- [#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.
|
|
268
274
|
|
|
269
275
|
## 0.0.5
|
|
270
276
|
|
|
271
277
|
### Patch Changes
|
|
272
278
|
|
|
273
|
-
- [`524b20aff9a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/524b20aff9a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
279
|
+
- [#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
|
|
274
280
|
- [`3c0349f272a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c0349f272a) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
275
281
|
- [`591d34f966f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/591d34f966f) - Update package.jsons to remove unused dependencies. Also excludes tests from some build tsconfigs
|
|
276
282
|
|
|
@@ -278,19 +284,19 @@
|
|
|
278
284
|
|
|
279
285
|
### Patch Changes
|
|
280
286
|
|
|
281
|
-
- [`229b32842b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/229b32842b5) - Fix .npmignore and tsconfig.json for **tests**
|
|
287
|
+
- [#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**
|
|
282
288
|
|
|
283
289
|
## 0.0.3
|
|
284
290
|
|
|
285
291
|
### Patch Changes
|
|
286
292
|
|
|
287
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
293
|
+
- [#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
|
|
288
294
|
|
|
289
295
|
## 0.0.2
|
|
290
296
|
|
|
291
297
|
### Patch Changes
|
|
292
298
|
|
|
293
|
-
- [`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.
|
|
299
|
+
- [#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.
|
|
294
300
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
295
301
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
296
302
|
|
|
@@ -298,4 +304,4 @@
|
|
|
298
304
|
|
|
299
305
|
### Patch Changes
|
|
300
306
|
|
|
301
|
-
- [`b443b5a60f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b443b5a60f) - Renamed template package
|
|
307
|
+
- [#4967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4967) [`b443b5a60f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b443b5a60f) - Renamed template package
|