Skip to content

v4.0.0-alpha3

Compare
Choose a tag to compare
@yuriy-fix yuriy-fix released this 29 Sep 09:04
· 927 commits to master since this release

Live Demo →
API Documentation →

Changes Since v4.0.0-alpha2:

  • 3889869 Expose reorder ghost as a shadow part.

  • 4078832 Fix focus outline appearing after mouse focus

  • 6943467 More accurate cell click handling

    • Rely on native browser focusing on mousedown

    • onClick cell listener does not move focus anymore

    • On Shadow DOM mousedown on slotted content does not focus shadow DOM
      cell. Workaround by making cellContent focusable and delegating focus
      to cells.

  • e71a4e1 Cleanup _getCellByCellContent removal leftovers

  • e570927 Fix cell content click not activating items in MSIE

  • caa9bfc Remove input.focus() stub in keyboard nav tests

  • b0b9812 Update last columns after first render

  • e12c715 Prepare templates manually when column template observer doesn't trigger

  • 024b383 Stamp the row details template lazily

  • 17c3143 Update the column tree with microtask timing to avoid shady style scope issues

  • eea97ae Don't allow the last resizable column handle to overflow

  • b3198df Add a test for resizable column width

  • bacc9f4 Revert a bad cleanup

  • b625d21 Add default theme for sorter

  • 9de0fe4 Add content part and align part naming

  • 2e539ba Make sorter extend themable mixin