lion/packages/collapsible/CHANGELOG.md
github-actions[bot] f400425cf8 Version Packages
2021-01-06 16:44:27 +00:00

119 lines
2.4 KiB
Markdown

# Change Log
## 0.2.8
### 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
## 0.2.7
### Patch Changes
- Updated dependencies [9fba9007]
- @lion/core@0.13.6
## 0.2.6
### Patch Changes
- Updated dependencies [41edf033]
- @lion/core@0.13.5
## 0.2.5
### Patch Changes
- b222fd78: Always use CSSResultArray for styles getters and be consistent. This makes typing for subclassers significantly easier. Also added some fixes for missing types in mixins where the superclass was not typed properly. This highlighted some issues with incomplete mixin contracts
## 0.2.4
### 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.2.3
### Patch Changes
- Updated dependencies [e2e4deec]
- @lion/core@0.13.3
## 0.2.2
### Patch Changes
- Updated dependencies [20ba0ca8]
- @lion/core@0.13.2
## 0.2.1
### Patch Changes
- Updated dependencies [e92b98a4]
- @lion/core@0.13.1
## 0.2.0
### Minor Changes
- 6be72935: Added types for collapsible package.
### Patch Changes
- Updated dependencies [01a798e5]
- @lion/core@0.13.0
## 0.1.6
### Patch Changes
- Updated dependencies [75107a4b]
- @lion/core@0.12.0
## 0.1.5
### Patch Changes
- Updated dependencies [874ff483]
- @lion/core@0.11.0
## 0.1.4
### Patch Changes
- Updated dependencies [65ecd432]
- Updated dependencies [4dc621a0]
- @lion/core@0.10.0
## 0.1.3
### Patch Changes
- Updated dependencies [4b3ac525]
- @lion/core@0.9.1
## 0.1.2
### Patch Changes
- Updated dependencies [3c61fd29]
- Updated dependencies [9ecab4d5]
- @lion/core@0.9.0
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/collapsible@0.1.0...@lion/collapsible@0.1.1) (2020-07-27)
**Note:** Version bump only for package @lion/collapsible
# 0.1.0 (2020-07-27)
### Features
- **collapsible:** add collapsible component ([01692ab](https://github.com/ing-bank/lion/commit/01692abd3c7f179a48cbebbcb54efab7d1fa6857))