Skip to content

Commit cfe00a0

Browse files
authored
Merge pull request #54 from dhrytsenko/polymer-3
Polymer 3
2 parents 5ea7b62 + d6ae647 commit cfe00a0

17 files changed

Lines changed: 2789 additions & 2550 deletions

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
[![Published on NPM](https://img.shields.io/npm/v/bwt-datatable.svg)](https://www.npmjs.com/package/bwt-datatable)
12
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/bluewatertracksbwt-datatable)
2-
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/bluewatertracksbwt-datatable.svg)](https://vaadin.com/directory/component/bluewatertracksbwt-datatable)
33
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/bluewatertracks/bwt-datatable)
44

55
# bwt-datatable
66

7+
### News! New stable release 3.0.0
8+
This package was updated to ES6 syntax and now support Polymer 3!
9+
10+
The new version `3.0.0` works only with Polymer 3.0 or above. If you want to use it with Polymer 2.* please use previous version `2.2.0`.
11+
12+
You can find new example how to use it in the file `example/your-datatable-implementation.js`.
13+
714
### About
815
We greatly appreciated the work of [David Mulder's paper-datatable](https://github.com/David-Mulder/paper-datatable) but since it hasn't been active for a while and we at Blue Water Tracks really wanted to keep pushing the work done so far, we decided to inherit the project and let it evolve but combining the pull requests on the project along with a couple of fixes and features that we came up with. Since many people already use the `paper-datatable` component, we created this component to make sure that it is compatible with the `paper-datatable` component. You can easily use this element only changing the path to `paper-datatable` import element like below.
916
We hope that David takes what we have done with`bwt-datatable` and merges it into the original `paper-datatable`.

0 commit comments

Comments
 (0)