@decidables/decidables-elements 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,48 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.3.0](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.2.0...@decidables/decidables-elements@0.3.0) (2022-03-31)
7
+
8
+
9
+ ### Features
10
+
11
+ * **decidables-elements:** add border and border-radius as core styling variables ([a719f5a](https://github.com/decidables/decidables/commit/a719f5ad191dc9bd3e3ec7f41bc1156c8902f933))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **all:** improve contrast for UI controls ([4a97725](https://github.com/decidables/decidables/commit/4a9772558c569bf18c92c36731c6b05f9630ac2c))
17
+
18
+
19
+
20
+ ## [0.2.0](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.1.1...@decidables/decidables-elements@0.2.0) (2022-03-24)
21
+
22
+
23
+ ### ⚠ BREAKING CHANGES
24
+
25
+ * **decidables-elements:** getComputedStyleValue now trims whitespace
26
+ which gets included in CSS custom variables
27
+ * **decidables-elements:** Remove unique ID from DecidablesElement
28
+
29
+ ### Bug Fixes
30
+
31
+ * **decidables-elements:** getComputedStyleValue now trims whitespace ([5d58de2](https://github.com/decidables/decidables/commit/5d58de29f121bc4009d81675a9e5ae1ace3714a9))
32
+
33
+
34
+ ### Code Refactoring
35
+
36
+ * **decidables-elements:** remove unique ID hack for IE11 ([6d8e721](https://github.com/decidables/decidables/commit/6d8e72119ab42a78317e7c235a50670a2aafc097))
37
+
38
+
39
+
40
+ ### [0.1.1](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.1.0...@decidables/decidables-elements@0.1.1) (2022-03-21)
41
+
42
+ **Note:** Version bump only for package @decidables/decidables-elements
43
+
44
+
45
+
46
+
47
+
6
48
  ## [0.1.0](https://github.com/decidables/decidables/compare/@decidables/decidables-elements@0.0.5...@decidables/decidables-elements@0.1.0) (2022-03-18)
7
49
 
8
50