Releases: Meteor-Community-Packages/meteor-tabular
Releases · Meteor-Community-Packages/meteor-tabular
v2.2.2-rc.0
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
- feature(ci): add comment issue workflow by @jankapunkt in #446
- Fix the case of multiple table on the same page by @dokithonon in #442
- Allow the columns option to be a function by @TechplexEngineer in #424
- add eslint, custom search & fix mem leak by @lynchem in #448
New Contributors
- @jankapunkt made their first contribution in #446
- @dokithonon made their first contribution in #442
Full Changelog: v2.1.2...v2.2.2-rc.0
2.1.2
v1.4.2
v1.4.1
v1.4.0
- 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
- 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
Add changeSelector
option. Thanks @AdamBrodzinski
v1.1.0
Allow default selector in table options, which is enforced on the server for security reasons. (Thanks @hockeyj85!)