Skip to content

Latest commit

 

History

History
64 lines (30 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

64 lines (30 loc) · 1.38 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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