@decidables/detectable-elements 0.1.2 → 0.2.1

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.2.1](https://github.com/decidables/decidables/compare/@decidables/detectable-elements@0.2.0...@decidables/detectable-elements@0.2.1) (2022-04-27)
7
+
8
+ **Note:** Version bump only for package @decidables/detectable-elements
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.2.0](https://github.com/decidables/decidables/compare/@decidables/detectable-elements@0.1.3...@decidables/detectable-elements@0.2.0) (2022-04-07)
15
+
16
+
17
+ ### ⚠ BREAKING CHANGES
18
+
19
+ * **detectable-elements:** "outcome" option now only colors outcomes, and "all" option colors everything
20
+
21
+ ### Features
22
+
23
+ * **detectable-elements:** add equations for PPV and FOR ([9c7841c](https://github.com/decidables/decidables/commit/9c7841ceede9c553a9bfa0b6cfe685d65b8bdc03))
24
+ * **detectable-elements:** add multiple value example ([407694a](https://github.com/decidables/decidables/commit/407694a884ead989ffeb1b1fd3dfa4436705d653))
25
+ * **detectable-elements:** add new color option for table ([c0ea8ef](https://github.com/decidables/decidables/commit/c0ea8ef619816eb2f5d6ebcc0e64aefa9e871df7))
26
+ * **detectable-elements:** use proper minus signs in labels ([bb4ec8c](https://github.com/decidables/decidables/commit/bb4ec8cf28465fa1ce452e5a77d459a4a04fd976))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **detectable-elements:** fix labelling and appeareance of incentives in detectable-response ([4b0b5a9](https://github.com/decidables/decidables/commit/4b0b5a9fc294672fc0610d5489231dbc6e363850))
32
+ * **detectable-elements:** improve equation layout at small screen size ([e078034](https://github.com/decidables/decidables/commit/e07803402880ece793947d0dd4c87747b6ff7f06))
33
+
34
+
35
+
36
+ ### [0.1.3](https://github.com/decidables/decidables/compare/@decidables/detectable-elements@0.1.2...@decidables/detectable-elements@0.1.3) (2022-03-31)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **detectable-elements:** better label alignment in ROC space points ([5c3a8c0](https://github.com/decidables/decidables/commit/5c3a8c0657160e4f1a4bf31c88f939f6ab9829c9))
42
+ * **detectable-elements:** fix quotes around 'present' and 'absent' in table ([b1467a8](https://github.com/decidables/decidables/commit/b1467a8e58bdd8f6c3fef2cfaca43b241e3efc59))
43
+ * **detectable-elements:** make use of new border-radius styling variable ([4453e4a](https://github.com/decidables/decidables/commit/4453e4a1a135906808f8e74cbb14396a31d31b8a))
44
+ * **detectable-elements:** reorder accuracy equation to make structure clearer ([9c0926a](https://github.com/decidables/decidables/commit/9c0926ae73af94005e18b0dab3459632209b6331))
45
+
46
+
47
+
6
48
  ### [0.1.2](https://github.com/decidables/decidables/compare/@decidables/detectable-elements@0.1.1...@decidables/detectable-elements@0.1.2) (2022-03-24)
7
49
 
8
50