CRUDlex v0.9.6 Release Notes

Release Date: 2015-02-20 // about 9 years ago
  • ๐Ÿš€ Released: 2015-02-20

    • โž• Added the possibility to cascade delete children
    • โž• Added ids to the rendered fields of an entity details page so they can be hooked easily with JavaScript
    • โž• Added ids and classes to the rows and columns of the entity list page so they can be hooked easily with JavaScript
    • โž• Added ids and classes all buttons so they can be hooked easily with JavaScript
    • โž• Added an entity related id to the page wrapping div so everything can be hooked easily with JavaScript
    • ๐Ÿ›  Fixed a SQL error for not required date and datetime fields where no value was selected
    • ๐Ÿ›  Fixed a SQL error for not required reference fields where no value was selected
    • โšก๏ธ Updated dependencies to:
      • Bootstrap 3.3.1
      • moment.js 2.8.4
      • "symfony/twig-bridge": "~2.6"
      • "doctrine/dbal": "~2.5"
      • "symfony/yaml": "~2.6"
      • "phpunit/phpunit": "~4.5",
      • "satooshi/php-coveralls": "0.7.*@dev",
      • "symfony/browser-kit": "~2.6",
      • "symfony/css-selector": "~2.6",
      • "apigen/apigen": "4.0.0"
    • โž• Added pagination to the list view
    • โž• Added the ability to hand in default values to the create form
    • โž• Added edit and delete buttons to the children table of the entities show page
    • CRUDMySQLData::listEntries handles null filter values now correctly
    • ๐Ÿ›  Fixed values are also returned in CRUDEntity::get() now
    • ๐ŸŽ Huge performance optimization when listing entities referencing other entities