CHANGELOG.md
January 2, 2016 ยท View on GitHub
Changelog
v0.6.1 (master, released on January 1th 2016)
Bug Fixes
v0.6.0 (released on Dec 26th 2015)
Features
- Sortable can be defined where the columns are defined #193
Bug Fixes
- Fixed bind-reload pagination issue #186
v0.5.9 (released on Dec 14th 2015)
Features
- Reload table on specific page #160
Bug Fixes
- Fixed table function runs twice when it is in an Angular-Material mdTab directive #176
- Fixed paramsObj causing circular object JSON error #159
v0.5.8 (released on Aug 5th 2015)
Bug Fixes
- Fixed paramsObj does not match params #153 #153
####Breaking Changes
paramsObjnow containsfiltersobject. Can causeTypeError: Converting circular structure to JSONerror if you were addingparamsObjto yourfiltersobject on your own. (Breaking change commit)
v0.5.7 (released on July 26th 2015)
Bug Fixes
- Fixed Paging buttons on server side table #148 #148
- Fixed ng-tasty entry point in package.json #145 #145
v0.5.6 (released on July 11th 2015)
Bug Fixes
- Fixed Server Side search pagination #142
v0.5.5 (released on June 15th 2015)
Bug Fixes
- Fixed client side pagination and itemsPerPage #138
- Fixed tasty-thead, how to change column title in tasty-thead #132
v0.5.4 (released on May 4th 2015)
Features
- Document and refactoring of loadOnInit on server side table #131
v0.5.3 (released on April 6th 2015)
Features
- Add show all to table pagination #121
Bug Fixes
- cleanFieldName may now contain _ and keep it, instead of replacing it #123
v0.5.2 (released on March 18th 2015)
Features
- Add bind-theme to the tasty-table #111
Bug Fixes
v0.5.1 (released on March 9th 2015)
Features
- Add custom class on table directive #96
Bug Fixes
v0.5.0 (released on January 31th 2015)
Features
- Add filtersComparator attribute to tasty table #94
v0.4.8 (released on January 28th 2015)
Bug Fixes
- Fixed watch-resource issue
v0.4.7 (released on January 27th 2015)
Features
Bug Fixes
- Fixed bug with bind-init #91
v0.4.6 (released on January 22th 2015)
Bug Fixes
- Fixed bug passing plain text without bind #87
v0.4.5 (released on January 19th 2015)
Features
- Add option to have different $watch resource version #80
- Add slugify filter #78
- Add camelize filter #77
v0.4.4 (released on December 27th 2014)
Features
v0.4.3 (released on December 25th 2014)
Features
- Now by adding a value in resource you can also use it in the table scope #69
v0.4.2 (released on December 22th 2014)
Bug Fixes
- Fixed pagination issue during filtering #65
- Fixed bug when header is an empty list #66
- Fixed bug when using the $scope.params outside the table #67
- Fixed pagination if resource.pagination is missing #68
v0.4.1 (released on December 10th 2014)
Bug Fixes
- Fixed bad list module name in dist folder #63
v0.4.0 (released on December 8th 2014)
Features
- Added support for templateUrl scope in pagination directive #61
Breaking Changes
- All the architecture now is devide in three main part: component, service, filter. The goal is to give all the tools for start your own tasty collection by using ngTasty as scaffold.
- For the new ngTasty v0.4.0 I'm getting inspiration from the Straw-man Proposal, all the table
directive API is more flexible. If you add
bind-before means you passing a$scopevariable otherwise you pass a classic value.
v0.3.3 (released on November 28th 2014)
Bug Fixes
- Fixed pagination links conflicts with routing #50
Features
- Optional template for pagination #57
Breaking Changes
- tasty-thead stop set width columns as default #56
v0.3.2 (released on November 22th 2014)
Bug Fixes
- Fixed server side default sortBy and sortOrder #51 #51
Features
v0.3.1 (released on November 10th 2014)
Bug Fixes
- Improved filter in server side table #44
- Pagination now is following the Bootstrap standard #43
- Fixed setPaginationRanges where the number of rows are bigger than the pagination range #42
Features
- Query config params and init params #3
v0.3.0 (released on October 22th 2014)
Bug Fixes
- Fixed possible issue when header key are not lowercase #35
Features
- Implemented a [feature request], simplified header for resources #37
- Implemented the filter functionality in the table directive #33
Breaking Changes
- Refactoring to be ready for Angular 1.3 #34
v0.2.7 (released on September 8th 2014)
- Improved Performance more than 110%!!! #28
- Fixed pagination issue when there is only one row #30
- Added params object as response in the sorting/pagination server side table callback. #31
- Improved message errors #32#29
v0.2.6 (released on August 26th 2014)
- Improved sorting by key #27
- Fixed issue about refresh external scope variable #25
- Initial Benchmarks by using Benchpress #26
v0.2.5 (released on August 21th 2014)
- Added items-per-page and list-items-per-page settings in table pagination #15
- Added ngTasty.service.tastyUtil #24
- Removed all the Grunt dependence #23
- Fixed table pagination responsive #18
v0.2.4 (released on August 13th 2014)
- Added a new table that has sorting and pagination client side
- Improved
setDirectivesValuesinngTasty.table - Fixed issues in
ngTasty.filter.range - Fixed issue in
ngTasty.service.setProperty