Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkudera committed Aug 31, 2015
1 parent 425cb9f commit 6e67cb4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,18 @@ protected function createComponentBooksGrid()

## Changelog

* 1.1.0
+ Add `no-grid-empty`, `no-grid-not-empty`, `no-grid-has-paginator` latte macros
+ Doctrine data source: use Paginator for fetching data
+ Macros: add possibility to use `$iterator` in `no-grid-data-as` and `no-grid-views-as` latte macros
+ Add `DoctrineQueryObjectDataSource` data source
+ Allow last version of kdyby/doctrine
+ Add option to disable paginator
+ Add camelCased variants of all latte macros
+ Refactored views
+ Add tests
+ Add option to transform loaded data
+ Add option to set paginator template provider service

* 1.0.0
+ Initial version

0 comments on commit 6e67cb4

Please sign in to comment.