Skip to content

Releases: Voitanos/jest-preset-spfx-react16

v1.5.0 - Support TypeScript v3.8, Jest v26 & Node.js v14

08 Jul 21:00
Compare
Choose a tag to compare

support jest v26 & typescript v3.8

  • add support for Jest v26
  • add support for TypeScript v3.8
  • add support for Node v14

v1.4.0 - Support SPFx v1.10.0 & v1.11.0, TypeScript v3.3

08 Jul 19:55
Compare
Choose a tag to compare

This release represents a big improvement in the project (after much neglect). Builds & publishing beta, as well as published, versions to NPM are now automated. A significant update to the README includes provide better guidance for installs and supporting various versions of TypeScript used in your projects.

new & updated

  • added support for SPFx v1.10.0 & v1.11.0 projects using the default version of TypeScript
  • added support for TypeScript v3.3

v1.3.2

14 Oct 20:47
Compare
Choose a tag to compare
  • previous fix in 1.2.1 introduced regression
  • this configures ts-jest preprocessor to use same TSC compiler options as the project, but makes one mod to address issue that was fixed in 1.2.1

v1.3.1

08 Oct 10:08
Compare
Choose a tag to compare
fix ts-jest to use preset tsconfig

v1.3.0

06 Oct 10:52
Compare
Choose a tag to compare

Fix issue with missing classname in snapshots

v1.2.0

09 May 22:25
Compare
Choose a tag to compare

Bumped versions of all dependencies, specifically Jest to v24 & TypeScript to v2.9 (same as default SPFx v1.8.2 project).