0.21.0-rc.6
Pre-release
Pre-release
github-actions
released this
07 Oct 08:29
·
27 commits
to main
since this release
v0.21.0-rc.6 (2024-10-07)
Features
- Added OS-specific hook overrides. (5f1911c)
- resolve serve addresses with DNS (0d0cbd3)
- add -p as short option to --port (e3cd078)
- serve alias (18213c8)
- resolve
~
paths (4842f82) - Initial support for cargo profiles (b585670)
- #875 resolve
~
paths (#875) (2352cde) - examples: add an example for using hooks (0fcf271)
- Rework the configuration system (142233a)
- add a very simple leptos example (c36f733)
Fixes
- use the correct HTTP method (GET) for WS connections (5e9c178)
- replace host header by default (c793b91)
- emoji (3abc9ec)
- multiline imports (af68b84)
- #845 create parent dirs for dist folder if don't exist (#845) (fff0072)
- with the unspecified address, show all interface addresses (1dc4dff)
- ensure that the base directory is applied as "current" (0cd0f50)
- --no-sri flag removes integrity hash but keeps "modulepreload" links for the assets (ca229e4)
- switch default to native-tls (30f73d9)
- #836 properly handle just accepting a config file, without directory (ba7dc84)
- also accept "proxy" for proxies, to support legacy config (434087c)
- ensure the watch/ignore directories are relative to the base (4af4d87)
- enable the auto-loader when required (5f8291e)
- ensure the dist directory is relative to the base dir (b5ea64c)
- hooks should be started in the working directory (3779928)
- #791 handle absent body and rust-link as an error (7a484b3)
- typo in command heading (c85a94b)