Releases: denoland/fresh
Releases · denoland/fresh
1.1.1
What's Changed
- fix: sanitize
<script>
in __FRSH_STATE state by @wilf312 in #739 - fix: rm trailing / in preact-rts import map entry by @lucacasonato in #722
- fix: ship source maps for client code in dev mode by @lucacasonato in #756
- chore: update preact + preact-render-to-string by @lucacasonato in #762
New Contributors
- @peelar made their first contribution in #632
- @digitaldesigndj made their first contribution in #644
- @synalice made their first contribution in #466
- @arrow2nd made their first contribution in #742
- @devstein made their first contribution in #754
- @moreal made their first contribution in #752
- @wilf312 made their first contribution in #739
Full Changelog: 1.1.0...1.1.1
1.1.0
Read the release notes: https://deno.com/blog/fresh-1.1
What's Changed
- feat: add
ctx.renderNotFound()
to explicitly render 404 template by @xstevenyung in #481 - feat: add initial plugin support by @lucacasonato in #512
- feat: add support for preact devtools in dev mode by @marvinhagemeister in #639
- feat: add update.ts script by @lucacasonato in #706
- feat: added support for static folder in FreshOptions by @frostzt in #626
- feat: experimental support for
Deno.serve
by @MarkBennett in #681 - feat: install @preact/signals by default by @lucacasonato in #710
- feat: support JSX automatic mode by @lucacasonato in #610
- feat: support multiple middlewares with the same matcher by @ahuigo in #553
- feat: twind plugin by @lucacasonato in #513
- fix: add missing icon bg colors on mobile by @michael-pfister in #609
- fix: add reference to dom.iterable by @roj1512 in #641
- fix: split @preact/signals and @preact/signals-core versions by @flemmingmiguel in #717
- fix(plugin/twind): load configuration as module by @lucacasonato in #705
- chore: remove deno.unstable references by @kidonng in #600
- chore: update preact & preact-render-to-string by @lucacasonato in #651
- refactor: tweak console output for init.ts script by @lucacasonato in #708
- refactor: use x/rutt instead of crux.land/router by @eliassjogreen in #647
- refactor: clean up refresh script by @kidonng in #601
New Contributors
- @HPaulson made their first contribution in #567
- @MrSaeedNasiri made their first contribution in #576
- @uki00a made their first contribution in #572
- @michael-pfister made their first contribution in #589
- @roj1512 made their first contribution in #641
- @benny123tw made their first contribution in #621
- @marvinhagemeister made their first contribution in #639
- @VitorLuizC made their first contribution in #668
- @lino-levan made their first contribution in #682
- @frostzt made their first contribution in #626
- @vwkd made their first contribution in #704
- @MarkBennett made their first contribution in #681
- @flemmingmiguel made their first contribution in #717
Full Changelog: 1.0.2...1.1.0
1.0.2
What's Changed
- fix: add components/Button in starter project by @asrvd in #353
- fix: add error message to async components by @un-versed in #413
- fix: display real value for the directory to cd to after init by @dikarel in #415
- fix: prevent folks messing with the fresh manifest by @lucacasonato in #435
- fix: remove meta tag for IE by @makotot in #545
- fix: support kebab-case filenames for islands by @delanebob in #404
- chore: added formatter settings for vscode by @rasoulMO in #457
- chore: enable deno lint & point editor default format to deno by @xstevenyung in #470
- chore: fix link in readme by @rajikaimal in #426
- chore: fix typo in context.ts by @eltociear in #533
- chore: format with stable, not canary by @lucacasonato in #510
- chore: run
deno fmt
with new deno version by @lucacasonato in #562 - chore: simplify init.ts start instructions by @iamsahilsonawane in #486
- chore: typo by @anishkny in #488
- chore: typo by @kinowashere in #495
- chore: update
preact-render-to-string
import with esm.sh?external
query by @ije in #499 - chore: update deps by @lucacasonato in #561
- refactor: use named status codes from std internally (#417) by @alfuhigi in #417
New Contributors
- @dikarel made their first contribution in #415
- @rajikaimal made their first contribution in #426
- @xyntechx made their first contribution in #439
- @delanebob made their first contribution in #404
- @un-versed made their first contribution in #413
- @ije made their first contribution in #499
- @kinowashere made their first contribution in #495
- @anishkny made their first contribution in #488
- @iamsahilsonawane made their first contribution in #486
- @makotot made their first contribution in #545
- @ahuigo made their first contribution in #554
- @eltociear made their first contribution in #533
- @angellk11 made their first contribution in #528
- @timscodebase made their first contribution in #524
- @alfuhigi made their first contribution in #417
- @asrvd made their first contribution in #353
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- feat: add vscode files on init by @xstevenyung in #367
- fix: layered middleware not working for index page by @lucacasonato in #407
- chore: update preact + twind by @lucacasonato in #410
And a bunch of improvements the docs from many contributors. Thanks!
New Contributors
- @jimt made their first contribution in #295
- @zakiego made their first contribution in #296
- @rwaskiewicz made their first contribution in #303
- @psotou made their first contribution in #305
- @omar2205 made their first contribution in #311
- @PyBaker made their first contribution in #322
- @FloweDewolf made their first contribution in #329
- @rasoulMO made their first contribution in #334
- @umfy made their first contribution in #333
- @cfex made their first contribution in #346
- @tamalnh made their first contribution in #362
- @mandolyte made their first contribution in #357
- @xstevenyung made their first contribution in #367
- @kazuma0129 made their first contribution in #365
- @kku77 made their first contribution in #393
Full Changelog: 1.0.0...1.0.1
1.0.0
This is the first stable release of Fresh 🎉. Read the release blog post.
What's Changed
- docs: remove pre-1.0 warning by @lucacasonato in #293
- docs: finish up concepts docs by @lucacasonato in #292
Full Changelog: 1.0.0-rc.6...1.0.0
1.0.0-rc.6
What's Changed
- chore: update twind import map defaults in init.ts by @lucacasonato in #291
Full Changelog: 1.0.0-rc.5...1.0.0-rc.6
1.0.0-rc.5
What's Changed
- feat: allow lang configuration by @benjamingeets in #288
- chore: use GitHub-styled warning message by @sno2 in #286
- docs: fix a few small typos by @nathanjsharpe in #285
New Contributors
- @nathanjsharpe made their first contribution in #285
- @benjamingeets made their first contribution in #288
Full Changelog: 1.0.0-rc.4...1.0.0-rc.5
1.0.0-rc.4
What's Changed
- fix: don't reload multiple times on restart by @lucacasonato in #283
- fix: generate favicon.ico in init script by @satotake in #278
- chore: check minimum Deno version for init.ts by @lucacasonato in #282
- www: fix counter example zooming when double clicked on mobile devices by @TommyDew42 in #277
- docs: fix some typos by @vsaase in #274
New Contributors
- @vsaase made their first contribution in #274
- @TommyDew42 made their first contribution in #277
- @shinshin86 made their first contribution in #276
- @satotake made their first contribution in #278
Full Changelog: 1.0.0-rc.3...1.0.0-rc.4
1.0.0-rc.3
What's Changed
- chore: update default preact version by @lucacasonato in #272
- fix: types in
fresh-init --twind
's main.ts by @lucacasonato in #269
New Contributors
- @magurotuna made their first contribution in #271
Full Changelog: 1.0.0-rc.2...1.0.0-rc.3
1.0.0-rc.2
What's Changed
There are no functional changes in this release. This is testing the release process in preparation for the 1.0.0 release.
New Contributors
Full Changelog: 1.0.0-rc.1...1.0.0-rc.2