Skip to content

Releases: kindspells/astro-shield

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

1.4.0

11 Sep 19:00
04fe88c
Compare
Choose a tag to compare

Changes

  • Fixed #82 . Now it's possible to use URLs relying on the "relative" protocol (example: <script src='//cdn.com/jquery.js></script>')

Autogenerated Changelog

Full Changelog: 1.3.8...1.4.0

1.3.8

11 Sep 17:39
a9bdc59
Compare
Choose a tag to compare

Fixes

  • Fixed issue #55 , now Astro-Shield can't accidentally duplicate the crossorigin attribute.

Automated Changelog

Full Changelog: 1.3.7...1.3.8