0.21.0-alpha.6
Pre-release
Pre-release
·
122 commits
to main
since this release
v0.21.0-alpha.6 (2024-08-07)
Features
- examples: add an example for using hooks (0fcf271)
- Rework the configuration system (142233a)
- add a very simple leptos example (c36f733)
Fixes
- 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)