Skip to content

Commit 8164446

Browse files
committed
chore(release): 17.0.0
1 parent 3f63c68 commit 8164446

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [17.0.0](https://github.com/ngneat/spectator/compare/v16.0.0...v17.0.0) (2024-02-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **spectator:** remove 'props' and 'setProps' from host/directive
11+
factories
12+
13+
* fix: infer input signals when setting inputs on createComponent
14+
15+
* test: align signal input test between jasmine/jest
16+
17+
* refactor: rename input signal types to be aligned
18+
19+
Fixed type names of InferSignalInputs and InputSignalInput (which was a
20+
typo) to be aligned with Angular's InputSignal type, rather than
21+
SignalInput
22+
23+
* refactor: remove unnecessary generic params from factories
24+
25+
* fix: setprops behaviour for pipe factory
26+
27+
* docs: update documentation to reflect api Changes
28+
29+
Added disclaimers for createHostFactory, createDirectiveFactory, and
30+
createPipeFactory as they don't support props/setProps anymore.
31+
32+
### Features
33+
34+
* **spectator:** Support input signals ([#638](https://github.com/ngneat/spectator/issues/638)) ([3f63c68](https://github.com/ngneat/spectator/commit/3f63c68440f2dc11cb251e49d8ebdc8a9a44a5e9))
35+
536
## [16.0.0](https://github.com/ngneat/spectator/compare/v15.0.1...v16.0.0) (2023-12-16)
637

738

projects/spectator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ngneat/spectator",
33
"description": "A powerful tool to simplify your Angular tests",
44
"author": "Netanel Basal <[email protected]>",
5-
"version": "16.0.0",
5+
"version": "17.0.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)