Skip to content

Releases: help-me-mom/ng-mocks

v12.0.0

13 May 15:02
0e8e733
Compare
Choose a tag to compare

12.0.0 (2021-05-13)

Features

  • official support of Angular 12 (d63c34f)

BREAKING CHANGES

  • auto spy should be installed via ngMocks.autoSpy

v11.11.2

13 May 09:28
e93b0fd
Compare
Choose a tag to compare

11.11.2 (2021-05-13)

Bug Fixes

  • core: properly handling Sanitizer and DomSanitizer #538 (fb51bb4)
  • mock-render: detectChanges flag has to be provided to supress render (8195eeb)

v11.11.1

09 May 20:21
e71f74c
Compare
Choose a tag to compare

11.11.1 (2021-05-09)

Bug Fixes

  • mock-render: binds all inputs on no params #522 (dd5abba)

v11.11.0

09 May 08:23
277170a
Compare
Choose a tag to compare

11.11.0 (2021-05-09)

Bug Fixes

  • mock-builder: overrides mock modules for platform #435 (bf469bc)
  • mock-builder: respecting forward-ref and modules with providers #312 (4a099b8)
  • overrides as functions are properly cloned #455 (9310d34)
  • skipping wrong query selectors #445 (6750939)
  • supporting new structure of lView (8d3cadf)
  • #333: register mock components with entryComponents (3a53431), closes #333

Features

  • faster: supports MockRender in beforeAll #488 (df4418c)
  • mock-builder: accepts arrays in params #386 (c8d8e40)
  • mock-render: generates tpl only for provided inputs and outputs #434 (23d45a2)
  • mock-render: throws on wrong usage #488 (b4a62bc)
  • almost all ngMocks helpers support css selectors #317 (b348842)

v11.10.1

12 Apr 20:12
53ba7d7
Compare
Choose a tag to compare

11.10.1 (2021-04-12)

Bug Fixes

v11.10.0

04 Apr 21:49
69deac7
Compare
Choose a tag to compare

11.10.0 (2021-04-04)

Bug Fixes

Features

v11.9.1

14 Mar 07:53
004f851
Compare
Choose a tag to compare

11.9.1 (2021-03-14)

Bug Fixes

  • supporting schematics for updates (8e30404)

v11.9.0

27 Feb 21:05
d68636c
Compare
Choose a tag to compare

11.9.0 (2021-02-27)

Bug Fixes

Features

v11.8.0

25 Feb 18:30
f40a9c0
Compare
Choose a tag to compare

11.8.0 (2021-02-25)

Features

v11.7.0

19 Feb 07:19
47f6abe
Compare
Choose a tag to compare

11.7.0 (2021-02-19)

Bug Fixes

  • cannot set property 'form' of undefined (a7b60e9), closes #302
  • correct replacement of useExisting providers (6908e5f)

Features