File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
<!-- %% CHANGELOG_ENTRIES %% -->
9
9
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
+
10
19
## 0.7.2 - 2025-08-12
11
20
12
21
### Improvements
Original file line number Diff line number Diff line change 1
1
defmodule LiveVue.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.7.2 "
4
+ @ version "0.7.3 "
5
5
@ repo_url "https://github.com/Valian/live_vue"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments