We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad44540 commit b46d5b3Copy full SHA for b46d5b3
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
<!-- %% CHANGELOG_ENTRIES %% -->
9
10
+## 0.6.1 - 2025-07-24
11
+
12
+### Fixes 🐛
13
14
+- correctly encode props in SSR mode
15
+- correctly handle diffs for nil values in props
16
+- added package version to the package.json
17
18
## 0.6.0 - 2025-07-22
19
20
### ✨ Features and Improvements
mix.exs
@@ -1,7 +1,7 @@
1
defmodule LiveVue.MixProject do
2
use Mix.Project
3
4
- @version "0.6.0"
+ @version "0.6.1"
5
@repo_url "https://github.com/Valian/live_vue"
6
def project do
0 commit comments