Skip to content

Releases: FriendsOfCake/bootstrap-ui

5.0.1

12 Nov 15:00
4d98010
Compare
Choose a tag to compare

What's Changed

  • Fixes #394 - Removes role="form" from form tags. by @fr3nch13 in #395
  • 5.x - Some bake/template fixes. by @ndm2 in #396
  • 5.x - Fix type error when using control() outside of an open form. by @ndm2 in #397

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0

13 Sep 16:23
7ce12a7
Compare
Choose a tag to compare

What's Changed

CakePHP 5 compatible release.

Full Changelog: 4.0.2...5.0.0

4.0.2

13 Sep 16:18
bd65698
Compare
Choose a tag to compare

What's Changed

  • Fix dashboard layout closing elements. by @ndm2 in #380

Full Changelog: 4.0.1...4.0.2

4.0.1

12 Aug 14:47
4b60b2d
Compare
Choose a tag to compare

What's Changed

  • Fix missing/incorrect form-* classes for checkbox() and select(). by @ndm2 in #373
  • Add default value in InputGroupTrait.php by @umer936 in #372
  • Update CI config by @ADmad in #375

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

08 Apr 20:14
6924ce4
Compare
Choose a tag to compare

The first stable 4.x release, introducing Bootstrap 5 support.

What's Changed

  • Update jquery version. by @ADmad in #352
  • Add BS5 support by @ndm2 in #350
  • Improve ARIA attribute handling. by @ndm2 in #355
  • CakePHP 4.3 compatibility by @ndm2 in #356
  • Remove comment that no longer applies. by @ndm2 in #357
  • Update dependencies. by @ndm2 in #358
  • Update tests. by @ADmad in #361
  • Escape request params. by @ADmad in #360
  • 4.x - Fix install command test. by @ndm2 in #363
  • 4.x - Escape request params. by @ndm2 in #362
  • Add support for configurable spacing. by @ndm2 in #359
  • 4.x - Add docs for the spacing feature. by @ndm2 in #365
  • Merge BS5 into Master by @ndm2 in #366
  • 4.x - Automatically generate placeholders for floating labels. by @ndm2 in #367

Full Changelog: 3.1.0...4.0.0

4.0.0-RC2

23 Feb 14:53
e974cb5
Compare
Choose a tag to compare
4.0.0-RC2 Pre-release
Pre-release

What's Changed

  • 4.x - Fix install command test. by @ndm2 in #363
  • 4.x - Escape request params. by @ndm2 in #362

Full Changelog: 4.0.0-RC1...4.0.0-RC2

3.1.2

23 Feb 13:06
8fca5c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

4.0.0-RC1

06 Nov 10:49
eb70a72
Compare
Choose a tag to compare
4.0.0-RC1 Pre-release
Pre-release

First release candidate with Bootstrap 5 support.

4.0.0-alpha1

04 Aug 11:49
79c7de0
Compare
Choose a tag to compare
4.0.0-alpha1 Pre-release
Pre-release

First pre-release with Bootstrap 5 support.

3.1.1

11 Jun 15:20
7dcf728
Compare
Choose a tag to compare
Merge pull request #352 from FriendsOfCake/issue-351

Update jquery version.