CRUDlex v0.11.0 Release Notes

Release Date: 2017-04-01 // about 7 years ago
    • โž• Added a french translation, thanks to, https://github.com/k20human
    • โž• Added a new data type: WYSIWYM (What You See Is What You Mean), with a visual editor producing HTML
    • โž• Added a "CRUD YAML Reference" chapter in the documentation
    • The referencing children list of an entity has now an "Create New" button, thanks to, https://github.com/k20human
    • ๐Ÿ’ป The endpoint for static files now uses ETag caching speeding up the rendering of the UI
    • ๐Ÿ›  Fixed the initialization of the TwigServiceProvider using the Silex 2 API now
    • ๐Ÿšš Attention: Removed the method AbstractData::fetchReferences and so simplified further implementations
    • ๐Ÿ›  Fixed the feature of prepopulated creation forms via GET parameter
    • Nicer visualization of boolean values using icons
    • ๐Ÿ›  Fixed the initialization of the TwigServiceProvider if it wasn't present yet
    • ๐Ÿ›  Fixed adding the YAML loader and languages to the translator by moving it to the boot phase of the service provider
    • ๐Ÿ›  Fixed a crash if a many field was a reserved MySQL word
    • ๐Ÿ›  Filters now only do a LIKE-comparison if the field is a text, multiline or fixed field, else they use strict equals
    • ๐Ÿ“œ Restructured the i18n handling and initialization a bit so the 'crud' provider is properly lazily initialized and the YaML not parsed for routes outside CRUDlex
    • Nullable fields with empty form input are now properly stored as null
    • โœ‚ Removed dependencies:
      • Moment.js
    • โšก๏ธ Updated dependencies:
      • "eloquent/phony": "~0.14"
      • "symfony/browser-kit": "~3.2"
      • "symfony/css-selector": "~3.2"
      • "symfony/twig-bridge": "~3.2"
      • "symfony/yaml": "~3.2"
      • flatpickr 2.4.8
      • jQuery 3.2.1