Skip to content

Latest commit

 

History

History
159 lines (81 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

159 lines (81 loc) · 4.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and adheres to Semantic Versioning.

Unreleased

Changed

  • Fixed babel helpers file being generated with incorrect filename in esm build. [#2082]

3.0.7 - 2021-09-24

Changed

  • Migrate from sewing-kit-next to loom for building - package build output remains identical. [#2039]

3.0.6 - 2021-08-24

Changed

  • Added file exclusion for tests to package.json and enable type checking for tests. [#2005]
  • Rename test/ to tests/ [#2005]

3.0.5 - 2021-08-13

Changed

  • Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]

3.0.4 - 2021-08-04

Changed

  • Ensure tsconfig.tsbuildinfo file is not uploaded to the npm registry. [#1982]

3.0.3 - 2021-08-03

Changed

  • Update to latest sewing-kit-next for build. Update types/typesVersions fields to point directly into the build folder [#1980]

3.0.2 - 2021-06-29

Fixed

  • Dimension mocks no longer leak invalid values into other tests after being restored. [#1961]

3.0.0 - 2021-05-21

Breaking Change

  • Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906

2.11.5 - 2021-04-13

Changed

  • Removed dependency on tslib, as we no-longer compile with tsc. #1829

2.11.4 - 2021-04-07

Changed

  • Updated match-media mock so it passes TypeScript's "strictPropertyInitialization" checks. #1814

2.11.2 - 2021-03-03

Fixed

  • Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759

2.10.0 - 2020-12-18

Added

  • Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability [#1698](#1698

2.9.4 - 2020-12-08

Added

  • Updated fetch-mock dependency to ^9.11.0. #1691

Fixed

  • Fixed broken location module and re-enabled tests #1684

2.9.3 - 2020-10-20

  • Updated tslib dependency to ^1.14.1. #1657

2.9.2 - 2020-10-09

Added

  • fetch-mock is updated to the latest version #1510

    Please see the migration guide for more information.

2.9.1 - 2020-05-05

Added

  • Fixed setup instructions instructions for ensureMocksReset

2.9.0 - 2020-04-23

  • Added mock for innerWidth to dimensions (#1399)

2.8.0 - 2019-10-03

  • Added the Connection class for to allow mocking navigator.connection in tests #1083

2.7.1 - 2019-07-03

Fixed

  • Fixed bad default behaviour when specifying only a subset of an IntersectionObserver mock (#762)

2.7.0 - 2019-06-24

Added

  • Accurate return types for Storage mocks

2.6.1 - 2019-04-25

Fixed

  • Now correctly declares a dependency on @shopify/react-async

Added

  • Added a mock for dimensions (#625)

2.5.0 - 2019-03-28

Added

  • Added a mock for Promise (#614)

2.4.0

Added

  • Added a mock for IntersectionObserver and requestIdleCallback (#576)

2.2.0

Added

  • User timing mocks #468.

2.1.3 - 2019-01-09

  • Start of Changelog