Skip to content

Commit edbe21d

Browse files
committed
release: cut the v1.3.0 release
1 parent ea306d2 commit edbe21d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/azhukaudev/convex-angular/compare/v1.2.0...v1.3.0) (2026-03-07)
4+
5+
### ✨ Features
6+
7+
- Add optional `injectRef` support to all public `inject*` helpers so they can be created outside the initial Angular injection context
8+
9+
### 📖 Documentation
10+
11+
- Document `injectRef` usage for creating helpers outside the initial injection context.
12+
313
## [1.2.0](https://github.com/azhukaudev/convex-angular/compare/v1.1.0...v1.2.0) (2026-03-07)
414

515
### ⚠️ Breaking Changes

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.2.0",
3+
"version": "1.3.0",
44
"description": "The Angular client for Convex",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)