Skip to content

Latest commit

 

History

History
441 lines (286 loc) · 28.5 KB

CHANGELOG.md

File metadata and controls

441 lines (286 loc) · 28.5 KB

Change Log

v2.0.18 (2018-07-05)

  • Better sort handling (commit)

v2.0.17 (2018-06-28)

  • Fix bug on toggleColumn (commit)

v2.0.16 (2018-05-30)

  • Force nodejs to 9.11.1 (commit)
  • Force focus after toggle a filter (commit)

v2.0.15 (2018-04-04)

  • Enable single row selection in non checkbox mode. (commit)

v2.0.14 (2018-03-26)

  • Add mutabledata class to skip strict dirty-checking (commit)

v2.0.13 (2018-02-09)

  • Fix templatize to use with polymer 2.5 (commit)

v2.0.12 (2018-02-01)

  • Use last version of polymer components (commit)

v2.0.11 (2017-11-30)

  • Change semver usage on range-datepicker dependency (commit)

v2.0.10 (2017-10-13)

  • Use last version of range-datepicker (commit)

v2.0.9 (2017-10-12)

  • Delete package-lock.json (commit)
  • Use range-datepicker instead of vaadin date picker (commit)
  • package.json completion with bower.json information (commit)

v2.0.8 (2017-09-13)

  • Change dependencies version of iron-resizable-behavior (commit)

v2.0.7 (2017-07-24)

  • Use last version of vaadin date picker (commit)

v2.0.6 (2017-07-18)

v2.0.5 (2017-07-04)

v2.0.4 (2017-06-27)

  • Fix direct focus after active filter (commit)
  • Add event for tap on tr (commit)
  • Add way to style tr (commit)

v2.0.3 (2017-06-23)

v2.0.2 (2017-06-22)

  • Fix filter on polymer 2 (commit)
  • Fix eslint (commit)
  • Fix path of moment (commit)
  • Add moment to bower dev dep (commit)
  • Use last version of wct in travis (commit)

v2.0.1 (2017-06-07)

v2.0.0 (2017-06-07)

  • Fix footer position (commit)
  • Add missing property declaration (commit)
  • Use slot for dropdown-content (commit)
  • Use this.notifyPath instead of this.set (commit)
  • Delete deprecated ::content property (commit)
  • Add clear icon (commit)
  • Add polymer.json for lint rules (commit)
  • Use slot for some component in th element (commit)
  • Replace paper-menu by paper-listbox (commit)
  • Fix dependencies path (commit)
  • Move files in the root (commit)
  • Delete unused dist folder (commit)
  • Use new class style for footer component (commit)
  • Update dependencies to polymer 2.0.0 (commit)
  • Update custom property syntax, fix #39 (commit)
  • Fix test to use new icons (commit)
  • Fix some icons (commit)
  • Add custom icons (commit)
  • Add wct to dev dependency (commit)
  • Use shadowRoot instead of 42417 (commit)
  • Update to polymer RC3 and webcomponentsjs RC1, fix #37 (commit)
  • Fix version of wct (commit)
  • Fix code style (commit)
  • First draf on Polymer 2.0 (commit)

v0.4.2 (2017-05-12)

  • Use placeholder instead of label (commit)

v0.4.1 (2017-04-27)

  • Add way to set paper-input width (commit)

v0.4.0 (2017-04-26)

  • Delete frozen header mode, create footer element (commit)
  • Add way to set a custom horizontal padding (commit)

v0.3.10 (2017-04-25)

  • Update eslint config (commit)
  • Fix when column is undefined (commit)
  • Fix when property of a column is undefined (commit)
  • Change eslint rules (commit)

v0.3.9 (2017-04-19)

  • Add way to add style on choice label (commit)

v0.3.8 (2017-04-19)

  • Fix for large table in frozen header mode (commit)

v0.3.7 (2017-04-14)

  • Update readme (commit)
  • Add new filter with list of choices (commit)
  • Add .vscode to ignore folder (commit)
  • Flush dom before toggle filter (commit)

v0.3.6 (2017-04-07)

  • Use arrow function (commit)
  • Delete unused console (commit)
  • Authorize empty value on filter (commit)
  • Use clear icon instead of search icon when a filter is in activate state (commit)

v0.3.5 (2017-04-05)

  • Add draggable column in toggleColumn property (commit)

v0.3.4 (2017-03-31)

  • Clean input after filter (commit)

v0.3.3 (2017-03-20)

  • Add method to scroll to top from inside of the component (commit)
  • Update README.md (commit)
  • Add image folder (commit)

v0.3.2 (2017-03-03)

  • Fix bug on dynamic headers (commit)
  • Fix drag and drop on no frozen table (commit)

v0.3.1 (2017-03-02)

  • Use input focused instead of active filter to drag and drop column (commit)

v0.3.0 (2017-03-02)

  • Add live example in README.md (commit)
  • Disable drag and drop on a column where the filter is currently activated (commit)
  • Fix shared style indent (commit)
  • Add resources for the ‘en-us’ locale, which is what navigator.language returns in Safari. (commit)

v0.2.9 (2017-02-02)

  • Eslint fix (commit)
  • Add method to get a column (commit)
  • Generate properties if it is empty (commit)
  • Keep only one html file as main file, fix #26 (commit)

v0.2.8 (2017-01-27)

  • Fix bug when paper-datatable-api is embedded in dom-repeat (commit)
  • Use the good name for dynamic header demo (commit)
  • Add example to show how to edit data (commit)

v0.2.7 (2017-01-20)

  • Allow use dynamic headers (commit)

v0.2.6 (2017-01-18)

  • Better use of _changeColumn function (commit)

v0.2.5 (2017-01-17)

  • Fix bug when remove the last row of the table (commit)

v0.2.4 (2017-01-17)

  • Fix bug when a column is dragged (commit)

v0.2.3 (2017-01-12)

  • Add test on filter feature (commit)
  • Fix filter handler on header (commit)

v0.2.2 (2017-01-11)

v0.2.1 (2017-01-10)

  • Fix toggleColumns index (commit)

v0.2.0 (2017-01-10)

  • Clean code (commit)
  • Add test on change column position (commit)
  • Fix test following new change on toggle column method (commit)
  • Use property instead of position to hide column (commit)
  • Fix name of some methods (commit)
  • Add a badge for webcomponents.org (commit)

v0.1.22 (2017-01-09)

  • Add draggable-column example (commit)
  • Fix drag and drop on firefox (commit)

v0.1.21 (2017-01-09)

  • Add event on changeColumnOrder (commit)
  • Fix draggable feature (commit)
  • Fire event when column order change (commit)
  • Add drag and drop columns to the demo (commit)
  • Add feature to drag and drop column (commit)
  • Add no-param-rules to ignore rules (commit)
  • Fix bug on Edge browser (commit)

v0.1.20 (2016-12-20)

  • Reduce width of headers in frozen mode (commit)
  • Fix bug on footer (commit)

v0.1.19 (2016-12-10)

  • Forget to push the dist (commit)

v0.1.18 (2016-12-09)

  • Fix width of header (commit)
  • Fix vaadia-date-picker-version (commit)

v0.1.17 (2016-12-09)

  • Fix frozen header mode (commit)

v0.1.16 (2016-12-02)

  • Fix current max size (commit)

v0.1.15 (2016-10-28)

  • Use the last version of app-localize-behavior (commit)

v0.1.14 (2016-10-28)

  • Fix eslint error (commit)
  • Fix some graphical issues (commit)

v0.1.13 (2016-10-27)

  • Add selectRow method, some fixed (commit)

v0.1.12 (2016-10-18)

  • Fix eslint errors (commit)
  • Add two public function to active/toggle a filter (commit)

v0.1.11 (2016-10-13)

  • Add mixin to style the checkboxes (commit)

v0.1.10 (2016-10-11)

  • Delete the border on the first column, add it to the bottom header (commit)

v0.1.9 (2016-10-07)

  • Fix width of checkbox (commit)

v0.1.8 (2016-10-07)

  • Fix stupid mistake (commit)
  • Invert sort button with filter button (commit)
  • Add feature to remove a sort (commit)

v0.1.7 (2016-10-06)

  • Open the filter when user click on a header (commit)
  • Add over event on td/tr element (commit)
  • Add way to custom style of a td element (commit)
  • Get the padding dynamically (commit)
  • Add property to choose index of the selectable column (commit)
  • Add way to change footer position (commit)

v0.1.6 (2016-10-04)

  • Add way to sort a column from outside of the component (commit)

v0.1.5 (2016-10-04)

  • Fix, use to bind style attribute (commit)
  • Update link for the demo (commit)

v0.1.4 (2016-09-30)

v0.1.3 (2016-09-30)

  • Add frozen header feature (commit)
  • Add task to build the project on changes (commit)

v0.1.2 (2016-09-27)

  • Add styling options and a demo for the style options. (commit)
  • Removed 2 files that are not longer needed. (commit)

v0.1.1 (2016-09-22)

  • Change to the column visibility attribute (commit)

v0.1.0 (2016-09-19)

  • Don't use static method (commit)
  • Ignore class-methods-use-this eslint rule (commit)
  • Fix path of src files (commit)
  • Fix indent (commit)
  • Fix es2015 style (commit)
  • Use ES2015 (commit)
  • Some fixes on the filters (commit)
  • Fix version of wct (commit)
  • Add search input example (commit)
  • Add an example to hide a column by default (commit)

v0.0.12 (2016-09-12)

  • Add border-top on the footer (commit)

v0.0.11 (2016-09-08)

  • Rework filter feature (commit)
  • Delete freeze header feature (commit)

v0.0.10 (2016-08-26)

  • Fix header bug on chrome (commit)

v0.0.9 (2016-08-22)

  • Add html tag (commit)
  • Fix code following airbnb style guide (commit)
  • Fixed misspelling (commit)
  • Add inspired by (commit)
  • Add LICENSE (commit)
  • Fix bug with hidden column on change page (commit)
  • Add date picker on date filter (commit)
  • Add allowTheSelectionOfAllTheElements property (commit)
  • set max size to not exceed total elements (commit)

v0.0.8 (2016-07-25)

  • Fix height of footer in frozen mode (commit)
  • Add example to fake the api (commit)

v0.0.7 (2016-07-22)

  • Increase code coverage, fix #1 (commit)
  • Fix bug on hideable columns (commit)

v0.0.6 (2016-07-19)

  • Fix code following airbnb style guide (commit)
  • Add possibility to change the position of the sort icon in the header (commit)
  • Add rowData in selection-changed event in case of deselection (commit)
  • Fix bug in filter mode (commit)
  • Add missing file in previous commit (commit)
  • Add a way to keep selection throught the pages (commit)

v0.0.5 (2016-07-14)

  • Refactor frozen mode, fix code following airbnb style guide (commit)
  • Add mixin applied to the sorted columns header, fix some graphical bug (commit)
  • Add mixin to set the backgroud hover of the tr (commit)
  • Add a way to choose which columns can be hidden/show (commit)
  • Add mixin to define color of unchecked checkbox (commit)
  • Add mixin to apply style on columns header (commit)
  • Add a mixin to set the color of the paper-checkbox (commit)
  • Add a mixin to set background of selected tr (commit)
  • Add transition on tbody height change (commit)
  • Fix size of header in frozen header mode (commit)
  • Add filter feature (commit)
  • Add checkbox in header to select all rows (commit)

v0.0.4 (2016-07-04)

  • Fix bug in case of shadow dom (commit)
  • Increase i18n compatibility (commit)

v0.0.3 (2016-06-28)

  • Add localization (commit)
  • Add selectable feature, fix header in case of resize (commit)

v0.0.2 (2016-06-25)

  • Add demo with firebase element (commit)
  • Fix table in frozen header mode (commit)
  • Authorize template without value (commit)
  • Add otherProperties feature (commit)
  • Remove useless console.log (commit)
  • Add roadmap (commit)
  • Add installation instructions (commit)
  • Add the url of the component page (commit)
  • Fix path of test folder (commit)

v0.0.1 (2016-06-24)