Skip to content

Released version 2.1.0

Latest
Compare
Choose a tag to compare
@o5 o5 released this 01 Nov 21:21
· 81 commits to master since this release
  • 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]
  • 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.