Skip to content

Releases: mkocansey/bladewind

v.1.2.5

15 Jun 15:12
2f224bc
Compare
Choose a tag to compare
  • Fixes #47
  • Fixed widths of component/notification in mobile mode

v1.2.4

14 Jun 23:19
796a510
Compare
Choose a tag to compare

What's Changed

  • Fixes #45 by @mkocansey in #46
    Dropdowns were not passing selected values to their corresponding hidden input fields

v1.2.3

14 Jun 12:12
c2dcc0d
Compare
Choose a tag to compare

What's Changed

v1.2.2

12 Jun 23:13
79aed56
Compare
Choose a tag to compare

After composer installing or updating, the assets will automatically be published to user's project directory.

v1.2.1

12 Jun 14:48
da38de2
Compare
Choose a tag to compare

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

12 Jun 05:07
62d090c
Compare
Choose a tag to compare

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

10 Jun 00:28
8a9460e
Compare
Choose a tag to compare
  • Fixed component/table overwriting tables outside Bladewind scope
  • Updated parameter and function names to be more uniform
  • Added option to create buttons with <a> tag

v1.1.2

09 Jun 16:35
fa8c727
Compare
Choose a tag to compare

Fixed dropdown not showing some special characters

Before fix
Screenshot 2022-06-09 at 16 30 41

After fix
Screenshot 2022-06-09 at 16 31 05

v1.1.1

08 Jun 02:51
2b5b09e
Compare
Choose a tag to compare
  • Fixed width for component/notification
  • Fixed dark mode for component/textarea label

v1.1.0

08 Jun 02:42
43055fd
Compare
Choose a tag to compare
  • 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.