Skip to content

Latest commit

 

History

History
117 lines (61 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

117 lines (61 loc) · 3.33 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]

2.1.9 - 2021-11-01

  • No updates. Transitive dependency bump.

2.1.8 - 2021-09-24

Changed

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

2.1.7 - 2021-09-14

  • No updates. Transitive dependency bump.

2.1.6 - 2021-09-14

Changed

  • Enable type checking in tests and fix type errors. [#2034]

2.1.5 - 2021-08-30

  • No updates. Transitive dependency bump.

2.1.4 - 2021-08-24

Changed

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

2.1.3 - 2021-08-13

Changed

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

2.1.2 - 2021-08-04

Changed

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

2.1.1 - 2021-08-03

Changed

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

2.1.0 - 2021-07-13

Added

  • Officially supports React 17.x 1969

2.0.2 - 2021-06-29

  • No updates. Transitive dependency bump.

2.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

1.2.8 - 2021-04-13

Changed

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

1.2.4 - 2021-03-03

Fixed

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

1.2.0 - 2020-12-18

Added

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

1.1.3 - 2020-10-20

  • Updated tslib dependency to ^1.14.1. #1657

1.1.0 - 2020-09-15

Fixed

  • Exported useImportRemote hook and Status(1634)

1.0.0 - 2019-05-03

Changed

  • Changes to the props of <ImportRemote /> mid-render will cause the import to be canceled. (608)
  • Removed onError callback prop. onImported now receives an error in the case that an error occurs during the import. (608)
  • Added useImportRemote() hook (608)

Added