Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 21:06
· 329 commits to main since this release

1.0.0 (2022-11-02)

Bug Fixes

  • column-reordering: reordering reactivity restored (bf8153c)
  • columnReordering: rework how order state is maintained (39ae71e)
  • columnResizing: fix the resize-handle modifier (e17c232)
  • columnResizing: resizeHandle modifier needs to be an ember-modifier (90f7577)
  • columnVisibility: bug where default hidden could not be unhidden (e6b7239)
  • columnVisibility: work around a bug with tracked-built-ins' delete not being reactive (ce62498)
  • columnVisibilty: bug where default / preferences clearing calculation was incorrect (e3e8480)
  • deps: update dependency @ember/test-waiters to ^3.0.2 (dcb45d1)
  • resizing: resizing depends on column order, not just visibility (6ac95ef)

Features

  • columnReordering: preferences are now persisted and read from (96e13c1)
  • initial implementation (0fc2cbc)
  • plugin: implement row selection plugin (e46ce50)
  • plugins: simplify working with columns among plugins (48ef0bb)
  • plugin: sticky columns (b9b8bfa)
  • table: support @use (6561c30)

BREAKING CHANGES

  • brand new addon
  • copied code from internal project
  • successful build

This is an incremental step, as there is some dev work yet to complete

  • finish plugins work
  • rename @crowdstrike/ember-headless-table to ember-headless-table
  • Button up C.I.
  • Create docs site with lots of examples, how to write plugins, etc