2025-2-13
- 🔥 Support internationalization
ConfigProvider
- 🔥
lang
prop is added to provide the language - 🔥
locales
prop is added to customize built-in locale resources or add a new language
Hooks
- 🔥 adds
useValidators
to get built-in validator rules - 🔥 adds
useValidator
to build a custom validator - 🔥 adds
useValidatorBuilder
to get a function that builds a custom validator
2025-2-7
The first release ships the following contents
-
Components
- 🔥
ConfirmAction
component that renders a button that triggers a confirmation modal before executing the action - 🔥
DeleteConfirmAction
component that renders a button that triggers a deletion confirmation modal before deleting action - 🔥
ModalAction
component that renders a button that triggers a modal with a form to collect user input - 🔥
ConfigProvider
component that provides a global configuration for the components
- 🔥
-
Hooks
- 🔥
useRefFunction
hook that wraps a function to an immutable function
- 🔥