Skip to content

0.21.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 08:43
· 128 commits to main since this release

v0.21.0-alpha.5 (2024-08-05)

Features

  • examples: add an example for using hooks (0fcf271)
  • Rework the configuration system (142233a)
  • add a very simple leptos example (c36f733)

Fixes

  • --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)