Skip to content

Releases: kindspells/astro-shield

1.7.1

02 Nov 16:56
6cb8dff
Compare
Choose a tag to compare

Autogenerated Changelog

  • fix: removes duplicate base from resolved src by @castarco in #158
  • fix: accept empty script blocks with spaces by @castarco in #159

Full Changelog: 1.7.0...1.7.1

1.7.0

02 Nov 16:15
bdafbd4
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.6.1...1.7.0

1.6.1

30 Sep 20:59
6a3f1bb
Compare
Choose a tag to compare

Fixes

  • Fix how headers config is generated for Vercel sites

Autogenerated Changelog

  • fix: headers are not correctly configured for vercel by @castarco in #121

Full Changelog: 1.6.0...1.6.1

1.6.0

30 Sep 19:44
efc4bbd
Compare
Choose a tag to compare

Changes

Autogenerated Changelog

Full Changelog: 1.5.3...1.6.0

1.5.3

19 Sep 21:39
871d6f1
Compare
Choose a tag to compare

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

Full Changelog: 1.5.2...1.5.3

1.5.2

17 Sep 16:37
d899e3c
Compare
Choose a tag to compare

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

17 Sep 15:45
ea3b3dd
Compare
Choose a tag to compare

Fixes

  • Now it is not necessary to specify hashesModule to generate CSP headers for static content on Netlify.

Automated Changelog

  • fix: decouple netlify headers from hashesModule by @castarco in #103

Full Changelog: 1.5.0...1.5.1

1.5.0

17 Sep 15:31
0a9cd55
Compare
Choose a tag to compare

Changes

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

14 Sep 10:10
108a621
Compare
Choose a tag to compare

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

1.4.1

12 Sep 07:42
f6c1839
Compare
Choose a tag to compare

Changes

  • Some dependencies (mostly development dependencies) have been upgraded to mitigate some indirect risks caused by vulnerabilities in them.

Automated Changelog

Full Changelog: 1.4.0...1.4.1