- 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 for useDeno
- 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)
Credits
Huge thanks to @noverby @kamchy @hyakt