All Versions
206
Latest Version
Avg Release Cycle
61 days
Latest Release
888 days ago
Changelog History
Page 17
Changelog History
Page 17
-
v1.0.6 Changes
April 04, 2013๐ Bug Fixes
- $compile:
- $http: don't encode URL query substring "null" to "+" (86d191ed)
- $httpBackend: prevent DOM err due to dereferencing .responseText (509ec745, #1922)
- $location:
- $route: make nextRoute.$route private (6f71e809, #1907)
- ๐คก mocks: prevent NPE when module definition outside of it. (5c735eb4)
- dateFilter: correct timezone date filter for 1/2 hour offsets (1c1cd4fd)
-
v1.0.5 Changes
February 20, 2013 -
v1.0.4 Changes
January 22, 2013๐ Bug Fixes
- $compile:
- $injector:
- $resource:
- $route:
- Scope: ensure that a scope is destroyed only once (d6da505f, #1627)
- angular.equals:
- date filter: parse string input as local time unless TZ is specified (cc821502, #847)
- jqLite:
- scenario: don't trigger input events on IE9 (8b9e6c35)
- Directives:
๐ Features
- $compile: support modifying the DOM structure in postlink fn (cdf6fb19)
-
v1.0.3 Changes
November 26, 2012๐ Bug Fixes
- $cacheFactory: return undefined when removing non-existent entry (55d15806, #1497)
- $compile:
- $injector: more conservative annotation parsing
- $location: reset $location.$$replace with every watch call (a32bc40f, #1111) (d9eff86e)
- ๐ $parser: string concatenation with undefined model (42c38b29, #988)
- $resource:
- Scope:
- $route: support inline annotation on .resolve (b0a05a75)
- FormController: propagate dirty state to parent forms (04329151)
- a: prevent Opera from incorrectly navigating on link click (c81d8176)
- jqLite:
- Filters
- Directives
- ngClass: works with class interpolation (cebd015f, #1016)
- ngClassOdd/ngClassEven: support shrinking/reordering in repeaters (d859dcec, 6c67719d, #1076)
- ngModel: sync ngModel state with scope state (e6d9bea4, #933)
- ngRepeat: now works better with primitive types (e6d9bea4, #933)
- ngSrc: don't set src if value is empty string (b6e4a711)
- select: select option with a label of 0 is not shown (b3cae4f4, #1401)
- scenario:
๐ Docs
- โ add plunkr support (7c67b2fb)
- ๐ various small documentation fixes and improvements
๐จ Refactorings
-
v1.0.2 Changes
August 31, 2012๐ Bug Fixes
- $compile: denormalize directive templates (dfe99836)
- $interpolate: $interpolateProvider.endSymbol() returns startSymbol (20348717)
- jqLite: better support for xhtml (d3fa7a2e, #1301)
- ๐คก mocks: free up memory after every spec (1a8642aa)
- โ e2e test runner: Adding meta tag to avoid cache issues (5318588d)
- Directives:
๐ Docs
- Conceptual Overview of AngularJS (high level overview of how things work): http://docs.angularjs.org/guide/concepts (7a5f25f6)
- ๐ Lots of spelling, grammar and other fixes: 9a710c78, 847d2da0, dbefd671, cab5e1d9, f00b6cca, 2e365168, 536de148, a1107e81, 5ef9ed87, 8c81a0f3, bde931af, 6553fe68, 13b5fd1b, 17209d5b, 31c82560, ab6937e2, fbfda241, 206371b7, b6b92bd8, 79f2d843, 64a9cd8f, 7f6e1326, 1fd2b3d4, d56d69cc, 01e726b2, 16136216, 92a3d282, 4c585019, c076fe08, 2473412b, 1f2d5000, 5026315d, f0a090dd, 6d9313a6) and more!
-
v1.0.0 Changes
June 13, 2012 -
v1.0.0.rc9 Changes
May 14, 2012๐ Bug Fixes
-
v1.0.0.rc8 Changes
May 06, 2012๐ Features
- jqLite: support data() getter and data(obj) setter (ee579a07)
๐ Bug Fixes
- $compile:
- have $observe return registration function (7f0eb151)
- ignore ws when checking if template has single root (9c0418cf, #910)
- fix replaceWith (b431ee38)
- attach scope to the directive element when templateUrl and replace=true (705f4bbf)
- prevent duplicate directive controller instantiation (843f762c, #876)
- ๐ $parse: support methods on falsy primitive types (499a76a0)
- ngModel: use keydown/change events on IE9 instead of input (49dfdf8f, #879)
- ngSrc,ngHref: binding should set element prop as well as attr (b24cc63b, #935)
- scenario: make browser().location() working if ng-app on other than (5bcb749a)
- select: don't interfere with selection if not databound (3bd3cc57, #926)
๐ Docs
- ๐ Brand new bootstrap-based skin for api docs: http://docs.angularjs.org/
-
v1.0.0.rc7 Changes
April 30, 2012๐ Features
๐ Bug Fixes
- jqlite:
๐ Docs
- โก๏ธ Tutorial has been finally updated to AngularJS v1.0! Check it out and provide feedback to make it even better: http://docs.angularjs.org/tutorial
- ๐ http://docs-next.angularjs.org now redirects to http://docs.angularjs.org