Skip to content

1.0.0-alpha.47

Latest
Compare
Choose a tag to compare
@ije ije released this 19 May 12:58
· 569 commits to main since this release

πŸš€πŸš€πŸš€ A fresh Yew SSR application in Rust example added, both the CSR And SSR are using WebAssembly with great performance in modern browsers and serverless platform at edge.

Preview: https://aleph-yew.deno.dev/
Source Code: https://github.com/alephjs/aleph.js/tree/main/examples/yew-app

Screen Shot 2022-05-19 at 20 54 39

Other Changes

  • BREAKING move unocss config in build section
  • feat: added eager property for middleware (eager middleware allow you to handle the static file/code transpile requests)
  • feat(framework/vue): support _app.vue and _404.vue #466
  • feat(HMR): updated client routes by HMR #472
  • refactor: rewrote applyUnoCSS function
  • fix: avoid setting userAgent when it's already set #473
  • fix: propagate SIGINT to child process #474

❀️ Huge thanks to @linbingquan @pipiduck @kt3k