Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Latest commit

 

History

History
171 lines (87 loc) · 5.97 KB

CHANGELOG.md

File metadata and controls

171 lines (87 loc) · 5.97 KB

Changelog

5.2.0

Minor Changes

5.1.0

Minor Changes

5.0.4

Patch Changes

  • #2611 5d569d1cf Thanks @BPScott! - Adjust imports of internal types to adhere to TypeScript's verbatimModuleSyntax format. This does not affect externally presented types.

  • #2608 ba4da84d5 Thanks @BPScott! - Use import type everywhere that we deal with importing types

5.0.3

Patch Changes

5.0.2

Patch Changes

  • #2389 03c1abc8c Thanks @BPScott! - Add types field to package.json export maps to support typescript consumers that use moduleResolution: "node16"

5.0.1 - 2022-06-08

  • No updates. Transitive dependency bump.

5.0.0 - 2022-05-19

Breaking Change

  • Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [#2277]

4.2.4 - 2022-03-09

Changed

  • Correct wildcard export to ./* [#2209]

4.2.3 - 2022-02-25

Changed

  • Use ./* instead of ./ in package.json exports to fix deprecation warning. [#2184]

4.2.2 - 2022-02-01

Changed

  • Rerelease after failed publish. No code changes.

4.2.1 - 2022-02-01

Changed

  • Reorder exports map to prioritize the esnext condition. [#2148]
  • Update Loom build config. [#2150]

4.2.0 - 2022-01-24

Added

  • Minor Expose acceptedDefaultIgnoredTags to flag which default ignored tags you want to bypass (textarea, select, input) #2125

Fixed

  • Fix issue with shortcuts not triggered when node is provided and focused #2125

4.1.7 - 2021-11-23

  • No updates. Transitive dependency bump.

4.1.6 - 2021-11-22

Changed

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

4.1.5 - 2021-09-24

Changed

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

4.1.4 - 2021-08-30

Changed

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

4.1.3 - 2021-08-24

Changed

  • Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]
  • Added file exclusion for tests to package.json. [#2005]

4.1.2 - 2021-08-04

Changed

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

4.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]

4.1.0 - 2021-07-13

Added

  • Officially supports React 17.x 1969

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

3.1.4 - 2021-04-13

Changed

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

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

3.1.0 - 2020-12-18

Added

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

3.0.15 - 2020-10-20

  • Updated tslib dependency to ^1.14.1. #1657

Fixed

  • Added a check for event.getModifierState method before calling it. (#1578)

3.0.0 - 2019-04-02

Changed

Added