Skip to content

Commit a19156f

Browse files
authored
Update CHANGELOG.md
1 parent 789123e commit a19156f

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,35 @@
22

33
### 1.1.x
44

5+
### 1.1.10
6+
7+
* Added: Added flag to Leaf to parse json responses as an associated array
58

69
### 1.1.9
710

8-
Added: LeafModel can perform bindings to a specified array or object instead of $this.
11+
* Added: LeafModel can perform bindings to a specified array or object instead of $this.
912

1013
### 1.1.8
1114

12-
Added: LeafModel now has methods for removing CSS class names and HTML attributes.
13-
Added: Leaf has public methods for using add/remove CSS class and HTML attribute methods on model.
15+
* Added: LeafModel now has methods for removing CSS class names and HTML attributes.
16+
* Added: Leaf has public methods for using add/remove CSS class and HTML attribute methods on model.
1417

1518
### 1.1.7
1619

17-
Added: ViewBridge::submitForm added
20+
* Added: ViewBridge::submitForm added
1821

1922
### 1.1.6
2023

21-
Fixed: Added comment to fix error being shown inside PHPStorm
24+
* Fixed: Added comment to fix error being shown inside PHPStorm
2225

2326
### 1.1.5
2427

25-
Fixed: Issue with IE ajax calls relating to href
28+
* Fixed: Issue with IE ajax calls relating to href
2629

2730
### 1.1.4
2831

29-
Fixed: Event processing could run for another sibling if it's name included the other
30-
Fixed: ViewBridge.sendFileAsEvent migrated from 0.9
32+
* Fixed: Event processing could run for another sibling if it's name included the other
33+
* Fixed: ViewBridge.sendFileAsEvent migrated from 0.9
3134

3235
### 1.1.3
3336

0 commit comments

Comments
 (0)