We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a8957f + 52afa53 commit 6b30888Copy full SHA for 6b30888
CHANGELOG.md
@@ -1,6 +1,16 @@
1
CHANGELOG
2
=========
3
4
+v1.0.3 - 3 Apr. 2017
5
+---------------------
6
+
7
+- Fix filter value not being updated based on search url parameter
8
+[\#1333](https://github.com/marmelab/ng-admin/pull/1333)
9
+([fzaninotto](https://github.com/fzaninotto))
10
+- Fix not being able to type into date fields
11
+[\#1334](https://github.com/marmelab/ng-admin/pull/1334)
12
+([floo51](https://github.com/floo51))
13
14
v1.0.2 - 16 Mar. 2017
15
---------------------
16
package.json
@@ -1,6 +1,6 @@
{
"name": "ng-admin",
- "version": "1.0.2",
+ "version": "1.0.3",
"license": "MIT",
"private": false,
"main": "lib/javascripts/ng-admin.js",
0 commit comments