Skip to content

v6.0.2

Compare
Choose a tag to compare
@tulioag tulioag released this 03 May 09:25
· 92 commits to master since this release

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)