Skip to content

12.0.0

Compare
Choose a tag to compare
@jnizet jnizet released this 26 May 08:01
· 247 commits to master since this release

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