summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoristeven <ignatius.steven@gmail.com>2015-04-02 01:04:23 +0800
committeristeven <ignatius.steven@gmail.com>2015-04-02 01:04:23 +0800
commit919efe418640c6e0237a0d6cedaadd8df87a234f (patch)
tree450611d37bc835fb209c66b7b0c300079647d292
parent64b6df7a98141f000230ff023390dff9e7943dc2 (diff)
downloadangular-multi-select-origin/gh-pages.zip
angular-multi-select-origin/gh-pages.tar.gz
angular-multi-select-origin/gh-pages.tar.bz2
modify breaking changesorigin/gh-pages
-rw-r--r--views/breaking-changes.htm15
1 files changed, 12 insertions, 3 deletions
diff --git a/views/breaking-changes.htm b/views/breaking-changes.htm
index 62e9407..565c079 100644
--- a/views/breaking-changes.htm
+++ b/views/breaking-changes.htm
@@ -3,6 +3,16 @@
<h3 class="pageHeading">Breaking Changes</h3>
+ <p>Below are the breaking changes since v3.x.x</p>
+ <ol>
+ <li>
+ <code>input-model</code> <strike>is now static (not dynamically updated), hence why we need output-model. On the plus side, you now can
+ re-use the input model where necessary.</strike> Sorry, it's now back like version 2.x.x. As for now it's the only way to allow dynamic
+ update into the input-model. If you need to re-use the input model, copy them into a new variable.
+ </li>
+
+ </ol>
+
<p>Below are the breaking changes since v2.x.x</p>
<ol>
@@ -14,9 +24,8 @@
<code>output-model</code> is now required.
</li>
<li>
- <code>input-model</code> <strike>is now static (not dynamically updated), hence why we need output-model. On the plus side, you now can
- re-use the input model where necessary.</strike> Sorry, it's now back like version 2.x.x. As for now it's the only way to allow dynamic
- update into the input-model. If you need to re-use the input model, copy them into a new variable.
+ <code>input-model</code> is now static (not dynamically updated), hence why we need output-model. On the plus side, you now can
+ re-use the input model where necessary.
</li>
<li>
<code>default-label</code> is deprecated. Custom text and translations can be done using the <code>translation</code> attribute.