@purple/phoenix-components 4.16.0 → 4.19.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
@@ -2,6 +2,47 @@
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.19.0](https://github.com/purple-technology/phoenix-components/compare/v4.18.0...v4.19.0) (2021-12-13)
6
+
7
+
8
+ ### Features
9
+
10
+ * **MenuItem:** add disabled prop ([8503ac6](https://github.com/purple-technology/phoenix-components/commit/8503ac656909390dcfdc6c1143560290757555ae))
11
+ * **Notice:** responsiveness improvements ([690b9ce](https://github.com/purple-technology/phoenix-components/commit/690b9cead535563e1996b8e1b202be4177dd229b))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **SelectNative:** remove forced prompt option ([4504206](https://github.com/purple-technology/phoenix-components/commit/450420607b584e54f970bb9d68e42bd86119cfcc))
17
+
18
+ ## [4.18.0](https://github.com/purple-technology/phoenix-components/compare/v4.17.1...v4.18.0) (2021-11-10)
19
+
20
+
21
+ ### Features
22
+
23
+ * **Modal:** new component Modal ([169fbd2](https://github.com/purple-technology/phoenix-components/commit/169fbd2390107fe08955c9e2d3a1a223615c6910))
24
+
25
+ ### [4.17.1](https://github.com/purple-technology/phoenix-components/compare/v4.17.0...v4.17.1) (2021-11-03)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **Box:** fix in styling related to styled-system ([ca7fdeb](https://github.com/purple-technology/phoenix-components/commit/ca7fdeb47aadecd5df3090476c3e5963643c685c))
31
+
32
+ ## [4.17.0](https://github.com/purple-technology/phoenix-components/compare/v4.16.0...v4.17.0) (2021-11-02)
33
+
34
+
35
+ ### Features
36
+
37
+ * **MenuItem:** allow colored icons ([097ebc3](https://github.com/purple-technology/phoenix-components/commit/097ebc32350ae422b170c119af647762f6ad43b4))
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * export Box, Flex and Grid components ([7c31266](https://github.com/purple-technology/phoenix-components/commit/7c3126605d1d643b7ac4d68a57b63a22c8bb1014))
43
+ * improved onClick handler type across components ([f80e203](https://github.com/purple-technology/phoenix-components/commit/f80e20345d199626b6d5014bf0e4d8b532fcf776))
44
+ * **SelectPicker:** external image replaced by local ([3711f92](https://github.com/purple-technology/phoenix-components/commit/3711f929ff45fb78691c855fe272667c9fcb408c))
45
+
5
46
  ## [4.16.0](https://github.com/purple-technology/phoenix-components/compare/v4.15.0...v4.16.0) (2021-10-25)
6
47
 
7
48