From ac199fdaccabddb2a83e99cc29d177168dbe942d Mon Sep 17 00:00:00 2001 From: David Jensen Date: Fri, 18 Sep 2015 10:08:01 +0200 Subject: [PATCH] Changelog and version bump --- CHANGELOG | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 547f06818..66bf91ee2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +v0.8.9 +------ + * Bugfix for radios and radios-inline. Validation should now work. + * Bugfix so model changes from outside the form trigger validation. + * New global option `pristine`. Sets if errors and success states + should be visible when form field are `$pristine`. Default is `{errors: true, success: true}` + v0.8.8 ------ * Don't rely on documentFragment.children @davidlgj diff --git a/package.json b/package.json index c5e5faa11..a87ac04a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-schema-form", - "version": "0.8.8", + "version": "0.8.9", "description": "Create complex forms from a JSON schema with angular.", "repository": "Textalk/angular-schema-form", "main": "dist/schema-form.min.js",