Skip to content

Releases: Ninja-Squad/ngx-speculoos

v14.0.0

07 Jun 06:21

Choose a tag to compare

⚠ BREAKING CHANGES

  • ngx-speculoos is now based on Angular 20.x. If you want to use it with an older version of Angular, then stick to a previous version of ngx-speculoos

v13.1.0

10 Dec 16:46

Choose a tag to compare

Features

  • use automatic mode if zoneless change detection is used (35a64b2)

v13.0.1

09 Dec 20:08

Choose a tag to compare

Bug Fixes

  • doc: replace "implicit mode" by "automatic mode" (7663229)

v13.0.0

06 Dec 14:19

Choose a tag to compare

⚠ 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

27 May 13:15

Choose a tag to compare

Bug Fixes

  • missing ending parenthesis in error message (e9f07a0)

12.0.0

26 May 08:01

Choose a tag to compare

⚠ 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

16 Feb 12:29

Choose a tag to compare

Features

  • introduce routing tester to test with the RouterTestingHarness (4bebe7c)

v11.0.0

15 Nov 09:45

Choose a tag to compare

⚠ 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

05 May 08:08

Choose a tag to compare

⚠ 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

18 Nov 08:20

Choose a tag to compare

⚠ 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)