lion/packages/icon/CHANGELOG.md
github-actions[bot] a42351019c Version Packages
2021-04-12 20:47:43 +00:00

12 KiB

Change Log

0.11.1

Patch Changes

  • 77a04245: add protected and private type info
  • Updated dependencies [77a04245]
  • Updated dependencies [43e4bb81]
    • @lion/core@0.16.0
    • singleton-manager@1.4.1

0.11.0

Minor Changes

  • f3e54c56: Publish documentation with a format for Rocket
  • 5db622e9: BREAKING: Align exports fields. This means no more wildcards, meaning you always import with bare import specifiers, extensionless. Import components where customElements.define side effect is executed by importing from '@lion/package/define'. For multi-component packages this defines all components (e.g. radio-group + radio). If you want to only import a single one, do '@lion/radio-group/define-radio' for example for just lion-radio.

Patch Changes

  • Updated dependencies [f3e54c56]
  • Updated dependencies [5db622e9]
    • @lion/core@0.15.0
    • singleton-manager@1.4.0

0.10.1

Patch Changes

  • Updated dependencies [701aadce]
    • @lion/core@0.14.1

0.10.0

Minor Changes

  • b2f981db: Add exports field in package.json

    Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside.

Patch Changes

  • Updated dependencies [b2f981db]
    • @lion/core@0.14.0
    • singleton-manager@1.3.0

0.9.5

Patch Changes

  • c913c973: Export the IconManager in @lion/icon index.js entrypoint.

0.9.4

Patch Changes

  • Updated dependencies [8fb7e7a1]
  • Updated dependencies [9112d243]
    • @lion/core@0.13.8

0.9.3

Patch Changes

  • 98f1bb7e: Ensure all lit imports are imported from @lion/core. Remove devDependencies in all subpackages and move to root package.json. Add demo dependencies as real dependencies for users that extend our docs/demos.
  • Updated dependencies [98f1bb7e]
    • @lion/core@0.13.7
    • singleton-manager@1.2.1

0.9.2

Patch Changes

  • Updated dependencies [9fba9007]
    • @lion/core@0.13.6

0.9.1

Patch Changes

  • Updated dependencies [41edf033]
    • @lion/core@0.13.5

0.9.0

Minor Changes

  • 31471262: Allow setting a custom icon manager, which is important if you as a subclasser are managing your singletons.

0.8.4

Patch Changes

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

0.8.3

Patch Changes

  • cfbcccb5: Fix type imports to reuse lion where possible, in case Lit updates with new types that may break us.
  • Updated dependencies [cfbcccb5]
    • @lion/core@0.13.4

0.8.2

Patch Changes

0.8.1

Patch Changes

  • Updated dependencies [e2e4deec]
    • @lion/core@0.13.3

0.8.0

Minor Changes

  • 978af941: fix(icon): single pronounciation in JAWS/FF

Patch Changes

  • Updated dependencies [20ba0ca8]
    • @lion/core@0.13.2

0.7.6

Patch Changes

  • Updated dependencies [e92b98a4]
    • @lion/core@0.13.1

0.7.5

Patch Changes

  • Updated dependencies [01a798e5]
    • @lion/core@0.13.0

0.7.4

Patch Changes

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

0.7.3

Patch Changes

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

0.7.2

Patch Changes

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

0.7.1

Patch Changes

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

0.7.0

Minor Changes

  • 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

  • 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.6.5 (2020-07-13)

Note: Version bump only for package @lion/icon

0.6.4 (2020-06-18)

Note: Version bump only for package @lion/icon

0.6.3 (2020-06-10)

Note: Version bump only for package @lion/icon

0.6.2 (2020-06-08)

Note: Version bump only for package @lion/icon

0.6.1 (2020-06-03)

Bug Fixes

  • define side effects for demo files (1d40567)

0.6.0 (2020-05-29)

Features

  • merge field/validate/choice-input/form-group into @lion/form-core (6170374)
  • use markdown javascript (mdjs) for documentation (bcd074d)

0.5.2 (2020-05-25)

Bug Fixes

  • add side effects to package.json to fix storybook build (a7f7b4c)

0.5.1 (2020-05-19)

Bug Fixes

0.5.0 (2020-05-18)

Features

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

0.4.4 (2020-04-29)

Bug Fixes

0.4.3 (2020-04-02)

Note: Version bump only for package @lion/icon

0.4.2 (2020-03-25)

Note: Version bump only for package @lion/icon

0.4.1 (2020-03-05)

Note: Version bump only for package @lion/icon

0.4.0 (2020-03-03)

Features

  • icon: add icon lazy loading system (f887f97)

0.3.4 (2020-02-19)

Bug Fixes

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

0.3.3 (2020-02-06)

Note: Version bump only for package @lion/icon

0.3.2 (2020-01-20)

Note: Version bump only for package @lion/icon

0.3.1 (2020-01-17)

Bug Fixes

  • update storybook and use main.js (e61e0b9)

0.3.0 (2020-01-13)

Features

  • improved storybook demos (89b835a)
  • integrate and pass automated a11y testing (e1a417b)

0.2.10 (2019-12-02)

Bug Fixes

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

0.2.9 (2019-11-13)

Note: Version bump only for package @lion/icon

0.2.8 (2019-10-23)

Note: Version bump only for package @lion/icon

0.2.7 (2019-09-25)

Note: Version bump only for package @lion/icon

0.2.6 (2019-09-17)

Bug Fixes

  • icon: render nothing consistently when svg is null (4ff7a1e)

0.2.5 (2019-07-25)

Note: Version bump only for package @lion/icon

0.2.4 (2019-07-24)

Note: Version bump only for package @lion/icon

0.2.3 (2019-07-23)

Note: Version bump only for package @lion/icon

0.2.2 (2019-07-23)

Note: Version bump only for package @lion/icon

0.2.1 (2019-07-02)

Note: Version bump only for package @lion/icon

0.2.0 (2019-07-01)

Features

  • icon: enforce icon security using tagged templates (a6b0780)

0.1.10 (2019-06-27)

Bug Fixes

  • icon: refactor icon to not use 'until' hack and use get/set (675fc61)
  • icon: render nothing consistently when svg is undefined (c62d335)
  • icon: use LitElement (bd5f51e)

0.1.9 (2019-05-29)

Note: Version bump only for package @lion/icon

0.1.8 (2019-05-24)

Note: Version bump only for package @lion/icon

0.1.7 (2019-05-22)

Note: Version bump only for package @lion/icon

0.1.6 (2019-05-17)

Note: Version bump only for package @lion/icon

0.1.5 (2019-05-16)

Note: Version bump only for package @lion/icon

0.1.4 (2019-05-13)

Bug Fixes

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

0.1.3 (2019-04-28)

Bug Fixes

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

0.1.2 (2019-04-27)

Note: Version bump only for package @lion/icon

0.1.1 (2019-04-26)

Bug Fixes

  • add missing files to npm packages (0e3ca17)

0.1.0 (2019-04-26)

Features

  • release inital public lion version (ec8da8f)