From d0425de29e16018f670d03e2f3a27aec82430b17 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 13 Oct 2011 15:32:05 -0700 Subject: chore(release): preparing release notes for 0.10.3 --- CHANGELOG.md | 102 ++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 73 insertions(+), 29 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5fb2b5..102861af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,57 @@ - The Latest Stable Release: 0.9.19 canine-psychokinesis -- The Latest Unstable Release: 0.10.2 sneaky-seagull +- The Latest Unstable Release: 0.10.3 shattering-heartbeat - -# 0.10.3 shattering-heartbeat (in-progress) # + +# 0.10.3 shattering-heartbeat (2011-10-13) # + +## Features: + +- New forms, validation, support for HTML5 input widgets. Please check out: + - [Forms overview](http://docs-next.angularjs.org/guide/dev_guide.forms) + - [form widget](http://docs-next.angularjs.org/api/angular.widget.form) + - [input widget](http://docs-next.angularjs.org/api/angular.widget.input) + - [$formFactory service](http://docs-next.angularjs.org/api/angular.service.$formFactory) + - [angular.inputType](http://docs-next.angularjs.org/api/angular.inputType) + - [commit](https://github.com/angular/angular.js/commit/4f78fd692c0ec51241476e6be9a4df06cd62fdd6) + +- [ng:repeat] now has element-model affinity, which makes it more friendly to third-party code that + is not aware of angular's DOM manipulation. This is also the pre-requisite for supporting + animations. + ([commit](https://github.com/angular/angular.js/commit/75f11f1fc46c35a28c0905f7316ea6779145e2fb)) + + +## Bug Fixes: + +- The select widget with [ng:options] directive now correctly displays selected option (regression + from 0.10.2). +- Fix for jqLite's removeClass, which under certain circumstances could clobber class names. + ([commit](https://github.com/angular/angular.js/commit/b96e978178a6acbf048aa6db466ed845e1395445)) +- Other small fixes and documentation improvements. + + +## Breaking Changes: + +- Due to changes in how forms and validation works the following were replaced with new apis: + - `angular.formatter` - use `angular.inputType` or form's `$createWidget` + - `angular.validator` - use `angular.inputType` or form's `$createWidget` + - changes to `` and `` element and `selected` attribute of the `