Patch Changes
-
#505
ae5176d
Thanks @Adammatthiesen! - Refactor StudioCMS and remove dependencies,package-json
is now removed, as we have an included function to get the latest version from npm directly. (much simpler interface)- Move functionality from
@matthiesenxyz/integrationUtils
for checkIfUnsafe() util, since that is the only util we are using, into StudioCMS. removing the need for this dep all together
-
#500
1e61e13
Thanks @studiocms-no-reply! - Translation Updated (PR: #500) -
#507
4d42b42
Thanks @Adammatthiesen! - Refactor SDK and page scripts- SDK cache is now busted when it should be
- Content management page sidebar now refreshes
- You can now hide the default index in the siteConfig on the dashboard
NOTICE (non-breaking schema update)
- You will need to push the new schema
astro db push --remote
-
#503
55663b2
Thanks @studiocms-no-reply! - Translation Updated (PR: #503) -
#506
b26cfb5
Thanks @Adammatthiesen! - Export runtime functions in package.json for plugins to use. -
#496
f45607e
Thanks @Adammatthiesen! - Update responses for username or password when invalid -
#492
7d14e58
Thanks @studiocms-no-reply! - Translation Updated (PR: #492) -
#495
62ee6fc
Thanks @studiocms-no-reply! - Translation Updated (PR: #495) -
#504
055824c
Thanks @Adammatthiesen! - Introduce new JWT Token system to reduce dependencies