File tree 3 files changed +105
-92
lines changed 3 files changed +105
-92
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
- 3.4.0 (develop)
4
- ------
3
+ 3.4.1
4
+ -----
5
+
6
+ - [ add] Added support for passing MessageBag instances to ` withErrors `
7
+ - [ mod] MethodDispatcher can now look for field classes in multiple namespaces
8
+ - [ mod] Use objects' ` toArray ` instead of array casting when possible
9
+ - [ fix] Fix framework classes overwriting classes predefined on Field classes
10
+ - [ fix] Fix stability problems that prevented Former form being installed
11
+
12
+ 3.4.0
13
+ -----
5
14
6
15
- [ add] Added ` Former::rawOpen ` to open a temporary no-framework/no-label form
7
16
- [ add] Added support for camelCase form openers (ie. ` verticalOpen ` and ` vertical_open ` )
10
19
- [ fix] Various bugfixes related to repopulation
11
20
- [ fix] Fix various memory and 4.1 compatibility issues
12
21
13
- 3.3.0 (stable)
22
+ 3.3.0
14
23
-----
15
24
16
25
- [ add] Add ability to pass attributes to a select's options
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "anahkiasen/html-object" : " dev-master " ,
19
+ "anahkiasen/html-object" : " ~1.2.0 " ,
20
20
"illuminate/config" : " ~4" ,
21
21
"illuminate/container" : " ~4" ,
22
22
"illuminate/http" : " ~4" ,
You can’t perform that action at this time.
0 commit comments