Skip to content

Latest commit

 

History

History
141 lines (77 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

141 lines (77 loc) · 4.69 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.9 - 2021-09-24

Changed

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

3.0.8 - 2021-08-24

Changed

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

3.0.7 - 2021-08-13

Changed

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

3.0.6 - 2021-08-04

Changed

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

3.0.5 - 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.4 - 2021-07-15

  • No updates. Transitive dependency bump.

3.0.3 - 2021-06-29

  • No updates. Transitive dependency bump.

3.0.1 - 2021-05-28

Changed

  • Updated @shopify/address-mocks

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.10.6 - 2021-04-13

Changed

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

2.10.4 - 2021-04-07

Changed

  • Updated types within loader so it passes TypeScript's "noImplicitThis" checks. #1814

2.10.3 - 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

2.9.2 - 2020-10-20

  • Updated tslib dependency to ^1.14.1. #1657

2.9.0 - 2020-09-02

  • Added optionalLabels to GraphQL query for countries and for country (#1610)
  • Minor update to @shopify/address-consts and minor update to @shopify/address-mocks. (#1610)

2.8.0 - 2020-03-10

  • Major update to @shopify/address-consts and minor update to @shopify/address-mocks
  • Remove use of toSupportedLocale to default locale to en and let CountryService take care of the default en feature. #1301

2.7.0 - 2019-08-14

Added

  • Added provinceKey to Country interface (#843)

2.5.0 - 2019-01-08

  • Removed address2Key, zoneKey and zipKey
  • Expose labels on Country object that stores all translated labels needed to show a form.
  • Rename Province toZoneon FieldName enum, and renamedProvinceinterface toZone`.

2.4.0 - 2018-10-11

  • Expose testing helpers. (#328)

2.3.0 - 2018-10-01

  • Replaced SupportedCountry type by string. (#322)

2.2.0 - 2018-10-01

  • Replaced SupportedLocale type by string. Default to english, if locale does not exist. (#321)

2.1.0 - 2018-09-28

  • Created SupportedLocale type (#311)
  • Created SupportedCountry type (#311)
  • AddressFormatter now accepts SupportedLocale as locale instead of string (#311)

2.0.0 - 2018-09-19

Added

  • Changed address2Key: string type to Address2Key type (#274)
  • Changed zoneKey: string type to ProvinceKey type (#274)
  • Changed address2Key: string type to ZipKey type (#274)
  • Removed attributes key from Country type (#274)
  • Changed format key to formatting in Country type (#274)