Change Log
View SourceAll notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v1.0.0 (2025-03-10)
Breaking Changes:
- vitejs: switch from Mix Esbuild to Vite.js
Features:
- add tests based on the one from live_vue
- add SSR support
- support inner_block slot
- context provider for live_react
- add typescript support
v1.0.0-rc.4 (2025-01-22)
Features:
- add tests based on the one from live_vue
Bug Fixes:
- Ensure app.ts entrypoints can be used with @react-refresh
v1.0.0-rc.3 (2024-12-08)
Features:
- support inner_block slot
v1.0.0-rc.2 (2024-12-01)
Features:
- Added SSR duration logging to example app
Bug Fixes:
- rename react folder to react-components to prevent Vite error
v1.0.0-rc.1 (2024-10-12)
Bug Fixes:
- missing files in mix.exs to ship the js
v1.0.0-rc.0 (2024-10-05)
Breaking Changes:
- vitejs: switch from Mix Esbuild to Vite.js
v0.2.0-rc.0 (2024-09-17)
Features
- Add SSR support
Bug Fixes:
- ssr: remove compiler warning when using live_react without SSR
v0.1.0 (2024-06-29)
Initial release