@purple/phoenix-components 4.22.1 → 4.23.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
@@ -2,6 +2,44 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.23.1](https://github.com/purple-technology/phoenix-components/compare/v4.23.0...v4.23.1) (2022-02-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **NumberInput:** prevent input from clearing on invalid value ([e0d38f9](https://github.com/purple-technology/phoenix-components/commit/e0d38f94aa4d40ca24dad20492e1d830ad56142a))
11
+
12
+ ## [4.23.0](https://github.com/purple-technology/phoenix-components/compare/v4.22.3...v4.23.0) (2022-02-17)
13
+
14
+
15
+ ### Features
16
+
17
+ * **Icon:** new icon bullet-point ([38670f0](https://github.com/purple-technology/phoenix-components/commit/38670f03531190f2614aa49efacda04b9930b25a))
18
+ * **Icon:** new icons eye and later ([b1ec7d6](https://github.com/purple-technology/phoenix-components/commit/b1ec7d6aa756179950fc98fb51b5e3e3b96828c8))
19
+ * **List:** allow no icon ([88d4109](https://github.com/purple-technology/phoenix-components/commit/88d41090a3a842dfa4231b5301be00784e51f027))
20
+ * **List:** improve passing props to ListItem components ([efdf0ad](https://github.com/purple-technology/phoenix-components/commit/efdf0adfec3fca766f943b4ce63043a3d23f2206))
21
+ * **List:** new component List ([e4db499](https://github.com/purple-technology/phoenix-components/commit/e4db4994dda1437a8fa557e278a43c73fbba8cae))
22
+ * **Modal:** allow setting Modal container ([56cf6fb](https://github.com/purple-technology/phoenix-components/commit/56cf6fb19fa7d05de3d8242a5463483513e014a8))
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * typo in lodash package name ([288702e](https://github.com/purple-technology/phoenix-components/commit/288702e6aea64fcee50fb50e10ab9007a927bb15))
28
+
29
+ ### [4.22.3](https://github.com/purple-technology/phoenix-components/compare/v4.22.2...v4.22.3) (2022-02-16)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **NumberInput:** make the displayed text respond to changes in value prop ([68bce40](https://github.com/purple-technology/phoenix-components/commit/68bce405e46fb631c6f2859f59614601fc4edd27))
35
+
36
+ ### [4.22.2](https://github.com/purple-technology/phoenix-components/compare/v4.22.1...v4.22.2) (2022-02-15)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **NumberInput:** prioritize displaying internal error over external ([4c49b78](https://github.com/purple-technology/phoenix-components/commit/4c49b78bd0c2db676fdf2e97f70847b6cffecde8))
42
+
5
43
  ### [4.22.1](https://github.com/purple-technology/phoenix-components/compare/v4.22.0...v4.22.1) (2022-02-14)
6
44
 
7
45