diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-09-26 10:07:51 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-26 10:07:51 +0300 |
commit | e0b661fae56d52f36731945396b6b07c5c40a747 (patch) | |
tree | c8ce5df93d1ba0db61b7c161256537170280585b /all | |
parent | 4113d9bf853f4b47c3e5ad34f84df84b8d755c26 (diff) | |
download | vaadin-framework-e0b661fae56d52f36731945396b6b07c5c40a747.tar.gz vaadin-framework-e0b661fae56d52f36731945396b6b07c5c40a747.zip |
Fix BindingBuilder to always use the same instance (#10004)
This allows using BindingBuilder either in a type safe chained manner or with separate calls for the same instance at the cost of less strict type checking.
Fixes #9927
Fixes #9619
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index d488f3e5e0..fab73eff2a 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -105,6 +105,7 @@ <li><tt>Button</tt> has a new constructor that may cause constructor calls with null as first parameter to be ambiguous.</li> <li><tt>DataCommunicator</tt> method <tt>getDataProviderSize</tt> is now <tt>public</tt>, not <tt>protected</tt>.</li> <li><tt>Binder</tt> method <tt>getBindings</tt> now returns a Collection, not a Set.</li> + <li><tt>BindingBuilder</tt> now works like a proper builder. Adding a converter will not mark Binding as <tt>bound</tt> allowing chaining to the same object.</li> <h2>For incompatible or behaviour-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> |