Skip to content

Commit b8a0c24

Browse files
committed
v5.1.3
### New * Add documentation. ### Changes * Support boolean HTML attributes. `Form::text('foo', null, ['required'])` should now return `<input type="text" name="foo" required>`. ### Fixed * Properly populate select from Collection in Laravel 5.1. Signed-off-by: crynobone <crynobone@gmail.com>
1 parent 6cd3527 commit b8a0c24

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## 5.1.3 - 2015-11-25
6+
7+
### New
8+
9+
* Add documentation.
10+
11+
### Changes
12+
13+
* Support boolean HTML attributes. `Form::text('foo', null, ['required'])` should now return `<input type="text" name="foo" required>`.
14+
15+
### Fixed
16+
17+
* Properly populate select from Collection in Laravel 5.1.
18+
519
## 5.1.2 - 2015-11-19
620

721
### New

0 commit comments

Comments
 (0)