Skip to content

Commit 9c85ba0

Browse files
committed
chore: release v1.0.0
1 parent dccde6b commit 9c85ba0

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)