Releases: delucis/astro-netlify-cms
Releases · delucis/astro-netlify-cms
v0.5.4
v0.5.3
Patch Changes
- #63
e3884e3
Thanks @dependabot! - Bump simple-git from 3.15.1 to 3.16.0
v0.5.2
v0.5.1
Patch Changes
- #56
b5cb7aa
Thanks @dependabot! - Bump json5 and react-hot-loader
v0.5.0
Minor Changes
-
#53
40d0385
Thanks @delucis! - Don’t automatically inject@astrojs/react
integration⚠️ BREAKING CHANGE⚠️ Previously, this integration included
@astrojs/react
and injected it to Astro’s integrations config for you. This is no longer the case.If you are using React components and were relying on this, make sure to add the integration when upgrading. The simplest way to do this is to run:
npx astro add react
v0.4.0
Minor Changes
-
#48
a1a0002
Thanks @delucis! - Add support for importing npm packages viapreviewStyles
config⚠️ BREAKING CHANGE⚠️ This release changes how you import a local CSS file in
previewStyles
.
These must now be prefixed with a leading/
:{ previewStyles: [ - 'src/styles/base.css', + '/src/styles/base.css', ], }
This allows us to support importing CSS you may have installed from an npm module, for example importing font CSS from Fontsource:
previewStyles: ["@fontsource/roboto"];
v0.3.5
v0.3.4
Patch Changes
- #41
7e53467
Thanks @dependabot! - Bump loader-utils from 1.4.0 to 1.4.2