Releases: Ninja-Squad/ngx-speculoos
Releases · Ninja-Squad/ngx-speculoos
v13.1.0
Features
- use automatic mode if zoneless change detection is used (35a64b2)
v13.0.1
Bug Fixes
- doc: replace "implicit mode" by "automatic mode" (7663229)
v13.0.0
⚠ BREAKING CHANGES
- ngx-speculoos now allows running test in automatic mode. In this mode,
instead of imperatively triggering a change detection, you await the stability
and thus let Angular decide if a CD is necessary or not.
See the "Upgrading to v13" section of the README for details.
- ngx-speculoos is now based on Angular 19.x. If you want to use it with an older version of Angular, then stick to a previous version of
ngx-speculoos
Features
- provide a way to run tests in automatic mode (758ff9c)
- upgrade to angular and cli 19 (aac3132)
v12.0.1
Bug Fixes
- missing ending parenthesis in error message (e9f07a0)
12.0.0
⚠ BREAKING CHANGES
ngx-speculoos
is now based on Angular 18.x. If you want to use it with an older version of Angular, then stick to a previous version of `ngx-speculoos
TestSelect
's selectIndex
, selectValue
and selectLabel
methods now throw if an invalid index, value or label is passed, instead of ignoring it.
- The deprecated
fakeRoute
and fakeSnapshot
functions have been dropped.
Use stubRoute
, or the RoutingTester
instead.
Features
- drop the deprecated fakeRoute and fakeSnapshot functions (6a5225a)
- throw when selecting invalid index, value or label (093cb5a)
- upgrade to Angular and CLI 18 (99af81c)
11.1.0
Features
- introduce routing tester to test with the RouterTestingHarness (4bebe7c)
v11.0.0
⚠ BREAKING CHANGES
ngx-speculoos
is now based on Angular 17.x. If you want to use it with an older version of Angular, then stick to a previous version of ngx-speculoos
.
Features
- upgrade to Angular and CLI 17 (a838a69)
v10.0.0
⚠ BREAKING CHANGES
ngx-speculoos
is now based on Angular 16.x. If you want to use it with an older version of Angular, then stick to a previous version of ngx-speculoos
.
Features
v9.0.0
⚠ BREAKING CHANGES
ngx-speculoos
is now based on Angular 15.x. If you want to use it with an older version of Angular, then stick to a previous version of ngx-speculoos
.
Features
- route: Allows setting the title of a route and of its snapshot (06d70d8)
- upgrade to Angular 15 (8662e7d)
v8.0.1
Bug Fixes
- route: make sure param maps contain the same values as params (c7859a1)