From: Denis Date: Tue, 13 Dec 2016 13:46:29 +0000 (+0200) Subject: Provide declarative support for Grid. (#7961) X-Git-Tag: 8.0.0.alpha10~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a43fd9003a77f253a78b807d4ecadcd828b936a4;p=vaadin-framework.git Provide declarative support for Grid. (#7961) Fixes vaadin/framework8-issues#390 --- diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 1daed88508..70f8539e6d 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -176,11 +176,13 @@
  • required-indicator-visible attribute replaces the required attribute
  • placeholder attribute replaces the input-prompt attribute for input components
  • multi-select attribute is no longer used for select components
  • -
  • v-option-group with attribute multi-select=true is replaced by v-check-box-group
  • -
  • v-option-group with attribute multi-select=false is replaced by v-radio-button-group
  • +
  • vaadin-option-group with attribute multi-select=true is replaced by v-check-box-group
  • +
  • vaadin-option-group with attribute multi-select=false is replaced by v-radio-button-group
  • immediate attribute is not used for any component
  • read-only attribute is now only used for field components instead of all components
  • -
  • v-upload has a new attribute immediate-mode that replaces the removed immediate attribue
  • +
  • vaadin-upload has a new attribute immediate-mode that replaces the removed immediate attribue
  • +
  • vaadin-grid column elements don't have property-id attribute anymore. Columns aren't addressed by a property anymore but they have an id. So there is column-id attribute instead
  • +
  • vaadin-grid doesn't have readonly attribute anymore. It is replaced by selection-allowed attribute which has special meaning for a Grid