@kwantis-id3/frontend-library 0.22.2 → 0.24.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
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# v0.24.0
|
|
2
|
+
## Minor Changes
|
|
3
|
+
- The onchange callback for InputField component will no longer have a string as a parameter, but an HTML onchange event.
|
|
4
|
+
|
|
5
|
+
# v0.23.0
|
|
6
|
+
## Minor Changes
|
|
7
|
+
- Added the `onOpen` callback to the `Modal` component.
|
|
8
|
+
|
|
1
9
|
# v0.22.2
|
|
2
10
|
## Patch Changes
|
|
3
11
|
- Modal `onClose` didn't work when closing the modal by updating the `isOpen` prop.
|