Vaadin Grid Versions Save

vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.

v5.8.4

2 years ago

Live Demo → API Documentation →

Changes Since v5.8.3:

  • 86b4c132 fix: correct setting order of columns when we have more than 10 columns (#2193)

  • 204e5d99 fix: column widths are properly resized from the first time it is expanded (#2194)

v5.7.15

2 years ago

Live Demo → API Documentation →

Changes Since v5.7.14:

  • 29e2572cd fix: use isVisible on iron-list to check Grid's visibility (CP: 5.7) (#2192)
  • 5137148d6 fix: skip calculation when Grid is hidden (CP: 5.7) (#2189)

v5.8.3

2 years ago

Live Demo → API Documentation →

Changes Since v5.8.2:

  • 78e3abadf fix: use isVisible on iron-list to check Grid's visibility (CP: 5.8) (#2191)

v5.8.2

2 years ago

Live Demo → API Documentation →

Changes Since v5.8.1:

  • 4e3ceb78 fix: skip calculation when Grid is hidden (CP: 5.8) (#2188)

v5.8.1

2 years ago

Live Demo → API Documentation →

Changes Since v5.7.14:

  • 68e554033 fix: issue with grid when grid table body is clicked and enter key is hit (#2146) (#2186)

v5.7.14

2 years ago

Live Demo → API Documentation →

Changes Since v5.7.13:

  • 32a33714f fix: issue with grid when grid table body is clicked and enter key is hit (#2146) (#2187)

v5.8.0

2 years ago

Live Demo → API Documentation →

Changes Since v5.7.13:

  • c42c8a19 feat: deprecate heightByRows in favor of allRowsVisible (#2184)

  • 85c598d6 Fix tests

  • 8fe65fa1 Add tests

  • 5fdd50d4 cherry-pick: disable grid section focus target in interaction mode (#1960)

v6.0.2

3 years ago

API Documentation →

Changes Since v5.7.13:

  • 226b5eb6 chore: bump dev dependency versions (#2173)

  • 6f40e2b6 fix: flush debouncer to fix timing issue with scroll to index (#271) (#2170)

  • c51af02d fix: clear details-opened attribute when item is removed (#225) (CP: 6)

  • 5b579d79 fix: update filtering and sorting when grid and columns are attached / detached (#2122)

    Fixes: #1969 Warranty: Fixes exception related to sorting when recreating columns

    Co-authored-by: Tulio Garcia [email protected] Co-authored-by: Sascha Ißbrücker [email protected]

  • 8b74a1f1 chore: pin test runner dev dependencies (#2168)

  • 9f45ec46 fix: check if grid column is attached (#2160)

    cherry-pick: check if grid column is attached (vaadin/web-components#195)

    Fixes: vaadin/vaadin-grid#1981 Warranty: Prevent an exception when changing the size after removing columns

  • f2fedc1c fix: do not throw error when adding a new row while a column is hidden

  • 6221b006 6.0.1

  • 563f29c8 test: increase visual tests timeout

  • 38ba7884 chore: update web-test-runner version

  • 89b92c14 test: refactor, reduce using timeouts

  • 6f332364 test: rewrite to not use dom-repeat

  • c3f5b6bf test: cleanup unused test fixture

  • 38a01c5a Cherrypick: Flush debounceIncreasePool on loadPage (#2131) (#2132)

    fix: Flush debounceIncreasePool on loadPage

    cherrypick: #2131 fixes: #2107 Warranty: Fixes TreeGrid regression where blank areas are displayed when an initial scroll happens.

  • 0271abd2 6.0.0

  • e1781d57 chore: bump dependencies to stable versions (#2127)

  • 22ee36be fix: make explicit data request when clearing cache with no initial pool (#2119)

    • fix: increase pool before clearing cache when sorting; add test

    • Enhance the fix by making explicit data request

    • Remove height condition

    • Move the test

    • Apply Serhii's suggestions

    Co-authored-by: Serhii Kulykov [email protected]

    • Update test

    Co-authored-by: Serhii Kulykov [email protected]

  • 27a34433 chore: align events JSDoc annotations [skip ci] (#2115)

  • 80f846e2 test: update coverage threshold

  • 1cf2f9da refactor: remove IE11 innerText workaround

  • d7329f58 chore: add JSDoc for custom events [skip ci] (#2103)

  • b0cbba46 6.0.0-alpha1

  • 72abc2ef chore: bump dependencies to P3 alphas (#2096)

  • 4975c1d3 chore: add script to build API docs [skip ci] (#2092)

  • f9707b67 ci: run for branches but not tags [skip ci] (#2089)

  • d3a2264c ci: do not trigger build for tags [skip ci] (#2087)

  • 3253c90b feat!: convert to Polymer 3, add events type definitions (#2080)

v5.7.13

3 years ago

Live Demo → API Documentation →

Changes Since v5.7.12:

  • 34f238b4 cherry-pick: update filtering and sorting when grid and columns are attached / detached (#2122) (#2172)

    cherry-pick: update filtering and sorting (#2122)

    fix: update filtering and sorting when grid and columns are attached / detached (#2122)

    Fixes: #1969 Warranty: Fixes exception related to sorting when recreating columns

    Co-authored-by: Sascha Ißbrücker [email protected]

  • a930c0aa fix: flush debouncer to fix timing issue with scroll to index (CP 5.7) (#2171)

    • fix: flush debouncer to fix timing issue with scroll to index (CP 5.7)
    • test: refactor code to work on IE11
  • 26c77c81 fix: clear details-opened attribute when item is removed (#225) (CP: 5.7)

v5.7.12

3 years ago

Live Demo → API Documentation →

Changes Since v5.7.11:

  • a0ffd369 fix: check if grid column is attached (#2159)