File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v1.0.0] ( https://github.com/mrdotb/live_react/compare/v1.0.0...v1.0.0-rc.4 ) (2025-03-10)
9+
10+ ### Breaking Changes:
11+
12+ * vitejs: switch from Mix Esbuild to Vite.js
13+
14+ ### Features:
15+
16+ * add tests based on the one from live_vue
17+ * add SSR support
18+ * support inner_block slot
19+ * context provider for live_react
20+ * add typescript support
21+
22+
823## [ v1.0.0-rc.4] ( https://github.com/mrdotb/live_react/compare/v1.0.0-rc.3...v1.0.0-rc.4 ) (2025-01-22)
924
1025### Features:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule LiveReact.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/mrdotb/live_react"
5- @ version "1.0.0-rc.4 "
5+ @ version "1.0.0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments