@purple/phoenix-components 5.0.0-alpha.6 → 5.0.0-beta.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,69 @@
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
+ ## [5.0.0-beta.0](https://github.com/purple-technology/phoenix-components/compare/v5.0.0-alpha.7...v5.0.0-beta.0) (2023-02-06)
6
+
7
+
8
+ ### Features
9
+
10
+ * design tokens docs ([db7a091](https://github.com/purple-technology/phoenix-components/commit/db7a091b22cdf6f35d2eefe8da51e876016e57ae))
11
+ * replace parseInt with common func ([24792ed](https://github.com/purple-technology/phoenix-components/commit/24792ed420ecd2b74d7388c313093eabe12324c9))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * package.lock ([e913762](https://github.com/purple-technology/phoenix-components/commit/e913762ea4e282c4aaba6723e4f04e48598c365b))
17
+ * use esm ([9084635](https://github.com/purple-technology/phoenix-components/commit/90846350a7d236b934941bcb2ef7743b9d2df698))
18
+
19
+ ## [4.36.0](https://github.com/purple-technology/phoenix-components/compare/v4.35.2...v4.36.0) (2023-01-09)
20
+
21
+
22
+ ### Features
23
+
24
+ * **FileUpload:** handle multiple password protected PDFs ([86db270](https://github.com/purple-technology/phoenix-components/commit/86db270fde4e978060c577c967b7e6dda2dc2709))
25
+
26
+ ### [4.35.2](https://github.com/purple-technology/phoenix-components/compare/v4.35.1...v4.35.2) (2023-01-04)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **Modal:** stop propagation ([fc63c48](https://github.com/purple-technology/phoenix-components/commit/fc63c48da44b2862ff5d10ee9cea313fb223fcec))
32
+
33
+ ### [4.35.1](https://github.com/purple-technology/phoenix-components/compare/v4.35.0...v4.35.1) (2022-12-16)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * **MultiSelect:** add missing export ([98d8704](https://github.com/purple-technology/phoenix-components/commit/98d8704010c03c534a4b67ffa5814fbcf71328ed))
39
+
40
+ ## [4.35.0](https://github.com/purple-technology/phoenix-components/compare/v4.34.0...v4.35.0) (2022-12-05)
41
+
42
+
43
+ ### Features
44
+
45
+ * **FileUpload:** password protected PDFs ([8848161](https://github.com/purple-technology/phoenix-components/commit/8848161234473530b3ae3fa0cd6f23a130d794b8))
46
+
47
+ ## [4.34.0](https://github.com/purple-technology/phoenix-components/compare/v4.33.0...v4.34.0) (2022-11-10)
48
+
49
+
50
+ ### Features
51
+
52
+ * **Tabs:** size prop ([d2d24bb](https://github.com/purple-technology/phoenix-components/commit/d2d24bb3aa8bfa5ca153694a19718139ac11a10d))
53
+
54
+ ## [4.33.0](https://github.com/purple-technology/phoenix-components/compare/v4.32.0...v4.33.0) (2022-10-26)
55
+
56
+
57
+ ### Features
58
+
59
+ * **DateInput:** new props ([44b066c](https://github.com/purple-technology/phoenix-components/commit/44b066cc3a99258d610a6e14ae48d9224f23b28a))
60
+
61
+ ## [5.0.0-alpha.7](https://github.com/purple-technology/phoenix-components/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2023-01-27)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * **LinkButton:** height with icon ([81ca5d6](https://github.com/purple-technology/phoenix-components/commit/81ca5d6a9fac142d2998c406b8b24dea1f48709f))
67
+
5
68
  ## [5.0.0-alpha.6](https://github.com/purple-technology/phoenix-components/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2023-01-27)
6
69
 
7
70
 
@@ -71,6 +134,48 @@ All notable changes to this project will be documented in this file. See [standa
71
134
  * wip: design tokens ([504825f](https://github.com/purple-technology/phoenix-components/commit/504825ff92e73de81c1b35273fd959cc3d8b2b12))
72
135
  * wip: design tokens ([8f66cf2](https://github.com/purple-technology/phoenix-components/commit/8f66cf29f035f3eec74f816eb1f5838b78f44ff0))
73
136
 
137
+ ## [4.36.0](https://github.com/purple-technology/phoenix-components/compare/v4.35.2...v4.36.0) (2023-01-09)
138
+
139
+
140
+ ### Features
141
+
142
+ * **FileUpload:** handle multiple password protected PDFs ([86db270](https://github.com/purple-technology/phoenix-components/commit/86db270fde4e978060c577c967b7e6dda2dc2709))
143
+
144
+ ### [4.35.2](https://github.com/purple-technology/phoenix-components/compare/v4.35.1...v4.35.2) (2023-01-04)
145
+
146
+
147
+ ### Bug Fixes
148
+
149
+ * **Modal:** stop propagation ([fc63c48](https://github.com/purple-technology/phoenix-components/commit/fc63c48da44b2862ff5d10ee9cea313fb223fcec))
150
+
151
+ ### [4.35.1](https://github.com/purple-technology/phoenix-components/compare/v4.35.0...v4.35.1) (2022-12-16)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * **MultiSelect:** add missing export ([98d8704](https://github.com/purple-technology/phoenix-components/commit/98d8704010c03c534a4b67ffa5814fbcf71328ed))
157
+
158
+ ## [4.35.0](https://github.com/purple-technology/phoenix-components/compare/v4.34.0...v4.35.0) (2022-12-05)
159
+
160
+
161
+ ### Features
162
+
163
+ * **FileUpload:** password protected PDFs ([8848161](https://github.com/purple-technology/phoenix-components/commit/8848161234473530b3ae3fa0cd6f23a130d794b8))
164
+
165
+ ## [4.34.0](https://github.com/purple-technology/phoenix-components/compare/v4.33.0...v4.34.0) (2022-11-10)
166
+
167
+
168
+ ### Features
169
+
170
+ * **Tabs:** size prop ([d2d24bb](https://github.com/purple-technology/phoenix-components/commit/d2d24bb3aa8bfa5ca153694a19718139ac11a10d))
171
+
172
+ ## [4.33.0](https://github.com/purple-technology/phoenix-components/compare/v4.32.0...v4.33.0) (2022-10-26)
173
+
174
+
175
+ ### Features
176
+
177
+ * **DateInput:** new props ([44b066c](https://github.com/purple-technology/phoenix-components/commit/44b066cc3a99258d610a6e14ae48d9224f23b28a))
178
+
74
179
  ## [4.32.0](https://github.com/purple-technology/phoenix-components/compare/v4.31.0...v4.32.0) (2022-09-05)
75
180
 
76
181