- Fix #125 (missing
.toList()
- Fix #121 (Unhandled exception: type 'int' is not a subtype of type 'double'.) in newer Dartium versions (1.13.0-devx)
- fix for breaking change in Dart 1.10.0 in
classes.add
- widen dependency constraint on quiver
- use dartformat
- extend dependency constraint to allow Polymer 0.16.0
- exclude
example/asset/example.css
andlib/asset/smoothness/jquery-ui-1.8.16.custom.css
from being inlined by the Polymer transformer. - Move sparkline to dev_dependency
- Remove script tags for
platform.js
anddart_support.js
from entry pages becausepub build
/pub serve
adds them automatically (platform.js
was also renamed toweb_components.js
anyway).
- Widen dependency constraints on Polymer
- !! Polymer 0.15.0 or some Dart update broke drag-n-drop for range selection and row reordering. Drag-n-drop for column reordering still works (doesn't use HTML5 drag-n-drop) I'll have yet to investigate to find the cause.
- Update to Polymer 0.14.0
- Change DataView row id from String to dynamic
- Add BwuAttached event to simplify remove an re-attach. See also #97
- Possible fix of #97
- Upgrade to Polymer 0.13.0
- Remove the blue background added for debugging purposes only.
- Looks much better in Firefox (haven't changed anything - maybe the new Firefox (31) has better custom element/shadow DOM support or the Polymer polyfills work better on Firefox now (or both) There are still a few issues with Firefox though.
- Updated to Polymer 0.12.1
- Add example 11 auto-height
- Add example 12 fill-browser
- Add example 13 getItem-sorting
- Add example header-row
- Add example checkbox row select
- Add example spreadsheet
- Add example grouping
- Add example 10 async post render
- Uses BWU Sparkline for inline charts
- Uses Polymer 0.11.0-dev.6
- Nothing (inadvertently skipped)
- Add example 09 row reordering
- Add drag and drop
- Add cell selection/range selection
- Add example 08 alternative display
- #51 add tree functionality (expand/collapse) to the grid
- Fix #48 click header to sort the column leads to drag
- Add example 04_model
- Add columnpicker
- Add reorder columns
- Add filter
- Add sort by click on the column header
- Add paging
- Add top-panel
- Add force fit columns
- Add synchronous resize
- add example composite_editor_item_details added
- add example totals_via_data_provider added
- upgrade to Polymer 0.10.0-pre.13
- add example 03a_compound_editors added
- add example 03b_editing_with_undo added
- add example 07_events
- add example 14_highlighting
- add basic editing support
- add example 03_editing
- fix examples to run when built to JavaScript and are available on GitHub Pages
- fix formatters
- add example 02_formatters
- can display data
- can scroll
- can resize columns
- add plugin bwu_auto_tooltips
- add example-autotooltips