Releases: rollipop-dev/rollipop
Releases · rollipop-dev/rollipop
Release list
v1.0.0-alpha.28
[1.0.0-alpha.28] - 2026-07-02
🚀 Features
- use napi's
resetCacheinstead by @leegeunhyeok - align react-refresh transform targets by @leegeunhyeok
- improve alias config by @leegeunhyeok
- glob import (#129) by @leegeunhyeok
⚙️ Miscellaneous Tasks
- bump
@rollipop/rolldownto 1.0.21 (#130) by @leegeunhyeok
Co-authored-by: leegeunhyeok 26512984+leegeunhyeok@users.noreply.github.com
v1.0.0-alpha.27
[1.0.0-alpha.27] - 2026-06-29
🚀 Features
- react compiler (#127) by @leegeunhyeok
- update 0.84 example app (#126) by @leegeunhyeok
- dashboard: migrate to
BrowserRouterby @leegeunhyeok
🐛 Bug Fixes
- improve asset resolution (#125) by @leegeunhyeok
- improve symbolication compatibility (#124) by @leegeunhyeok
📚 Documentation
- update features by @leegeunhyeok
- add dashboard by @leegeunhyeok
⚡ Performance
- reduce dev server event overhead by @leegeunhyeok
⚙️ Miscellaneous Tasks
- fmt by @leegeunhyeok
Co-authored-by: leegeunhyeok 26512984+leegeunhyeok@users.noreply.github.com
v1.0.0-alpha.26
[1.0.0-alpha.26] - 2026-06-25
⚙️ Miscellaneous Tasks
- remove rolldown file by @leegeunhyeok
- skip title checking on release PR by @leegeunhyeok
- dashboard: remove private field by @leegeunhyeok
Co-authored-by: leegeunhyeok 26512984+leegeunhyeok@users.noreply.github.com
v1.0.0-alpha.25
[1.0.0-alpha.25] - 2026-06-25
🚀 Features
- add rollipop dev runtime and bump
@rollipop/rolldownto 1.0.19
(#121) by @leegeunhyeok - dashboard: implement dashboard and integrate with dev server (#120) by
@leegeunhyeok - add built-in analyzer by @leegeunhyeok
- dev-server: implement state APIs by @leegeunhyeok
🐛 Bug Fixes
- symbolicate fallback (#118) by @leegeunhyeok
🚜 Refactor
- consolidate file storage by @leegeunhyeok
📚 Documentation
- fix navbar spacing by @leegeunhyeok
⚙️ Miscellaneous Tasks
- deps: bump
@rollipop/rolldownto 1.0.18 by @leegeunhyeok - add check pr title action (#119) by @leegeunhyeok
- deps: bump concurrent-ruby from 1.3.3 to 1.3.7 in /examples/0.84
(#117) by @dependabot[bot] - deps: bump concurrent-ruby from 1.3.3 to 1.3.7 in /examples/0.72
(#116) by @dependabot[bot] - bump yarn to 4.17.0 by @leegeunhyeok
- deps: bump
@rollipop/rolldownto 1.0.17 by @leegeunhyeok - fmt package.json by @leegeunhyeok
- run fmt:fix after change versions by @leegeunhyeok
Co-authored-by: leegeunhyeok 26512984+leegeunhyeok@users.noreply.github.com
v1.0.0-alpha.24
[1.0.0-alpha.24] - 2026-06-18
🚀 Features
- add skills command by @leegeunhyeok
- add
withTransformoption to polyfill config by @leegeunhyeok - store hmr chunk by @leegeunhyeok
- support
rollipopformat (#101) by @leegeunhyeok
🐛 Bug Fixes
- add
minifyas affected option field by @leegeunhyeok - invalid
import.meta.hotvalue when hmr disabled by @leegeunhyeok - build progress total cache (#103) by @leegeunhyeok
- resolve bundle entry file paths (#102) by @leegeunhyeok
- preserve prelude order without strict execution (#99) by @leegeunhyeok
🚜 Refactor
- add ident by @leegeunhyeok
📚 Documentation
- update troubleshooting.mdx by @leegeunhyeok
- fix sidebar styles by @leegeunhyeok
- update main title by @leegeunhyeok
- add ARCHITECTURE.md by @leegeunhyeok
⚙️ Miscellaneous Tasks
- deps: bump next from 16.2.1 to 16.2.6 (#114) by @dependabot[bot]
- renew release pipeline by @leegeunhyeok
- deps: bump ws from 6.2.3 to 8.21.0 (#109) by @dependabot[bot]
- deps: bump hono from 4.12.10 to 4.12.25 (#108) by @dependabot[bot]
- deps: bump dompurify from 3.3.3 to 3.4.9 (#107) by @dependabot[bot]
- deps: bump launch-editor from 2.12.0 to 2.14.1 (#106) by
@dependabot[bot] - deps-dev: bump @babel/core from 7.29.0 to 7.29.6 (#105) by
@dependabot[bot] - deps: bump tar from 7.5.2 to 7.5.16 (#104) by @dependabot[bot]
- bump rolldown to 1.0.14 by @leegeunhyeok
- update repository links by @leegeunhyeok
- add issue templates by @leegeunhyeok
Co-authored-by: leegeunhyeok 26512984+leegeunhyeok@users.noreply.github.com
v1.0.0-alpha.23
[1.0.0-alpha.23] - 2026-06-12
🚀 Features
- impl mcp tools (#97) by @leegeunhyeok
🐛 Bug Fixes
- HMR transform progress count by @leegeunhyeok
🚜 Refactor
- use native magic string instead by @leegeunhyeok
- add revision state by @leegeunhyeok
⚡ Performance
- limit prelude transform to entry module by @leegeunhyeok
⚙️ Miscellaneous Tasks
- bump dependencies and drop cjs by @leegeunhyeok
- bump yarn to 4.16.0 by @leegeunhyeok
- bump rolldown to 1.0.12 by @leegeunhyeok
v1.0.0-alpha.22
[1.0.0-alpha.22] - 2026-06-04
🚀 Features
- track transform cache hits in progress (#96) by @leegeunhyeok
🐛 Bug Fixes
- reset HMR rebuild progress totals by @leegeunhyeok
- bundle sourcemap output (#95) by @jingjing2222
🚜 Refactor
- centralize dev server events (#92) by @leegeunhyeok
⚙️ Miscellaneous Tasks
- bump rolldown to 1.0.11 by @leegeunhyeok
- bump rolldown to 1.0.9 by @leegeunhyeok
v1.0.0-alpha.21
[1.0.0-alpha.21] - 2026-05-28
🚀 Features
- add agent guide command (#89) by @leegeunhyeok
- jest-preset: add @rollipop/jest-preset (#86) by @leegeunhyeok
- add envFile option for env file basename (#84) by @leegeunhyeok
🐛 Bug Fixes
- expose native flow config (#90) by @leegeunhyeok
- resolve React Native alias fields by default (#88) by @leegeunhyeok
- support non-image assets without dimensions (#87) by @leegeunhyeok
🧪 Testing
- stabilize dev server e2e (#91) by @leegeunhyeok
⚙️ Miscellaneous Tasks
- bump @rollipop/rolldown to 1.0.8 by @leegeunhyeok
- bump
@rollipop/rolldownto 1.0.5 by @leegeunhyeok
v0.1.0-alpha.20
[0.1.0-alpha.20] - 2026-05-21
🚀 Features
- module federation (#79) by @leegeunhyeok
⚙️ Miscellaneous Tasks
- bump @rollipop/rolldown to 1.0.2 (#83) by @leegeunhyeok
v0.1.0-alpha.19
[0.1.0-alpha.19] - 2026-05-17
🐛 Bug Fixes
- emit sourcemap sources relative to project root (#77) by @leegeunhyeok
⚙️ Miscellaneous Tasks
- bump @rollipop/rolldown to 1.0.1 (#81) by @leegeunhyeok