@atlaskit/embedded-confluence 3.0.1 → 4.0.1

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 CHANGED
@@ -1,5 +1,49 @@
1
1
  # @atlaskit/embedded-confluence
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#153504](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153504)
8
+ [`bdc3a1f957274`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bdc3a1f957274) -
9
+ [ux] Update styling from ErrorScreen component to match LoginPage component
10
+
11
+ ## 4.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [#147926](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/147926)
16
+ [`4c5a404f45416`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c5a404f45416) - 1.
17
+ This upgrade migrates css styles from using `@emotion/react` to use `@compiled/react`.
18
+
19
+ 2. In addition to some dependency changes, **the embedded `ViewPage` and `Page` components will no
20
+ longer accept the `className` prop because of the interference it causes with SSR.**
21
+
22
+ 3. As an alternative, styles should be applied to a wrapping container placed around the
23
+ `ViewPage` component.
24
+
25
+ **NOTE:** Some bundlers may not support `.css` files inside `node_modules/` out-of-the-box like
26
+ the ones that Compiled generates. Please follow the guide below depending on the bundler your app
27
+ uses:
28
+
29
+ 1. If your app relies on **Webpack**, then you need to add `style-loader` and `css-loader` to your
30
+ `webpack.config.js`. (More info on [CSS Loader](https://webpack.js.org/loaders/css-loader/)).
31
+
32
+ - (OPTIONAL) Consider adding `@compiled/webpack-loader` to your Webpack configuration, so that
33
+ the `.css` files from Compiled CSS-in-JS are merged into a single stylesheet.
34
+ [See here for installation instructions](https://compiledcssinjs.com/docs/installation#webpack).
35
+
36
+ 2. If your app relies on **Parcel**, no intervention is necessary. (More info on
37
+ [Parcel CSS](https://parceljs.org/languages/css/)).
38
+
39
+ - (OPTIONAL) Consider adding `@compiled/parcel-loader` to your Parcel configuration, so that
40
+ the `.css` files from Compiled CSS-in-JS are merged into a single stylesheet.
41
+ [See here for installation instructions](https://compiledcssinjs.com/docs/installation#parcel).
42
+
43
+ 3. If your app relies on **Vite** or **Next.js**, no intervention is necessary. (More info on
44
+ [Vite Features](https://vite.dev/guide/features#css) and
45
+ [Next JS external stylesheets](https://nextjs.org/docs/pages/building-your-application/styling/css#external-stylesheets))
46
+
3
47
  ## 3.0.1
4
48
 
5
49
  ## 3.0.0