blob: 7d6f9df213d2ff1df81734ee992465ff9e795997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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.
|