Skip to content

Releases: Meteor-Community-Packages/meteor-tabular

v2.2.2-rc.0

28 Nov 08:13
0058f89
Compare
Choose a tag to compare
v2.2.2-rc.0 Pre-release
Pre-release

install release

edit .meteor/packages

aldeed:[email protected]! # use ! at the end to force depedency compatibility

or

$ meteor add aldeed:[email protected]

Packosphere link:

https://packosphere.com/aldeed/tabular/2.2.2-rc.0

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.2.2-rc.0

2.1.2

20 Jan 04:12
8ae0664
Compare
Choose a tag to compare

Fixed a bug where the document removal observer would not fire, which resulted in Tabular data not updating automatically.

v1.4.2

16 Oct 19:19
Compare
Choose a tag to compare
Remove console.log

v1.4.1

28 Sep 17:11
Compare
Choose a tag to compare
Meteor 1.2 fix

v1.4.0

11 Sep 13:35
Compare
Choose a tag to compare
  • 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

v1.3.0

31 Aug 22:58
Compare
Choose a tag to compare
  • The "all" option and no paging work correctly now, and you can (and should) specify a limit option for the table to enforce a hard limit for large collections.
  • Fixes to searching
  • Added support for column-specific searching
  • Default sort order is none if order isn't specified
  • Other miscellaneous fixes and improvements

Thanks for PRs: @riiiiizzzzzohmmmmm, @jfols, @hexagonal-sun, @nsparikh

v1.2.0

23 Apr 15:03
Compare
Choose a tag to compare

Add changeSelector option. Thanks @AdamBrodzinski

v1.1.0

09 Feb 19:34
Compare
Choose a tag to compare

Allow default selector in table options, which is enforced on the server for security reasons. (Thanks @hockeyj85!)

v1.0.6

03 Feb 12:28
Compare
Choose a tag to compare
  • Fixed sort icon appearing in first column by default when that column is not sortable
  • Fixed sorting when both data and tmpl are provided for a column

v1.0.5

29 Jan 03:47
Compare
Choose a tag to compare

Fixes