Skip to content

Releases: mkocansey/bladewind

v2.1.4

14 Feb 19:43
a5c8681
Compare
Choose a tag to compare

Updated all components that have true/false attributes to use filter_var($var_name, FILTER_VALIDATE_BOOLEAN). This allows for proper boolean evaluations.

Also, fixed bugs in searchable component/dropdown

v2.1.3

14 Feb 10:16
43fc9a9
Compare
Choose a tag to compare

Fixed bug with component/button showing spinners by default, instead of only when users explicitly want the spinners to be visible.

v2.1.2

09 Feb 06:58
291509d
Compare
Choose a tag to compare

Fixed bug with component/radio being checked and disabled by default

v2.1.1

27 Jan 10:50
e6c2c92
Compare
Choose a tag to compare

v2.1.0

26 Jan 20:40
efd9a03
Compare
Choose a tag to compare
  • Added component/bell. A nice way to tell your app users when they have unread notifications
  • Fixed #80
  • Cleaned up other components
  • Reduced the colour shade for component/tag

v2.0.0

30 Dec 02:28
Compare
Choose a tag to compare

Thanks to @datlechin for cleaning things up to adhere more to the Laravel standards.

This release introduces minor breaking changes and the installation notes in the docs have been rewritten to include changes in this update.

The notable changes however, are:

  • The tag names for publishing the library's assets have changed. bladewind-lang publishes language files. bladewind-assets publishes the raw css files. bladewind-public publishes the compiled css and js required by the library to work. bladewind-components publishes the components to the project's resources > views > components directory. Refer to the installation notes for how to publish assets.
  • Assets are not published automatically after composer is done installing/updating the package.
  • The library by default makes use of the components from within the vendor directory without needing to publish them. This requires the components to be used with colons x-bladewind::button instead of dots x-bladewind.button. To use the dot syntax as the default, the user will need to publish the components to their project's resources > views > components directory.
  • The library by default makes use of the Datepicker translation files from within the vendor directory.
  • CSS and JS files are served from public/vendor/bladewind and not public/bladewind

v1.4.9

14 Dec 13:07
d793864
Compare
Choose a tag to compare
  • Fixed #83
  • Fixed position of icon in component/alert

v1.4.8

11 Dec 02:09
2c16e2d
Compare
Choose a tag to compare

v1.4.7

18 Nov 12:44
7ea3439
Compare
Choose a tag to compare

Rolling out some fixes from @felixfrey .

  • German translation for component/datepicker is now available
  • checked and disabled attributes are no longer verbose
  • component/toggle now uses the default cursor

v1.4.6

25 Oct 03:20
0903bf8
Compare
Choose a tag to compare

Fixed #70