Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

3.0.0

Choose a tag to compare

@rawilk rawilk released this 18 Dec 15:11
5d41686

Breaking Changes

  • Drop support for php 7

Added

  • Add container-class prop to inputs
  • Add language file for any text used in components
  • Add switch toggle component (<x-switch-toggle />)

Changed

  • Allow form-group component label to be omitted by passing in false for label
  • Update alpine dependency to version 2.8.0
  • Lighten up input placeholder color (apply placeholder-gray-400 to inputs)