Releases: kindspells/astro-shield
Releases · kindspells/astro-shield
1.7.1
1.7.0
Fixes
- #138 : A regression related to the execution order of this integration in relation to other Astro integrations.
Changes
- New Hindi documentation translation by @akadeepesh 😄
- New Russian documentation translation by @dyadyaJora 😄
- Introduced new
delayTransform
option to increase how much we can control the order of execution of this integration.
Autogenerated Changelog
- docs: document vercel integration by @castarco in #122
- Adding hindi tanslation to document site by @akadeepesh in #135
- chore: upgrade deps by @castarco in #139
- docs: complete spanish translation by @castarco in #141
- Adding russian translations to docs site by @dyadyaJora in #137
- fix: regression on execution ordering by @castarco in #157
New Contributors
- @akadeepesh made their first contribution in #135
- @dyadyaJora made their first contribution in #137
Full Changelog: 1.6.1...1.7.0
1.6.1
1.6.0
Changes
- (Experimental) Generate CSP headers generation for static content on Vercel. See https://astro-shield.kindspells.dev/guides/hosting-integrations/vercel/
Autogenerated Changelog
- docs: add team section by @castarco in #110
- feat: generate csp headers for static content served on vercel by @castarco in #111
Full Changelog: 1.5.3...1.6.0
1.5.3
Changes
- Fixed potential warning when running
astro build
with this integration enabled (this makes the package slightly bigger). - Removed long deprecated options.
- Upgrade dependencies.
Documentation
- Improved documentation structure
- Started to translate documentation to Spanish
- Started to translate documentation to Catalan
Internal
- Improved how tree shaking is configured
Automatec Changelog
- docs: clarify netlify integration details by @castarco in #105
- docs: improve docs structure by @castarco in #108
- refactor: improve build scripts by @castarco in #109
Full Changelog: 1.5.2...1.5.3
1.5.2
Fixes
When dealing with index.html files, the generation of CSP headers for static content on Netlify was "forgetting" to set those same headers for the corresponding / paths; now this is fixed.
Automated Changelog
Full Changelog: 1.5.1...1.5.2
1.5.1
1.5.0
Changes
- New (experimental): CSP headers generation for static content on Netlify. See https://astro-shield.kindspells.dev/guides/hosting-integrations/netlify/ .
Automated Changelog
- refactor: remove unused lockfile by @castarco in #99
- feat: generate csp headers for static files on netlify provider by @castarco in #100
Full Changelog: 1.4.2...1.5.0
1.4.2
Changes
Recent releases made package size considerably larger than before due to the introduction of source maps. This release mitigates this problem by improving how modules are split, and therefore reducing redundancy and final package size (from 140KB to 83.1KB, although considering filesystem block size it is closer to 98KB).
Automated Changelog
Full Changelog: 1.4.1...1.4.2