Skip to content

Latest commit

 

History

History
84 lines (47 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

84 lines (47 loc) · 2.56 KB

Changelog

All notable changes to this package will be documented in this file.

2023-01-21

  • Locked PHP versions to 8.1 and 8.2
  • Dropped Laravel 8 support
  • Added Laravel 10 support

2022-12-23

  • Added PHP 8.2 support
  • Dropped PHP 8.0 support

2022-11-07

  • Fixed Bootstrap 4 checkbox & radio wrong classes by @Balsakup in Okipa#22
  • Fix Bootstrap 4 caption and error message positioning that caused displaying issue when declaring an input group by @Balsakup (first contribution) in Okipa#21

2022-10-27

  • Improved CI

2022-08-01

  • Replaced phpcs/phpcbf by laravel/pint

2022-04-15

  • Fixed Bootstrap 4 input file input validation class wrong positioning:
    • is-valid and is-invalid classes are now added to the custom-file div without addon declaration
    • is-valid and is-invalid classes are now added to the input-group div with addon declaration
  • Fixed Bootstrap 4 input caption and error message positioning: they are now positioned under input group div in order to be displayed correctly

2022-03-18

  • Fixed remaining input components without name attributes when they were wired

2022-03-18

  • Fixed inputs in order to let them generate the name attribute even if they are wired

2022-03-17

  • Fixed Bootstrap 4 file input missing label
  • Transformed Bootstrap 4 file input custom label to behave as a placeholder

2022-02-23

  • Fixed Bootstrap 4 file input
  • Fixed Bootstrap 4 caption partial

2022-02-23

  • Fixed Bootstrap 4 toggle-switch classes

2022-01-15

  • Initial release