@decidables/decidables-elements
Version:
decidables-elements: Basic UI Web Components for the decidables project
221 lines (68 loc) • 7.16 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.9](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.8...@decidables/decidables-elements@0.4.9) (2025-02-06)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.4.8](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.7...@decidables/decidables-elements@0.4.8) (2025-01-26)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.4.7](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.6...@decidables/decidables-elements@0.4.7) (2025-01-17)
### Bug Fixes
* **decidables-elements:** fix disabled attribute for slider ([9dd5c5a](https://github.com/decidables/decidables/commit/9dd5c5a4f69fa67a5ec80eb7160e933609bfbc77))
## [0.4.6](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.5...@decidables/decidables-elements@0.4.6) (2024-05-04)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.4.5](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.4...@decidables/decidables-elements@0.4.5) (2024-01-27)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.4.4](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.3...@decidables/decidables-elements@0.4.4) (2024-01-09)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.4.3](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.2...@decidables/decidables-elements@0.4.3) (2023-12-31)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.4.2](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.1...@decidables/decidables-elements@0.4.2) (2023-12-28)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.4.1](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.4.0...@decidables/decidables-elements@0.4.1) (2023-11-30)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.4.0](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.3.5...@decidables/decidables-elements@0.4.0) (2023-10-13)
### Features
* **decidables-elements:** add mixin for dynamic resizing ([ff0ce34](https://github.com/decidables/decidables/commit/ff0ce340ade96afa2042424e124959c17f5d7dd3))
* **decidables-elements:** add optional postfix to spinner ([8b2baa6](https://github.com/decidables/decidables/commit/8b2baa64dea2a11085451d5085c6a4077743624a))
### Bug Fixes
* **decidables-elements:** fix filter effects region for shadows ([2370812](https://github.com/decidables/decidables/commit/237081206211e6aa0f22fb375a1e986695d030ff))
* **decidables-elements:** fix shadow filter for translated elements ([bb41c3a](https://github.com/decidables/decidables/commit/bb41c3a46acaa5c6a4448e358f2fef5f144c0a06))
## [0.3.5](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.3.4...@decidables/decidables-elements@0.3.5) (2023-09-13)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.3.4](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.3.3...@decidables/decidables-elements@0.3.4) (2023-03-22)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.3.3](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.3.2...@decidables/decidables-elements@0.3.3) (2023-01-16)
**Note:** Version bump only for package @decidables/decidables-elements
### [0.3.2](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.3.1...@decidables/decidables-elements@0.3.2) (2022-04-28)
**Note:** Version bump only for package @decidables/decidables-elements
### [0.3.1](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.3.0...@decidables/decidables-elements@0.3.1) (2022-04-07)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.3.0](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.2.0...@decidables/decidables-elements@0.3.0) (2022-03-31)
### Features
* **decidables-elements:** add border and border-radius as core styling variables ([a719f5a](https://github.com/decidables/decidables/commit/a719f5ad191dc9bd3e3ec7f41bc1156c8902f933))
### Bug Fixes
* **all:** improve contrast for UI controls ([4a97725](https://github.com/decidables/decidables/commit/4a9772558c569bf18c92c36731c6b05f9630ac2c))
## [0.2.0](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.1.1...@decidables/decidables-elements@0.2.0) (2022-03-24)
### ⚠ BREAKING CHANGES
* **decidables-elements:** getComputedStyleValue now trims whitespace
which gets included in CSS custom variables
* **decidables-elements:** Remove unique ID from DecidablesElement
### Bug Fixes
* **decidables-elements:** getComputedStyleValue now trims whitespace ([5d58de2](https://github.com/decidables/decidables/commit/5d58de29f121bc4009d81675a9e5ae1ace3714a9))
### Code Refactoring
* **decidables-elements:** remove unique ID hack for IE11 ([6d8e721](https://github.com/decidables/decidables/commit/6d8e72119ab42a78317e7c235a50670a2aafc097))
### [0.1.1](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.1.0...@decidables/decidables-elements@0.1.1) (2022-03-21)
**Note:** Version bump only for package @decidables/decidables-elements
## [0.1.0](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.0.5...@decidables/decidables-elements@0.1.0) (2022-03-18)
### Features
* **all:** version bumps for dependencies ([3c4678c](https://github.com/decidables/decidables/commit/3c4678cb8753cac592feeaa646dd57b7ec622536))
### [0.0.5](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.0.4...@decidables/decidables-elements@0.0.5) (2022-03-18)
**Note:** Version bump only for package @decidables/decidables-elements
### [0.0.4](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.0.3...@decidables/decidables-elements@0.0.4) (2022-03-15)
**Note:** Version bump only for package @decidables/decidables-elements
### [0.0.3](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.0.2...@decidables/decidables-elements@0.0.3) (2022-03-07)
**Note:** Version bump only for package @decidables/decidables-elements
### [0.0.2](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.0.1...@decidables/decidables-elements@0.0.2) (2022-03-03)
**Note:** Version bump only for package @decidables/decidables-elements
### 0.0.1 (2022-03-02)
**Note:** Version bump only for package @decidables/decidables-elements