Skip to content

v2.0.0

Compare
Choose a tag to compare
@mkocansey mkocansey released this 30 Dec 02:28
· 470 commits to main since this release

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