Releases: dorukgezici/astro-decap-cms-oauth
Releases · dorukgezici/astro-decap-cms-oauth
v0.5.1
What's Changed
- Breaking change! Requires Astro > 5.0.0
- Bumped dependencies
Full Changelog: v0.4.4...v0.5.0
v0.4.4
What's Changed
- Add support for GitHub app and changing src url by @reteps in PR.
This PR enables us to support SveltiaCMS via setting the new configuration option through astro.config or env vars.
Ex:decapCMSSrcUrl="https://unpkg.com/@sveltia/cms@0.45.3/dist/sveltia-cms.js"
- Require env vars only if relevant functionality is turned on
- Set pre-rendering on OAuth endpoints to false
- Bumped dependencies
New Contributors
Full Changelog: v0.4.1...v0.4.4
v0.4.1
What's Changed
- Added configuration option
decapCMSVersion
- Using experimental
astro:env
to support many adapters - Bumped dependencies
Full Changelog: v0.3.1...v0.4.1
v0.3.1
What's Changed
- Using
import.meta.env
instead ofprocess.env
- Bumped dependencies
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Bumped Decap CMS version to 3.1.10
Full Changelog: v0.2.10...v0.3.0
v0.2.10
What's Changed
- Fix import by @adriandpdev in #6
- Add config option to disable the /admin route by @dorukgezici in #8
- Bumped dependencies to latest
New Contributors
- @adriandpdev made their first contribution in #6
Full Changelog: v0.2.9...v0.2.10
v0.2.9
- Bumped dependencies to latest
- Defined support for
astro@^4.0.0
- Stated support for
hybrid
as well asserver
foroutput
in Astro config
v0.2.8
- Supports edge runtimes like Cloudflare now thanks to a PR from @OliverSpeir
v0.2.7
- all dependencies upgraded to latest
decap-cms
version used in/admin
bumped to3.1.0-beta.2
v0.2.6
Added configuration options to set routes manually, or disable OAuth routes completely.
Full Changelog: v0.2.4...v0.2.6