- #63
e3884e3
Thanks @dependabot! - Bump simple-git from 3.15.1 to 3.16.0
- #56
b5cb7aa
Thanks @dependabot! - Bump json5 and react-hot-loader
-
#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
-
#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"];
- #46
cdbf7d6
Thanks @delucis! - Include identity widget on admin route even whendisableIdentityWidgetInjection
is set totrue
- #41
7e53467
Thanks @dependabot! - Bump loader-utils from 1.4.0 to 1.4.2
-
#33
d62b891
Thanks @Marocco2! - AdddisableIdentityWidgetInjection
option -
#36
c508be4
Thanks @delucis! - Fix an issue in some browsers with the rich text editor.Adds the workaround documented in netlify/netlify-cms#5092 to the admin dashboard.
-
#30
6757440
Thanks @delucis! - Refactor to use Astro’s built-ininjectRoute
helper to add the admin dashboard.Significantly simplifies the Vite plugin logic and should make future improvements easier to implement.
- #25
eba6556
Thanks @Opposedmatty! - Fix typo in description meta tag
- #23
26243d5
Thanks @codelastnight! - remove node join() from vite-plugin-admin-dashboard to allow windows to run dev
a7c4e43
Thanks @delucis! - Hot fix: remove comment clashing with over-eager whitespace collapsing by astro-compress
0726494
— Update to Astro v1 🚀
Initial release