Skip to content

Releases: vaadin/vaadin-grid

v5.8.4

24 Aug 07:57
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.8.3:

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

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

v5.8.3

05 Aug 08:02
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.8.2:

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

v5.7.15

05 Aug 08:39
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.7.14:

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

v5.8.2

30 Jul 08:24
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.8.1:

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

v5.8.1

08 Jul 13:58
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.7.14:

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

v5.7.14

08 Jul 12:35
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.7.13:

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

v5.8.0

17 Jun 09:00
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.7.13:

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

  • 85c598d Fix tests

  • 8fe65fa Add tests

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

v6.0.2

03 May 09:25
Compare
Choose a tag to compare

API Documentation →

Changes Since v5.7.13:

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

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

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

  • 5b579d7 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 28783969+tulioag@users.noreply.github.com
    Co-authored-by: Sascha Ißbrücker sascha.issbruecker@googlemail.com

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

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

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

    Fixes: #1981
    Warranty: Prevent an exception when changing the size after removing columns

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

  • 6221b00 6.0.1

  • 563f29c test: increase visual tests timeout

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

  • 89b92c1 test: refactor, reduce using timeouts

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

  • c3f5b6b test: cleanup unused test fixture

  • 38a01c5 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.

  • 0271abd 6.0.0

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

  • 22ee36b 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 iamkulykov@gmail.com

    • Update test

    Co-authored-by: Serhii Kulykov iamkulykov@gmail.com

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

  • 80f846e test: update coverage threshold

  • 1cf2f9d refactor: remove IE11 innerText workaround

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

  • b0cbba4 6.0.0-alpha1

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

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

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

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

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

v5.7.13

03 May 08:22
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.7.12:

  • 34f238b 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 sascha.issbruecker@googlemail.com

  • a930c0a 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
  • 26c77c8 fix: clear details-opened attribute when item is removed (#225) (CP: 5.7)

v5.7.12

13 Apr 09:04
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.7.11: