Skip to content

Releases: denoland/fresh

1.6.8

22 Mar 21:26
93fb4bd
Compare
Choose a tag to compare

Bug Fixes

  • fix: update ahead-of-time build instructions for recent Deno Deploy changes by @lucacasonato in #2381

Full Changelog: 1.6.7...1.6.8

1.6.7

21 Mar 21:50
13d514d
Compare
Choose a tag to compare

Bug Fixes

  • fix: Add closing quote for nonce in inline partial script by @adamgreg in #2377

Showcase

  • showcase: Remove sites that switched away from Fresh by @roj1512 in #2374

Full Changelog: 1.6.6...1.6.7

1.6.6

21 Mar 10:03
9e5ea1f
Compare
Choose a tag to compare

Bug Fixes

  • fix: increase recommended preact, preact-signals and bump other deps by @deer in #2320
  • fix: start logs not printing https protocol when key & cert specified by @will-weiss in #2321
  • fix: invalid quote around partial script data by @marvinhagemeister in #2323
  • fix: properly prefix all scripts with base path by @deer in #2334
  • fix: allow multiple set-cookie headers to be set before render by @deer in #2357
  • fix: $fresh ref in import sources by @mcgear in #2340

Documentation

Maintenance

New Contributors

Full Changelog: 1.6.5...1.6.6

1.6.5

14 Feb 21:43
bf0e33e
Compare
Choose a tag to compare

Fixes a publishing error with 1.6.4.

Maintenance

Full Changelog: 1.6.4...1.6.5

1.6.4

14 Feb 14:41
b26a0d6
Compare
Choose a tag to compare

This is a bit of an out of the ordinary release. One security issue was discovered where the trailing slash detection logic was vulnerable to an open redirect vulnerability. We recommend every Fresh user to upgrade as soon as possible.

Bug Fixes

  • fix: no-window lint error by @deer in #2272
  • fix: GH actions warning by upgrading actions/checkout to v4 when creating a new fresh app #2285 by @bjesuiter in #2286
  • fix: update bootstrap wizard to add a choice for styling solutions to pick between tailwindcss and Twind by @roj1512 in #2290
  • fix: open redirect issue with trailing slash detection by @marvinhagemeister in #2313
  • fix: improve init styling library prompt design by @marvinhagemeister in #2314

Maintenance

Documentation

New Contributors

Full Changelog: 1.6.3...1.6.4

1.6.3

15 Jan 18:47
3d30930
Compare
Choose a tag to compare

This is a bit of an out of the ordinary release. Two security issues were discovered by @arkark where an app that uses dangerouslySetInnerHTML could lead to a prototype pollution vulnerability. We recommend every Fresh user to upgrade as soon as possible.

What's Changed

Full Changelog: 1.6.2...1.6.3

1.6.2

15 Jan 11:46
3bc43a1
Compare
Choose a tag to compare

Bug Fixes

Documentation

Showcase

Maintenance

New Contributors

Full Changelog: 1.6.1...1.6.2

1.6.1

07 Dec 11:54
56df310
Compare
Choose a tag to compare

Bug Fixes

Documentation

Showcase

Maintenance

  • chore: update types in tests, init, update by @deer in #2122
  • chore: Use satisfies instead of as by @justjavac in #2136
  • chore(deps): bump google-github-actions/auth from 1 to 2 by @dependabot in #2140
  • chore(init): task to generate manifest file by @deer in #1422

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

01 Dec 15:32
8fecb58
Compare
Choose a tag to compare

Release blog post: https://deno.com/blog/fresh-1.6

Features

Bug Fixes

Documentation

Showcase

Maintenance

New Contributors

Full Changelog: 1.5.4...1.6.0

1.5.4

07 Nov 18:33
Compare
Choose a tag to compare

Bug fixes

  • Fix update + init script not working by reverting #1986