@kwantis-id3/frontend-library 0.25.0 → 0.25.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
|
@@ -1,15 +1,24 @@
|
|
|
1
|
+
# v0.25.1
|
|
2
|
+
## Patch Changes
|
|
3
|
+
- Fixed InputField padding
|
|
4
|
+
- added step prop to InputField
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
# v0.25.0
|
|
2
8
|
## Minor Changes
|
|
3
9
|
- InputField component now accepts a ref
|
|
4
10
|
|
|
11
|
+
|
|
5
12
|
# v0.24.0
|
|
6
13
|
## Minor Changes
|
|
7
14
|
- The onchange callback for InputField component will no longer have a string as a parameter, but an HTML onchange event.
|
|
8
15
|
|
|
16
|
+
|
|
9
17
|
# v0.23.0
|
|
10
18
|
## Minor Changes
|
|
11
19
|
- Added the `onOpen` callback to the `Modal` component.
|
|
12
20
|
|
|
21
|
+
|
|
13
22
|
# v0.22.2
|
|
14
23
|
## Patch Changes
|
|
15
24
|
- Modal `onClose` didn't work when closing the modal by updating the `isOpen` prop.
|