Skip to content

Releases: alephjs/aleph.js

v0.2.22

08 Nov 06:41
@ije ije
Compare
Choose a tag to compare

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

07 Nov 08:39
@ije ije
Compare
Choose a tag to compare

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

28 Oct 19:05
@ije ije
Compare
Choose a tag to compare
  • fix: fix SSR interference (#6)
  • fix: fix hello-world imports in vercel

v0.2.18

28 Oct 02:35
@ije ije
Compare
Choose a tag to compare
  • 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

25 Oct 22:07
@ije ije
Compare
Choose a tag to compare
  • fix: fix HMR in windows port (#4)

v0.2.16

25 Oct 21:02
@ije ije
Compare
Choose a tag to compare
  • fix: fix import path in windows port (#2)

v0.2.15

25 Oct 14:36
@ije ije
Compare
Choose a tag to compare
  • feat: add support for hash scroll behavior
  • refactor: improve log output
  • fix: fix hmr

v0.2.14

24 Oct 19:58
@ije ije
Compare
Choose a tag to compare
  • feat: add a plugin system
  • refactor: imporve SEOProps and ViewportProps interfaces
  • fix: fix postcss plugin loading

v0.2.13

23 Oct 22:36
@ije ije
Compare
Choose a tag to compare
  • 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

22 Oct 16:53
@ije ije
Compare
Choose a tag to compare
  • feat: add brotli compress
  • breaking: rewrite APIRequest
  • doc: update jsdoc for types.ts
  • chore: update poster
    poster