Skip to content

v1.4.0

Compare
Choose a tag to compare
@aldeed aldeed released this 11 Sep 13:35
· 103 commits to master since this release
  • Added a jquery dependency to prevent load order issues
  • When entering multiple search terms, the search now splits them by whitespace and uses OR matching
  • You can now use Tabular.tablesByName.someTableName to access any table instance in client or server code
  • The TabularTables.someTableName helper is now automatically registered in client code so you don't need to do that
  • New tmplContext option for adjusting the context of template cells. See the readme