Releases: Zizzamia/ng-tasty
Releases · Zizzamia/ng-tasty
v0.4.0
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 $scope
variable
otherwise you pass a classic value.
v0.3.3
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
Bug Fixes
- Fixed server side default sortBy and sortOrder #51 #51
Features
- Improvemed not-sort-by #47
- Implemented custom th width #19
v0.3.1
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
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
- 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
- Improved sorting by key #27
- Fixed issue about refresh external scope variable #25
- Initial Benchmarks by using Benchpress #26
v0.2.5
- 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
- Added a new table that has sorting and pagination client side
- Improved
setDirectivesValues
in ngTasty.table
- Fixed issues in
ngTasty.filter.range
- Fixed issue in
ngTasty.service.setProperty