Skip to content

Releases: innoq/tabelle

v2.0.1

06 Sep 10:56
Compare
Choose a tag to compare
  • [patch] updated documentation in README

v2.0.0

05 Sep 14:31
Compare
Choose a tag to compare
  • [major] changed package name from tabelle to @innoq/tabelle
    • modify package name in package.json to @innoq/tabelle
    • update imports to import from "@innoq/tabelle/..." instead of "tabelle/.."
  • [major] removed polyfills (now the responsibility of the developer)

v1.4.3

05 Sep 14:30
Compare
Choose a tag to compare
  • [patch] normalize whitespace when filtering rows in tabelle-cljs

v1.4.2

05 Sep 14:30
Compare
Choose a tag to compare
  • [patch] fixed bug transforming a header already containing a .tabelle-header

v1.4.1

25 Feb 15:38
Compare
Choose a tag to compare
  • [patch] fixed bug with tabelle-cljs and tabelle-search which did not allow
    capitalization of search queries

v1.4.0

25 Feb 11:34
Compare
Choose a tag to compare
  • [minor] implemented mutation observer for tabelle-cljs to update the search
    index when rows are added, deleted, or updated. Listening to row deletion is
    limited by the List.js implementation which means that the component will only
    recognize that the rows was deleted if the filter is set such that the row is
    currently visible in the table.
  • [patch] fixed bug with tabelle-search and tabelle-cljs so that search
    string including . returns the correct search results
  • [patch] fixed bug with sorting and filtering columns with colspan on tds

v1.3.0

20 Jan 13:39
Compare
Choose a tag to compare
  • [minor] added tabelle-search component for searching over multiple columns

v1.2.0

19 Jan 15:49
Compare
Choose a tag to compare
  • [minor] allow custom elements to enhance a filter field a column header
  • [patch] preserve attributes of th elements when transforming them
  • [patch] fixed undefined value landing in the valueCache of a Tabelle