CRUDlex v0.9.4 Release Notes

  • ๐Ÿš€ Released: 2014-10-07

    • The input placeholders now use the field label as well and don't use just the fieldlabel anymore
    • url fields in the list view get cut after 27 characters now with "..." at the end, the full url is still available as tooltip
    • A first version of file uploads
    • ๐Ÿ‘ Introducing the addons repository with Amazon S3 file support
    • โž• Added the possibility to extend the CRUDControllerProvider which had a hard coded reference to itself before
    • โž• Added the type "fixed" which always has a fixed value
    • A type of a field can be changed in runtime now via a setter of the CRUDEntityDefinition
    • A required constraint of a field can be changed in runtime now via a setter of the CRUDEntityDefinition