Skip to content

Commit 26f6ec6

Browse files
committed
Updated changelog, version numbers, gulped etc.
1 parent 0952842 commit 26f6ec6

File tree

5 files changed

+24
-13
lines changed

5 files changed

+24
-13
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.7.10
2+
------
3+
* Accessability additions, thanks @stramel
4+
* Updates to the gulp tasks, thanks @stramel
5+
* Updated to bower, thanks @Dervisevic
6+
* Updates to documentation & README & Contributing.md, thanks @davidlgj @Dervisevic
7+
* Speed optimization, thanks @stramel
8+
* Call ngModel.$setDirty() when deleting from array, thanks @qstrahl
9+
* Don't override readonly if specified on items individually, thanks @qstrahl
10+
* Update to the examples, thanks @mike-marcacci
11+
112
v0.7.9
213
------
314
* Fixed a wrongful glob in bower.json that caused files to be missing in the bower install. Thanks, @mohsen1 for reporting it.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/schema-form.js",
55
"dist/bootstrap-decorator.js"
66
],
7-
"version": "0.7.9",
7+
"version": "0.7.10",
88
"authors": [
99
"Textalk",
1010
"David Jensen <[email protected]>",

0 commit comments

Comments
 (0)