This repository was archived by the owner on Jul 6, 2025. It is now read-only.
v0.3.0-alpha.33
- Imporove HMR preformance (store compiled code in memory for speed up)
- Minify polyfills (200kb -> 4kb)
- Update
minDenoVersion
to 1.10.1 - Add
Fallback
component for dynamic hoc - Add
key
option foruseDeno
- Remove
withDeno
hoc · breaking - React version respects import maps (#223)
- Upgrade std to 0.96
- Upgrade esbuild to 0.11.22
- Fix import maps when has
srcDir
configured - Fix dead loop when compile modules (fix #294)
- Fix semantic version comparison (fix #312)
- Support ident callback argument in
useDeno
(fix #301) - Fix the condition of meta.className (#303)