We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fba89 commit ff1d347Copy full SHA for ff1d347
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v1.1.0](https://github.com/mrdotb/live_react/compare/v1.0.1...v1.1.0) (2025-06-22)
9
+
10
+### Features:
11
12
+* Add React Link component for Phoenix LiveView navigation by Gaoge Zhang
13
14
## [v1.0.1](https://github.com/mrdotb/live_react/compare/v1.0.1...v1.0.0) (2025-04-20)
15
16
### Bug Fixes:
mix.exs
@@ -2,7 +2,7 @@ defmodule LiveReact.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/mrdotb/live_react"
- @version "1.0.1"
+ @version "1.1.0"
def project do
[
0 commit comments