lion/packages/localize/CHANGELOG.md
github-actions[bot] bde72f1a08 Version Packages
2020-11-30 16:16:17 +01:00

18 KiB

Change Log

0.15.1

Patch Changes

  • Updated dependencies [39d5e767]
    • singleton-manager@1.2.0

0.15.0

Minor Changes

  • 3ada1aef: Localize set date and number postProcessors for locale

0.14.9

Patch Changes

  • Updated dependencies [cfbcccb5]
    • @lion/core@0.13.4

0.14.8

Patch Changes

  • 8ca71b8f: parseDate('31.02.2020') returned 'Mon Mar 02 2020 00:00:00 GMT+0100....'. But not anymore, now it returns undefined.
  • Updated dependencies [e2e4deec]
    • @lion/core@0.13.3

0.14.7

Patch Changes

  • 20ba0ca8: Type enhancements

    • LocalizeMixinTypes.d.ts extend from LitElement
    • Make slots a getter in SlotMixin types
    • selectedElement of type 'LionOption' in SelectRichInvoker
  • 618f2698: Run tests also on webkit

  • Updated dependencies [20ba0ca8]

    • @lion/core@0.13.2

0.14.6

Patch Changes

  • 7682e520: Fix formatting negative values for Turkish locale.
  • Updated dependencies [e92b98a4]
    • @lion/core@0.13.1

0.14.5

Patch Changes

  • b9327627: These packages were using out of sync type definitions for FormatOptions, and the types were missing a bunch of options that Intl would normally accept. We now extend Intl's NumberFormatOptions and DateTimeFormatOptions properly, so we always have the right types and are more consistent on it.
  • Updated dependencies [01a798e5]
    • @lion/core@0.13.0

0.14.4

Patch Changes

  • Updated dependencies [75107a4b]
    • @lion/core@0.12.0

0.14.3

Patch Changes

  • Updated dependencies [874ff483]
    • @lion/core@0.11.0

0.14.2

Patch Changes

  • Updated dependencies [65ecd432]
  • Updated dependencies [4dc621a0]
    • @lion/core@0.10.0

0.14.1

Patch Changes

  • Updated dependencies [4b3ac525]
    • @lion/core@0.9.1

0.14.0

Minor Changes

  • 09d96759: Add types for localize package. JSDocs types in the .js files, TSC generates type definition files. Mixins type definition files are hand-typed.
  • 9ecab4d5: Removing LionSingleton as es modules are already guaranteed to be singletons. This reduces complexity and means less code to ship to our users.

Patch Changes

  • 3c61fd29: Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.
  • Updated dependencies [3c61fd29]
  • Updated dependencies [09d96759]
  • Updated dependencies [9ecab4d5]
    • @lion/core@0.9.0
    • singleton-manager@1.1.2

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.13.1 (2020-07-13)

Note: Version bump only for package @lion/localize

0.13.0 (2020-07-07)

Bug Fixes

  • localize: format hungarian & bulgarian dates (cddd51a), closes #540

BREAKING CHANGES

  • localize: N

0.12.1 (2020-06-18)

Bug Fixes

  • localize: loading of new translations (5b8a991)

0.12.0 (2020-06-08)

Features

  • localize: support google translate (271520d)

0.11.2 (2020-06-08)

Note: Version bump only for package @lion/localize

0.11.1 (2020-06-03)

Bug Fixes

  • remove all stories folders from npm (1e04d06)

0.11.0 (2020-05-29)

Features

  • use markdown javascript (mdjs) for documentation (bcd074d)

0.10.0 (2020-05-18)

Features

  • use singleton manager to support nested npm installations (e2eb0e0)

0.9.2 (2020-04-29)

Bug Fixes

  • localization: force TR currency code at the end (#641) (89a84a8)

0.9.1 (2020-04-02)

Note: Version bump only for package @lion/localize

0.9.0 (2020-03-25)

Features

  • refrain from using dynamic vars inside dynamic import (42c840f)

0.8.10 (2020-03-05)

Note: Version bump only for package @lion/localize

0.8.9 (2020-03-04)

Bug Fixes

  • input-amount: normalize added for currency label (#618) (1bec11a)
  • localize: force symbols for locale 'en-AU' (#619) (a9ea72b)

0.8.8 (2020-02-26)

Note: Version bump only for package @lion/localize

0.8.7 (2020-02-19)

Bug Fixes

  • reduce storybook chunck sizes for more performance (9fc5606)

0.8.6 (2020-02-06)

Note: Version bump only for package @lion/localize

0.8.5 (2020-02-03)

Bug Fixes

  • localize: if locale is set to tr, currency TRY should display TL (8fb3b23)

0.8.4 (2020-01-23)

Bug Fixes

  • update links in stories (0c53b1d)

0.8.3 (2020-01-23)

Note: Version bump only for package @lion/localize

0.8.2 (2020-01-20)

Note: Version bump only for package @lion/localize

0.8.1 (2020-01-17)

Bug Fixes

  • update storybook and use main.js (e61e0b9)

0.8.0 (2020-01-13)

Bug Fixes

  • localize: fire localeChanged after loading missing locales (bf7603e)

Features

  • improved storybook demos (89b835a)

0.7.2 (2020-01-08)

Bug Fixes

  • localize: allow negative bulgarian numbers (367e2f4)

0.7.1 (2019-12-02)

Bug Fixes

  • use strict versions to get correct deps on older versions (8645c13)

0.7.0 (2019-12-01)

Features

  • refactor the overlay system implementations, docs and demos (a5a9f97)

0.6.0 (2019-11-27)

Features

  • localize: add getCurrencyName (708b6f9)

0.5.0 (2019-11-13)

Features

  • remove all deprecations from lion (66d3d39)

0.4.21 (2019-10-23)

Bug Fixes

  • localize: unforce defaults when options are given (08a9129)

0.4.20 (2019-10-23)

Note: Version bump only for package @lion/localize

0.4.19 (2019-10-09)

Bug Fixes

  • localize: add tests for percent in formatNumberToParts (1f40250)
  • localize: use option.locale to get separator in formatNumberToParts (093cfa0)

0.4.18 (2019-10-07)

Note: Version bump only for package @lion/localize

0.4.17 (2019-09-30)

Bug Fixes

  • localize: allow multiple characters for currency symbols (20b77a4)

0.4.16 (2019-09-25)

Note: Version bump only for package @lion/localize

0.4.15 (2019-09-20)

Bug Fixes

  • input-amount: use minus sign unicode instead of hypen-minus (edd7396)
  • localize: use minus sign unicode instead of hypen-minus (85beb18)

0.4.14 (2019-08-23)

Note: Version bump only for package @lion/localize

0.4.13 (2019-08-15)

Bug Fixes

  • localize: update the way to obtain the group separator for a number (b0d6f49)

0.4.12 (2019-08-07)

Bug Fixes

  • localize: for bg-BG locale, correct Intl output for group separator (c151f01)

0.4.11 (2019-07-30)

Bug Fixes

  • include test-helpers dir in the released package (6489069)

0.4.10 (2019-07-30)

Bug Fixes

0.4.9 (2019-07-25)

Note: Version bump only for package @lion/localize

0.4.8 (2019-07-24)

Note: Version bump only for package @lion/localize

0.4.7 (2019-07-23)

Note: Version bump only for package @lion/localize

0.4.6 (2019-07-23)

Note: Version bump only for package @lion/localize

0.4.5 (2019-07-23)

Note: Version bump only for package @lion/localize

0.4.4 (2019-07-18)

Note: Version bump only for package @lion/localize

0.4.3 (2019-07-15)

Bug Fixes

  • localize: set default fallback locale "en-GB" (fix #152) (270de8a)
  • localize: support fallback locale (e7ea9cb)

0.4.2 (2019-07-09)

Bug Fixes

  • localize: don't fire localeChanged event if set to the same locale (3115c50)
  • localize: observe <html lang> attribute (18589f4)

0.4.1 (2019-06-27)

Bug Fixes

  • localize: remove unnecessary normalization for Belgium (0afb0e1)
  • localize: return sign to the front of the currency formatted value in Dutch (8fb70c2)

0.4.0 (2019-06-06)

Features

  • localize: allow custom locale when loading namespaces (2e76ca0)

0.3.6 (2019-05-31)

Note: Version bump only for package @lion/localize

0.3.5 (2019-05-29)

Note: Version bump only for package @lion/localize

0.3.4 (2019-05-24)

Note: Version bump only for package @lion/localize

0.3.3 (2019-05-22)

Note: Version bump only for package @lion/localize

0.3.2 (2019-05-17)

Note: Version bump only for package @lion/localize

0.3.1 (2019-05-16)

Note: Version bump only for package @lion/localize

0.3.0 (2019-05-16)

Bug Fixes

  • localize: empty dates should be formatted as empty string (6cfa301)

Features

  • localize: allow long/short/narrow param getMonthNames (144ebce)

0.2.0 (2019-05-13)

Features

  • localize: add reusable generators for month and weekday names (043106c)

0.1.7 (2019-05-13)

Bug Fixes

  • add prepublish step to make links absolute for npm docs (9f2c4f6)

0.1.6 (2019-05-08)

Note: Version bump only for package @lion/localize

0.1.5 (2019-05-07)

Bug Fixes

  • import from entry points so stories can be extended (49f18a4)

0.1.4 (2019-04-29)

Note: Version bump only for package @lion/localize

0.1.3 (2019-04-28)

Bug Fixes

  • update storybook/linting; adjust story labels, eslint ignores (8d96f84)

0.1.2 (2019-04-27)

Bug Fixes

  • add missing exports to core, input-iban, localize (f5fd18c)

0.1.1 (2019-04-26)

Bug Fixes

  • add missing files to npm packages (0e3ca17)

0.1.0 (2019-04-26)

Bug Fixes

  • localize: work with dates of different timezones (cbbf0d4)

Features

  • release inital public lion version (ec8da8f)