Releases: alephjs/aleph.js
Releases · alephjs/aleph.js
v0.2.22
fix: fix document is not defined (#18)
breaking: remove AlephEnv
and useEnv
Hook (use Deno builtin env object)
const value = useDeno(() => {
return Deno.env.get(key)
})
v0.2.21
feat: add stable react-refresh
transform (#16)
feat: set default srcDir
to '/src' when src directory exists (#13)
feat: add preload scripts (#9)
chore: add default-src-directory
example
chore: update std to 0.76.0
v0.2.19
- fix: fix SSR interference (#6)
- fix: fix hello-world imports in vercel
v0.2.18
- feat: add useEnv hook
- feat: add two plugins (
sass
and wasm
)
- refactor: improve postcss and plugins
- refactor: improve SEO component
- fix: fix hashAnchorScroll
- chore: upgrade std to v0.75.0
v0.2.17
- fix: fix HMR in windows port (#4)
v0.2.16
- fix: fix import path in windows port (#2)
v0.2.15
- feat: add support for hash scroll behavior
- refactor: improve log output
- fix: fix hmr
v0.2.14
- feat: add a plugin system
- refactor: imporve SEOProps and ViewportProps interfaces
- fix: fix postcss plugin loading
v0.2.13
- feat: add a Scripts component to allow you add custom scripts(like ga.js, etc)
- feat: add postcss processor for
css
loader
- chore: update design material
v0.2.12
- feat: add brotli compress
- breaking: rewrite APIRequest
- doc: update jsdoc for types.ts
- chore: update poster