@purple/phoenix-components 4.15.0 → 4.18.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 ADDED
@@ -0,0 +1,276 @@
1
+ # Changelog
2
+
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
+
5
+ ## [4.18.0](https://github.com/purple-technology/phoenix-components/compare/v4.17.1...v4.18.0) (2021-11-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * **Modal:** new component Modal ([169fbd2](https://github.com/purple-technology/phoenix-components/commit/169fbd2390107fe08955c9e2d3a1a223615c6910))
11
+
12
+ ### [4.17.1](https://github.com/purple-technology/phoenix-components/compare/v4.17.0...v4.17.1) (2021-11-03)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **Box:** fix in styling related to styled-system ([ca7fdeb](https://github.com/purple-technology/phoenix-components/commit/ca7fdeb47aadecd5df3090476c3e5963643c685c))
18
+
19
+ ## [4.17.0](https://github.com/purple-technology/phoenix-components/compare/v4.16.0...v4.17.0) (2021-11-02)
20
+
21
+
22
+ ### Features
23
+
24
+ * **MenuItem:** allow colored icons ([097ebc3](https://github.com/purple-technology/phoenix-components/commit/097ebc32350ae422b170c119af647762f6ad43b4))
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * export Box, Flex and Grid components ([7c31266](https://github.com/purple-technology/phoenix-components/commit/7c3126605d1d643b7ac4d68a57b63a22c8bb1014))
30
+ * improved onClick handler type across components ([f80e203](https://github.com/purple-technology/phoenix-components/commit/f80e20345d199626b6d5014bf0e4d8b532fcf776))
31
+ * **SelectPicker:** external image replaced by local ([3711f92](https://github.com/purple-technology/phoenix-components/commit/3711f929ff45fb78691c855fe272667c9fcb408c))
32
+
33
+ ## [4.16.0](https://github.com/purple-technology/phoenix-components/compare/v4.15.0...v4.16.0) (2021-10-25)
34
+
35
+
36
+ ### Features
37
+
38
+ * **Box:** new component Box ([5295fe0](https://github.com/purple-technology/phoenix-components/commit/5295fe00f186d6e594ec4ec434aa7f9f4d78b976))
39
+ * **CollapsibleCard:** rightContent prop added ([4c5ad57](https://github.com/purple-technology/phoenix-components/commit/4c5ad5745ea1d70a9e1750004bde7f44a6e4041f))
40
+ * **Flex:** new component Flex ([d7dcc86](https://github.com/purple-technology/phoenix-components/commit/d7dcc86c9b0c01cb669deafec0a26b8a13cdc4e8))
41
+ * **Grid:** new component Grid ([22fc443](https://github.com/purple-technology/phoenix-components/commit/22fc443f0f1cec501ebe8820fa69c73dee9a74e6))
42
+ * **Link:** new props ([557a8c1](https://github.com/purple-technology/phoenix-components/commit/557a8c126665f069eaeaf99de8adf0bd9733e366))
43
+ * **Pagination:** new component Pagination ([1d74ddb](https://github.com/purple-technology/phoenix-components/commit/1d74ddbf70e893583bc45705737e276efe999d86))
44
+ * textAlign prop added to text components ([41c6246](https://github.com/purple-technology/phoenix-components/commit/41c6246f9945e4f5266bb1a978734442278888fd))
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * **Icon:** correct sizing for icons ([352c8bb](https://github.com/purple-technology/phoenix-components/commit/352c8bb489b06b9341447c97c0428c2ed9c66c89))
50
+ * **MenuItem:** icon horizontal alignment ([7f28f9b](https://github.com/purple-technology/phoenix-components/commit/7f28f9bfcd67abc42034ef70292ad9798cdfb3cf))
51
+
52
+ ## [4.15.0](https://github.com/purple-technology/phoenix-components/compare/v4.14.0...v4.15.0) (2021-10-18)
53
+
54
+
55
+ ### Features
56
+
57
+ * className prop moved to GenericComponentProps ([9aa3fa6](https://github.com/purple-technology/phoenix-components/commit/9aa3fa67e93980f1adcc74195a84ba293243499a))
58
+ * **Icon:** allow white color for icons ([67b7f19](https://github.com/purple-technology/phoenix-components/commit/67b7f19b3fbdbe9cf6107a2ea858f97aae6c3edc))
59
+ * **Link:** iconAlignment prop default value ([0a636ce](https://github.com/purple-technology/phoenix-components/commit/0a636ce125d26dbfff43a236ffb948ac8fdbbd31))
60
+ * **MenuItem:** allow colorTheme prop ([349036a](https://github.com/purple-technology/phoenix-components/commit/349036a6b60069857674f15d7a607d57ed5017c8))
61
+ * **SelectPicker:** different gap size based on the component size ([cc334eb](https://github.com/purple-technology/phoenix-components/commit/cc334ebe8e71ec6a0176771bf113cfd1ee6c4593))
62
+ * **Spacer:** allow HTMLAttributes props ([bc5f210](https://github.com/purple-technology/phoenix-components/commit/bc5f210e31b095b2329e71ca6ed7869d93bebb5b))
63
+ * testId prop added to all visual components ([8bca2a8](https://github.com/purple-technology/phoenix-components/commit/8bca2a8ac22bd8f35a2a7ebcda3bf6e6541953fe))
64
+ * testId prop added to Collapsible and CollapsibleCard ([0f2a387](https://github.com/purple-technology/phoenix-components/commit/0f2a3876bdfe70ede52efe166ee3a5480b92682d))
65
+ * text components - extend HTMLAttributes interface ([83c031e](https://github.com/purple-technology/phoenix-components/commit/83c031e9f56d81b76ea6b9be111b99691369ec07))
66
+
67
+
68
+ ### Bug Fixes
69
+
70
+ * **Collapsible:** 1st paragraph should not have margin ([5cdc0fc](https://github.com/purple-technology/phoenix-components/commit/5cdc0fc8f8c6ba4dde484d707d36432a9f0ce090))
71
+ * **Collapsible:** make overflow visible when expanded ([cc8abec](https://github.com/purple-technology/phoenix-components/commit/cc8abec4ce913587278e010303a4f40f0c83c06b))
72
+ * **Collapsible:** transition intermittently not working when collapsing ([f3248ea](https://github.com/purple-technology/phoenix-components/commit/f3248ea54935498b3ef03802e5ff285108a3a5de))
73
+ * **Spacing:** allow override by zero ([9a0ec22](https://github.com/purple-technology/phoenix-components/commit/9a0ec227cffafc322cfb86e7fee699ce27d910b3))
74
+
75
+ ## [4.14.0](https://github.com/purple-technology/phoenix-components/compare/v4.13.0...v4.14.0) (2021-10-12)
76
+
77
+
78
+ ### Features
79
+
80
+ * **CollapsibleCard:** add Collapsible and CollapsibleCard ([3835d7a](https://github.com/purple-technology/phoenix-components/commit/3835d7a8011970f28635ccebc7dc5de329f12074))
81
+
82
+
83
+ ### Bug Fixes
84
+
85
+ * **CollapsibleCard:** added rotation for button icon when collapsing ([3ef457d](https://github.com/purple-technology/phoenix-components/commit/3ef457d3840febd0ccbf9bf936f669b92ae9cebe))
86
+ * **CollapsibleCard:** allow header to be clicked to collapse/expand ([19d6d1e](https://github.com/purple-technology/phoenix-components/commit/19d6d1e4cee3344e58121c6ae22a20dab39527df))
87
+ * **CollapsibleCard:** change button from small to tiny ([bb4d48f](https://github.com/purple-technology/phoenix-components/commit/bb4d48fefbbba2c8d00d7d4839a8b00c563e6514))
88
+ * **CollapsibleCard:** change padding to xs ([4844b4f](https://github.com/purple-technology/phoenix-components/commit/4844b4fe14d5b1bc6c36a17a397f1d2e782e6a14))
89
+ * **CollapsibleCard:** export Collapsible from phoenix-components ([acd88f3](https://github.com/purple-technology/phoenix-components/commit/acd88f39391de01ecf4c8d83a0e4d75286fd3b1d))
90
+ * **CollapsibleCard:** highlight button when header is hovered over ([558adf7](https://github.com/purple-technology/phoenix-components/commit/558adf7c3eec13e0c6f10a6efb2f9bc86dd2e1a6))
91
+ * **Collapsible:** set height to auto when expanded ([f438c9d](https://github.com/purple-technology/phoenix-components/commit/f438c9df238da3346933dc900ee3ce77f6459c3f))
92
+
93
+ ## [4.13.0](https://github.com/purple-technology/phoenix-components/compare/v4.12.1...v4.13.0) (2021-09-29)
94
+
95
+
96
+ ### Features
97
+
98
+ * better documentation ([f9ee95f](https://github.com/purple-technology/phoenix-components/commit/f9ee95fa91dee9c5d4c24f212ebc4802e8e23e30))
99
+ * new component horizontal divider ([83f2f11](https://github.com/purple-technology/phoenix-components/commit/83f2f119e83e984adc21326e5317ab5856a86a0e))
100
+ * new icons ([5febfb9](https://github.com/purple-technology/phoenix-components/commit/5febfb949c81965bcc2e190a67a0afca5f07612a))
101
+
102
+ ### [4.12.1](https://github.com/purple-technology/phoenix-components/compare/v4.12.0...v4.12.1) (2021-09-16)
103
+
104
+ ## [4.12.0](https://github.com/purple-technology/phoenix-components/compare/v4.11.0...v4.12.0) (2021-09-16)
105
+
106
+
107
+ ### Features
108
+
109
+ * new component tooltip ([adafbd7](https://github.com/purple-technology/phoenix-components/commit/adafbd770b13275c4ed4aa5a3dfcf71491feca11))
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * **icon:** fixed sizing for custom size ([7621325](https://github.com/purple-technology/phoenix-components/commit/7621325abfcbfbeda9dba1abcc5dbcc0f4b753fe))
115
+
116
+ ## [4.11.0](https://github.com/purple-technology/phoenix-components/compare/v4.10.0...v4.11.0) (2021-09-15)
117
+
118
+
119
+ ### Features
120
+
121
+ * new component Tabs ([cc12084](https://github.com/purple-technology/phoenix-components/commit/cc1208465a82794bbcff7fbe83be47407ddd23a1))
122
+
123
+ ## [4.10.0](https://github.com/purple-technology/phoenix-components/compare/v4.9.0...v4.10.0) (2021-09-10)
124
+
125
+
126
+ ### Features
127
+
128
+ * new component spinner ([b76cfae](https://github.com/purple-technology/phoenix-components/commit/b76cfaee98fbcf9bd7f32e1c1481bf4e93048a7c))
129
+
130
+
131
+ ### Bug Fixes
132
+
133
+ * **linkbutton:** forwardRef added ([0fab895](https://github.com/purple-technology/phoenix-components/commit/0fab895b7ec0ceaaf723a1181af3cbddfe0da6b3))
134
+ * **linkbutton:** type prop initial value removed ([474948a](https://github.com/purple-technology/phoenix-components/commit/474948a110e8b088db5becf75ea8fd9deb1b2ab0))
135
+
136
+ ## [4.9.0](https://github.com/purple-technology/phoenix-components/compare/v4.8.1...v4.9.0) (2021-09-10)
137
+
138
+
139
+ ### Features
140
+
141
+ * allow tiny size for form control components ([4fd6374](https://github.com/purple-technology/phoenix-components/commit/4fd6374470afe4e5788d243ee0b4a3b34045ddf8))
142
+ * rtl support improved and optimized ([cb5278a](https://github.com/purple-technology/phoenix-components/commit/cb5278ac68eac6b0d061162778b72fa40c5da38b))
143
+
144
+
145
+ ### Bug Fixes
146
+
147
+ * **buttongroup:** spaces between buttons in storybook story ([2b3043c](https://github.com/purple-technology/phoenix-components/commit/2b3043c8d5653051818f38b3a0d7949092412927))
148
+ * preview width of an example form in storybook ([8673455](https://github.com/purple-technology/phoenix-components/commit/8673455ba38794ad97ef569ab2e7366bc19fbbbc))
149
+
150
+ ### [4.8.1](https://github.com/purple-technology/phoenix-components/compare/v4.8.0...v4.8.1) (2021-08-25)
151
+
152
+ ## [4.8.0](https://github.com/purple-technology/phoenix-components/compare/v4.7.2...v4.8.0) (2021-08-25)
153
+
154
+
155
+ ### Features
156
+
157
+ * new component MultiSelect ([b1aed41](https://github.com/purple-technology/phoenix-components/commit/b1aed411b411596c88190b8684cbe6b3f1db3bdc))
158
+
159
+ ### [4.7.2](https://github.com/purple-technology/phoenix-components/compare/v4.7.1...v4.7.2) (2021-08-23)
160
+
161
+
162
+ ### Bug Fixes
163
+
164
+ * **icons:** static imports/exports for svg icons ([980ec35](https://github.com/purple-technology/phoenix-components/commit/980ec35c0bc238dc276dc17d814460fc91c7f4f9))
165
+ * **link:** allow usage in dropdown ([330c6f6](https://github.com/purple-technology/phoenix-components/commit/330c6f6becc2d7b3c3a40050bc235e192fbf5ec3))
166
+ * bundled svg icons + minification ([4a3cb87](https://github.com/purple-technology/phoenix-components/commit/4a3cb87697a877ee48ee504d0914a4fa44b62c73))
167
+
168
+ ### [4.7.1](https://github.com/purple-technology/phoenix-components/compare/v4.7.0...v4.7.1) (2021-08-17)
169
+
170
+
171
+ ### Bug Fixes
172
+
173
+ * bundled external css ([002fee0](https://github.com/purple-technology/phoenix-components/commit/002fee0f7a04b816657678c20dfe75a4cbd2c9c4))
174
+
175
+ ## [4.7.0](https://github.com/purple-technology/phoenix-components/compare/v4.6.1...v4.7.0) (2021-08-16)
176
+
177
+
178
+ ### Features
179
+
180
+ * **fileupload:** improve previews ([e17dc10](https://github.com/purple-technology/phoenix-components/commit/e17dc10e39a71ccd7acb779a6445c496f2cdc761))
181
+ * component Slider split into Slider and MultiSlider ([f86ca5b](https://github.com/purple-technology/phoenix-components/commit/f86ca5b1852527afe0f00ab38ab90b2213f532d8))
182
+
183
+
184
+ ### Bug Fixes
185
+
186
+ * slider and datepicker components fixes ([bdf19cd](https://github.com/purple-technology/phoenix-components/commit/bdf19cddef1d35a84a06516bae046a9bddaef722))
187
+
188
+ ### [4.6.1](https://github.com/purple-technology/phoenix-components/compare/v4.6.0...v4.6.1) (2021-08-13)
189
+
190
+ ## [4.6.0](https://github.com/purple-technology/phoenix-components/compare/v4.5.0...v4.6.0) (2021-08-10)
191
+
192
+
193
+ ### Features
194
+
195
+ * components DatePicker and DateRangePicker - months and years select ([e57e991](https://github.com/purple-technology/phoenix-components/commit/e57e991d27ac88f13cea35e026999cd13e941248))
196
+ * new component Slider ([56779d9](https://github.com/purple-technology/phoenix-components/commit/56779d965ac8863a3810093943ff57b33b21dbb2))
197
+ * new component Slider - fixed styling ([fe665ee](https://github.com/purple-technology/phoenix-components/commit/fe665ee3567f59bb2ca9d8f53c990d235378115d))
198
+ * new components DatePicker and DateRangePicker ([8bd8dac](https://github.com/purple-technology/phoenix-components/commit/8bd8daca7d47f5ba100374bbdbb7b357c8e1b5ca))
199
+
200
+ ## [4.5.0](https://github.com/purple-technology/phoenix-components/compare/v4.4.1...v4.5.0) (2021-08-06)
201
+
202
+
203
+ ### Features
204
+
205
+ * bulk improvements across many components ([88d8f62](https://github.com/purple-technology/phoenix-components/commit/88d8f6228c93f7c0c15f12b273d56163c482cde3))
206
+ * icon component - added new icon type names ([d828a8b](https://github.com/purple-technology/phoenix-components/commit/d828a8b9f7aa9ebec05478514c3ec8214ee78553))
207
+ * icon component - new icons ([650b684](https://github.com/purple-technology/phoenix-components/commit/650b6844db8c69c2e38455b59d48035a24214a25))
208
+ * standalone icons replaced by Icon component ([283c45e](https://github.com/purple-technology/phoenix-components/commit/283c45eb5ec784e51fa5cee059ab329ffd16b934))
209
+
210
+ ### [4.4.1](https://github.com/purple-technology/phoenix-components/compare/v4.4.0...v4.4.1) (2021-07-22)
211
+
212
+ ## [4.4.0](https://github.com/purple-technology/phoenix-components/compare/v4.3.1...v4.4.0) (2021-07-15)
213
+
214
+
215
+ ### Features
216
+
217
+ * card component - updated styling ([2c4587a](https://github.com/purple-technology/phoenix-components/commit/2c4587a68e30b7a88abbc914ac0c69862c86c814))
218
+ * closableItem component - improved styling ([c5e87ca](https://github.com/purple-technology/phoenix-components/commit/c5e87caebcb70b37ce0b6e366bcf97e104eb7299))
219
+ * extended form control warning and error types ([7d001aa](https://github.com/purple-technology/phoenix-components/commit/7d001aa05130f8dae22c8c03779ed24ba2b8121a))
220
+ * form control error icon update ([82f913e](https://github.com/purple-technology/phoenix-components/commit/82f913e8bc06c8a94094f76639a0c6f0f419b325))
221
+ * heading component prop name change ([c303aef](https://github.com/purple-technology/phoenix-components/commit/c303aef2242e79c2b16ad46eec486646fefc7519))
222
+ * new component: ClosableItem ([23a532e](https://github.com/purple-technology/phoenix-components/commit/23a532e374905801e54aa0aa82918033a4d8b4b8))
223
+
224
+ ### [4.3.1](https://github.com/purple-technology/phoenix-components/compare/v4.3.0...v4.3.1) (2021-07-15)
225
+
226
+
227
+ ### Bug Fixes
228
+
229
+ * selectpicker component - loop fix and checkbox styling fix ([69f18e7](https://github.com/purple-technology/phoenix-components/commit/69f18e731d9917d164141532f40246407f687871))
230
+
231
+ ## [4.3.0](https://github.com/purple-technology/phoenix-components/compare/v4.2.0...v4.3.0) (2021-07-14)
232
+
233
+
234
+ ### Features
235
+
236
+ * datetime component - setTouched prop added ([729762e](https://github.com/purple-technology/phoenix-components/commit/729762e6e83d2b57271bca7124a098e58c39ed8d))
237
+
238
+ ## [4.2.0](https://github.com/purple-technology/phoenix-components/compare/v4.1.0...v4.2.0) (2021-07-08)
239
+
240
+
241
+ ### Features
242
+
243
+ * common padding and margin props + styles ([bae8c74](https://github.com/purple-technology/phoenix-components/commit/bae8c7408fd3124446e5f9cf2c786be25f7b354b))
244
+ * css transition user adjustable in theme file ([1b5075b](https://github.com/purple-technology/phoenix-components/commit/1b5075b98e117478aef2805922c444b7ec1fa1ca))
245
+ * tag component - optional prop colorTheme ([0640c73](https://github.com/purple-technology/phoenix-components/commit/0640c732d26a3da1cbd9ab60ead2b4e910bc2736))
246
+
247
+
248
+ ### Bug Fixes
249
+
250
+ * demoform checkbox component fix ([ac0a722](https://github.com/purple-technology/phoenix-components/commit/ac0a722e39eea0c55eb6aa5eec0801587de3e590))
251
+
252
+ ## [4.1.0](https://github.com/purple-technology/phoenix-components/compare/v4.0.0...v4.1.0) (2021-06-23)
253
+
254
+
255
+ ### Features
256
+
257
+ * components props updates ([6eec511](https://github.com/purple-technology/phoenix-components/commit/6eec5110b34fd7c474b325d122cb3df28b783130))
258
+
259
+ ## [4.0.0](https://github.com/purple-technology/phoenix-components/compare/v3.0.2...v4.0.0) (2021-06-15)
260
+
261
+
262
+ ### Features
263
+
264
+ * move variables to customizable theme file ([a664906](https://github.com/purple-technology/phoenix-components/commit/a664906ac48bbd9fe663796f9c2073ef1689200a))
265
+ * select and heading components props enhancement ([558749a](https://github.com/purple-technology/phoenix-components/commit/558749abe9e75846b2c77205ba5426e0b4eb8858))
266
+ * spacing enum and spacer component ([c3388c1](https://github.com/purple-technology/phoenix-components/commit/c3388c1368b4e9029f8575cdc55b97d12cac209f))
267
+
268
+
269
+ ### Bug Fixes
270
+
271
+ * build script ([10db293](https://github.com/purple-technology/phoenix-components/commit/10db293d64221b463f2cad3ecd469849d1d6901b))
272
+ * storybook controls fixes + rollup build process fix ([0e2e237](https://github.com/purple-technology/phoenix-components/commit/0e2e2375642b2950f28fb5d61a2dca5d75947ce3))
273
+
274
+ # Changelog
275
+
276
+ 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.