Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Releases: adamwathan/bootforms

v0.9.0

18 Jul 15:26
Compare
Choose a tag to compare
  • Update to adamwathan/form ^0.9 to re-add support for HTML in label text

v0.8.5

26 Apr 14:41
Compare
Choose a tag to compare
  • Add control-label-required class to form labels when a form group is marked as required

v0.8.4

31 Jan 13:19
Compare
Choose a tag to compare
  • Use token instead of getToken for Laravel 5.4 compatibility

v0.8.3

19 Jan 14:47
Compare
Choose a tag to compare
  • Update service provider for Laravel 5.4 compatibility

v0.8.2

20 Sep 14:40
Compare
Choose a tag to compare
  • Add DateTimeLocal support

v0.8.1

09 Jun 17:55
Compare
Choose a tag to compare
  • Change private properties to protected so people can do whatever bad things they want since I'm not their dad.

v0.8.0

11 Feb 20:18
Compare
Choose a tag to compare
  • Support for targeting specific elements in a FormGroup
  • Bump adamwathan/form dependency to ^0.8

v0.7.1

08 Dec 16:07
Compare
Choose a tag to compare
  • Add support for adding/removing classes and data properties to form groups

v0.7.0

10 Sep 00:36
Compare
Choose a tag to compare
  • Fix issue #73 where attributes were being applied to the wrong element for horizontal check groups

v0.6.3

12 Jun 15:26
Compare
Choose a tag to compare
  • Raise dependency on Form to min 0.7.1