aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMisko Hevery2011-08-16 23:08:13 -0700
committerIgor Minar2011-10-11 10:53:04 -0700
commit75f11f1fc46c35a28c0905f7316ea6779145e2fb (patch)
tree2cd148b555552ee3985c31b953f7cf10a2a3ae38 /CHANGELOG.md
parente134a8335f5ee7d2e81034ed93f3e465cb14573f (diff)
downloadangular.js-75f11f1fc46c35a28c0905f7316ea6779145e2fb.tar.bz2
feat(ng:repeat) collection items and DOM elements affinity / stability
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 856731b2..cd5fb2b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,7 +52,10 @@
- If Angular is being used with jQuery older than 1.6, some features might not work properly. Please
upgrade to jQuery version 1.6.4.
-
+## Breaking Changes
+- ng:repeat no longer has ng:repeat-index property. This is because the elements now have
+ affinity to the underlying collection, and moving items around in the collection would move
+ ng:repeat-index property rendering it meaningless.
<a name="0.10.1"><a/>
@@ -88,7 +91,7 @@
- $location.hashPath -> $location.path()
- $location.hashSearch -> $location.search()
- $location.search -> no equivalent, use $window.location.search (this is so that we can work in
- hashBang and html5 mode at the same time, check out the docs)
+ hashBang and html5 mode at the same time, check out the docs)
- $location.update() / $location.updateHash() -> use $location.url()
- n/a -> $location.replace() - new api for replacing history record instead of creating a new one