Skip to content

Commit

Permalink
v5.1.4
Browse files Browse the repository at this point in the history
### New

* Add `Form::color()` helper method. ([@mul14](https://github.com/mul14))
* Add boolean attributes unit tests. ([@EspadaV8](https://github.com/EspadaV8))
* Add select optgroup unit tests. ([@EspadaV8](https://github.com/EspadaV8))

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 21, 2015
1 parent 51783a1 commit fb318bf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `html`.

## 5.1.4 - 2015-12-21

### New

* Add `Form::color()` helper method. ([@mul14](https://github.com/mul14))
* Add boolean attributes unit tests. ([@EspadaV8](https://github.com/EspadaV8))
* Add select optgroup unit tests. ([@EspadaV8](https://github.com/EspadaV8))

## 5.1.3 - 2015-11-25

### New
Expand All @@ -20,8 +28,8 @@ This changelog references the relevant changes (bug and security fixes) done to

### New

* Add `Form::datetime` helper method.
* Add `Form::datetimeLocal` helper method.
* Add `Form::datetime()` helper method.
* Add `Form::datetimeLocal()` helper method.

## 5.1.1 - 2015-11-06

Expand Down

0 comments on commit fb318bf

Please sign in to comment.