Version 0.6
This release is backwards compatible with 0.5. However, it introduces a change in the Configuration API that will become compulsory in 0.7. Read the upgrade guide for details
For more details about the changes, read the blog post about the release.
- Add documentation about custom types (fzaninotto)
- Add Factory for field Views (fzaninotto)
- Add support for template items in
actions()
andlistActions()
when called with an array parameter (ThieryMichel) - Add ability to filter references results (jeromemacias)
- Add ability to format Date fields before they are sent (ThieryMichel)
- Fix missing require parameter in NgAdminConfiguration (easel)
- Fix missing dashboard panel title, falling back to entity label (jpetitcolas)
- Add listActions in ReferenceList in editionView (fzaninotto)
- Add Factory methods (
nga.*
) to the configuration API (fzaninotto) - Add link to dashboard panel views (fzaninotto)
- Add ability to use templates in view description (Xennis)
- Update file field: Remove file field requirement on edition and remove file upload progress bar on end (jeromemacias)
- Fix listActions buttons attributes binding (ThieryMichel)