summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBuild Agent <build@vaadin.com>2015-05-21 15:55:35 +0300
committerSauli Tähkäpää <sauli@vaadin.com>2015-07-03 13:29:17 +0300
commit9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3 (patch)
tree9cd941f518067e0b6158ab082fb1e772e9fab7cc /CHANGES.md
parent5759ee06e8fbdc2caeb912d614ec5a42834d009d (diff)
downloadvaadin-core-9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3.tar.gz
vaadin-core-9da3b4f1552ee065e2d2ed7f7d9b2ee8245e00c3.zip
Release version 0.3.0-rc1.0.3.0-snapshot
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md58
1 files changed, 58 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..7d6f9df
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,58 @@
+## Vaadin Components v0.3.0 (2015-xx-xx)
+- Polymer updated to v1.0.2.
+
+### `<v-grid>`
+- Vaadin Widgets updated to 7.5.0.beta1.
+- Theme revised to comply better with Material Design guidelines.
+- Improved Grid resizing logic.
+- Drag selection is now disabled.
+- Row editor is now disabled.
+- `Value Generator` is now removed because of feature overlaps with `Renderer` (#12)
+- Spinner added to visualize data loading. (#14)
+- Improved scrolling on touch devices. (#18)
+- JSDocs revised.
+- Issues fixed:
+ - Grid doesn't work when using selection-mode multi, frozen columns and sortable columns. (#7)
+ - Grid height is recalculated incorrectly when sorting a grid with a fixed height. (#8)
+ - "Fix regression in row focus indicator"
+ - "column.width actually changes column.maxWidth"
+ - "Select event shouldn't update the selection-mode attribute"
+ - "Default editor save handler should show a message in the editor error message area and prevent the editor from closing"
+ - "Dbl click on row should prevent text selection if editor is enabled"
+ - "Setting a valueGenerator to a column fires a select event on multi-select mode"
+ - "Toggling display:none; on v-grid breaks sizing calculations"
+ - "Fix bug with empty rows when using the `x-repeat` template"
+ - "Fix the "v-grid-ready" event firing in IE"
+ - "Scrollbar not visible on OS X Safari" (#28)
+ - "Chrome OS X hides scrollbars even if System Preferences has 'Show scrollbars always' on" (#30)
+ - "Failed to execute write on Document" (#16)
+ - "Select all checkbox does not reset" (#35)
+ - "<v-grid> text-overflow: ellipsis; doesn’t work for cell content" (#10)
+ - "Wrong checkbox style state" (#32)
+ - "Horizontal scrollbar is hidden when scrolling vertically (OS X Chrome)" (#29)
+ - "Clicking an indeterminate select all -checkbox should select everything on "multi" mode" (#42)
+
+***
+
+## Vaadin Components v0.2.1 (2015-05-15)
+
+### `<v-grid>`
+- New 'Material' Theme
+
+***
+
+## Vaadin Components v0.2.0 (2015-05-08)
+
+### `<v-grid>`
+- Polymer updated to v0.8.0-rc.7.
+- Supported Grid features:
+ - Selection modes: single, multi, all, disabled
+ - Data binding
+ - Sorting rows
+ - Editing headers, footers and columns dynamically
+ - Inline row editing
+ - For more, see the [Examples](http://vaadin.github.io/components-examples/)
+
+
+### `<v-button>`, `<v-slider>` and `<v-progress-bar>`
+- Removed from the project for now.