Skip to content

Commit 4b105c1

Browse files
committed
release: cut the v1.5.0 release
1 parent 7d32438 commit 4b105c1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# convex-angular
22

3+
## [1.5.0](https://github.com/azhukaudev/convex-angular/compare/v1.4.0...v1.5.0) (2026-03-08)
4+
5+
### ⚠️ Breaking Changes
6+
7+
- Change `injectQuery()`, `injectMutation()`, and `injectAction()` so `data()` is typed as `T | undefined`, matching the existing initial, skipped, and reset runtime states.
8+
9+
### 🐛 Bug Fixes
10+
11+
- Make `injectMutation().mutate()` and `injectAction().run()` reject on failure after updating the reactive error state.
12+
- Ignore stale mutation and action completions so only the latest invocation updates reactive state.
13+
14+
### 📖 Documentation
15+
16+
- Document rejected promise behavior for `mutate()` and `run()` in both READMEs.
17+
- Document the corrected `data()` typing in both READMEs.
18+
319
## [1.4.0](https://github.com/azhukaudev/convex-angular/compare/v1.3.0...v1.4.0) (2026-03-07)
420

521
### ✨ Features

packages/convex-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convex-angular",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "The Angular client for Convex",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)