From 8164446f1460b3f1e10cb7e51189b57c9382d6f6 Mon Sep 17 00:00:00 2001 From: Netanel Basal Date: Sat, 17 Feb 2024 19:43:49 +0200 Subject: [PATCH] chore(release): 17.0.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ projects/spectator/package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afd0f2d..1a5131b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ 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. +## [17.0.0](https://github.com/ngneat/spectator/compare/v16.0.0...v17.0.0) (2024-02-17) + + +### ⚠ BREAKING CHANGES + +* **spectator:** remove 'props' and 'setProps' from host/directive +factories + +* fix: infer input signals when setting inputs on createComponent + +* test: align signal input test between jasmine/jest + +* refactor: rename input signal types to be aligned + +Fixed type names of InferSignalInputs and InputSignalInput (which was a +typo) to be aligned with Angular's InputSignal type, rather than +SignalInput + +* refactor: remove unnecessary generic params from factories + +* fix: setprops behaviour for pipe factory + +* docs: update documentation to reflect api Changes + +Added disclaimers for createHostFactory, createDirectiveFactory, and +createPipeFactory as they don't support props/setProps anymore. + +### Features + +* **spectator:** Support input signals ([#638](https://github.com/ngneat/spectator/issues/638)) ([3f63c68](https://github.com/ngneat/spectator/commit/3f63c68440f2dc11cb251e49d8ebdc8a9a44a5e9)) + ## [16.0.0](https://github.com/ngneat/spectator/compare/v15.0.1...v16.0.0) (2023-12-16) diff --git a/projects/spectator/package.json b/projects/spectator/package.json index ee5fd81f..16f5f9e8 100644 --- a/projects/spectator/package.json +++ b/projects/spectator/package.json @@ -2,7 +2,7 @@ "name": "@ngneat/spectator", "description": "A powerful tool to simplify your Angular tests", "author": "Netanel Basal ", - "version": "16.0.0", + "version": "17.0.0", "license": "MIT", "repository": { "type": "git",