@purple/phoenix-components 4.20.0 → 4.22.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 +29 -0
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +2 -2
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.umd.js +1 -1
- package/dist/bundle.umd.js.map +1 -1
- package/dist/index.d.ts +11 -7
- package/package.json +20 -26
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,35 @@
|
|
|
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.22.0](https://github.com/purple-technology/phoenix-components/compare/v4.21.0...v4.22.0) (2022-02-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **NumberInput:** add component ([8c62a9c](https://github.com/purple-technology/phoenix-components/commit/8c62a9cb129203aaf6ad787d1e65c928b6497981))
|
|
11
|
+
|
|
12
|
+
## [4.21.0](https://github.com/purple-technology/phoenix-components/compare/v4.20.2...v4.21.0) (2022-01-19)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* checkbox and radio components - error state ([139761b](https://github.com/purple-technology/phoenix-components/commit/139761be4348f45b7a3882f0073241ea450aa795))
|
|
18
|
+
* **Modal:** added prop closeOnOverlayClick ([c48383f](https://github.com/purple-technology/phoenix-components/commit/c48383fdcc69eb45a88ace46e9ac2b399b034cc5))
|
|
19
|
+
|
|
20
|
+
### [4.20.2](https://github.com/purple-technology/phoenix-components/compare/v4.20.1...v4.20.2) (2022-01-18)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* storybook arg types ([1651efb](https://github.com/purple-technology/phoenix-components/commit/1651efb832e18ca8879c23901d042af2c4ffcc62))
|
|
26
|
+
|
|
27
|
+
### [4.20.1](https://github.com/purple-technology/phoenix-components/compare/v4.20.0...v4.20.1) (2022-01-07)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* default font size defined in theme file ([485ee42](https://github.com/purple-technology/phoenix-components/commit/485ee429bd2991ec23eac12b43dd5aca5879560c))
|
|
33
|
+
|
|
5
34
|
## [4.20.0](https://github.com/purple-technology/phoenix-components/compare/v4.19.1...v4.20.0) (2022-01-06)
|
|
6
35
|
|
|
7
36
|
|