Skip to content

Commit 9b01c5f

Browse files
committed
Version release 0.7.3
1 parent ef29e67 commit 9b01c5f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- %% CHANGELOG_ENTRIES %% -->
99

10+
## 0.7.3 - 2025-08-18
11+
12+
### Improvements
13+
14+
- Added fallback type definitions for phoenix_live_view versions < 1.1 that don't export TypeScript types
15+
- Enhanced type compatibility with conditional DOM types that adapt to server vs client environments
16+
- Improved TypeScript development experience with better type safety across different phoenix_live_view versions
17+
18+
1019
## 0.7.2 - 2025-08-12
1120

1221
### Improvements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule LiveVue.MixProject do
22
use Mix.Project
33

4-
@version "0.7.2"
4+
@version "0.7.3"
55
@repo_url "https://github.com/Valian/live_vue"
66

77
def project do

0 commit comments

Comments
 (0)