Releases: o5/grido
Released version 2.1.0
- Export was completely rewritten (again, I know, but I hope for the last time :) [https://github.com/o5/grido/commit/59f37b243f6655fcf70ae8b7bf08d286c63c81ec]
- New methods were added
setFetchLimit()
,setHeader()
,setCustomData()
[https://github.com/o5/grido/commit/fffb42ccd4eeb0f825ee528190261c86776f918f]
- New methods were added
- Clien-side changes:
- We are now using HTML History [https://github.com/o5/grido/commit/2c288f659732c60187e9e1b9837940bf264dc008]
- An "official" grido plugin repository was created [https://github.com/o5/grido/commit/76efc7229f63d1ae2aa9078bcbbcd8f1e8dadc40]
- Fixed page prompt [https://github.com/o5/grido/commit/908acc8255de2d686b48d4dcfa232e39332ae5a1]
- Others minor features / fixes
$grid->strictMode
feature was added [https://github.com/o5/grido/commit/b236f1fa5c1767c659359718f72db2c41be44d03]- Filters\Text: Suggestion is now sorted by
ORDER BY
clause [https://github.com/o5/grido/commit/a7b93d8e62806fe47d65b2465be6d7945b0263b9] - DataSources
- ArraySource: Improved compare method [https://github.com/o5/grido/commit/882934727be7509cbfa8fb78bc0b987667ddda15, https://github.com/o5/grido/commit/eb1350ffe356383a012894228cacd88e42a872cf]
- Doctrine: Suggestion was fixed [https://github.com/o5/grido/commit/10ce74dd7711d4e4047715b15295eca5a11631ab]
- DibiFluent: Fixed possible SQL Injection [https://github.com/o5/grido/commit/daaf5ed6a3c58b278d6d1b973b69b800e1048521]
$grid->setRememberState()
is now fixed for a specific case and you can now set name of session [https://github.com/o5/grido/commit/8694c9509c5c05e6e67afae58aebdf8621a0beda]- Grido now throws an own exception Grido\Exception Possible BC! [https://github.com/o5/grido/commit/6952989589671093c765b2bc7078b987942afeba]
- Filters\Check: Added ability to use checkbox filter in inline render [https://github.com/o5/grido/commit/2cf123be2fe0745f35665dee04354e0fca28b4c2]
- Grido now uses Symfony/PropertyAccess
For the details about full changes you can have a look at the GitHub diff.
Next version will be 3.0.0 with backward incompatible changes! See Milestones.
Released version 2.0.8
- Filters: Added support for multichoice filter control
For the details about the changes you can have a look at the GitHub diff.
Released version 2.0.7
- Small improvements of client-side script.
For the details about the changes you can have a look at the GitHub diff.
Released version 2.0.6
- DataSources\DibiFluent fix for editable columns
- Small improvements in Filters\Text
For the details about the changes you can have a look at the GitHub diff.
Released version 2.0.5
- Composer fix only
For the details about the changes you can have a look at the GitHub diff.
Released version 2.0.4
- A ton of bugs was fixed
For the details about the changes you can have a look at the GitHub diff.
Released version 2.0.3
- Minor bug fixes
For the details about the changes you can have a look at the GitHub diff.
Released version 2.0.2
- Fixed Doctrine datasource [#138]
For the details about the changes you can have a look at the GitHub diff.
Released version 2.0.1
- Fixed client-side script for operation [#137]
- Typos
For the details about the changes you can have a look at the GitHub diff.
Released version 2.0.0
Main feature: Inline Editation! (special thanks to @koprivajakub )
- You can try it in demo
- Controls:
- CMD (or CTRL) + DBL CLICK - start inline editation on focused table cell
- ENTER (or CMD / CTRL + ENTER) - save current value
- ESC - stop inline editation
Other minnor changes:
- Columns: Label can be object of \Nette\Utils\Html now (Issue 116)
- Columns: Removed „cool url sorting representation“ (↑/↓) (Issue 123)
- Fixed client-side script (Issue 114)
- DataSources\Doctrine: Improved Doctrine Paginator (Issue 125)
- Added Nette 2.2 support
For the details about the changes you can have a look at the GitHub diff.