Skip to content

Commit 2a5bb04

Browse files
chore(release): publish 19.0.1
1 parent 8c471a1 commit 2a5bb04

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 19.0.1 (2025-01-09)
2+
3+
### 🚀 Features
4+
5+
- withDevTools disabled in prod, and tree-shaking docs ([4c2baa9](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/4c2baa9))
6+
- withDevTools disabled in prod, and tree-shaking docs - docs utility function update ([ada5f26](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/ada5f26))
7+
- Add support for clear undo redo stack. ([#106](https://github.com/rainerhahnekamp/ngrx-toolkit/pull/106))
8+
- upgrade to NgRx 19 ([f257624](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/f257624))
9+
- **devtools:** add `withMapper` feature ([97c0031](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/97c0031))
10+
- **devtools:** add `withGlitchTracking` feature ([fc972d5](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/fc972d5))
11+
- **signals:** add `withReset()` feature to SignalStore ([90a64b3](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/90a64b3))
12+
13+
### 🩹 Fixes
14+
15+
- **devtools:** do not throw if devtools are unavailable ([8c471a1](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/8c471a1))
16+
- **docs:** fix failed markdown ([f6430c6](https://github.com/rainerhahnekamp/ngrx-toolkit/commit/f6430c6))
17+
18+
### ❤️ Thank You
19+
20+
- Lukáš Šefčík @LukasSefcik
21+
- marcindz88
22+
- Michal Štrajt @mikeshtro
23+
- Rainer Hahnekamp @rainerhahnekamp
24+
125
# 19.0.0 (2025-01-08)
226

327
### 🚀 Features

libs/ngrx-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/ngrx-toolkit",
3-
"version": "19.0.0",
3+
"version": "19.0.1",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",

0 commit comments

Comments
 (0)