Releases: mkocansey/bladewind
Releases · mkocansey/bladewind
v.1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
New Component Alert
Introduced a verification code component that accepts 4 digits by default. This component is useful when you want users who just signed up to verify their emails and mobile numbers using a code that was sent to them. The component has helper functions that allow you to
- verify a pin code
- display error messages when code is wrong
- display a spinner if verifying the pin via an API backend
v1.2.0
New Component Alert
Introduced a verification code component. This component is useful when you want users who just signed up to verify their emails and mobile numbers using a code that was sent to them. The component has helper functions that allow you to
- verify a pin code
- display error messages when code is wrong
- display a spinner if verifying the pin via an API backend
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- Error messages can be specified as attributes on component/input and component/textarea.
- Error messages can be triggered via javascript using the validateForm() helper function included with the package.
- Error messages are either displayed inline (below the affected field) or as a notification using component/notification.
- If one decides to display the errors using the notification component, an extra attribute (error_heading) can be specified on component/input and component/textarea. This makes it possible to pass a translatable string to the javascript that triggers display of the notification.