Releases: innoq/tabelle
Releases · innoq/tabelle
v2.0.1
v2.0.0
- [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/.."
- modify package name in
- [major] removed polyfills (now the responsibility of the developer)
v1.4.3
v1.4.2
v1.4.1
v1.4.0
- [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
andtabelle-cljs
so that search
string including.
returns the correct search results - [patch] fixed bug with sorting and filtering columns with
colspan
ontd
s