Releases: locomotivemtl/charcoal-admin
Releases · locomotivemtl/charcoal-admin
charcoal-admin 0.7.2
Highlights:
- Fixed styles for
TableWidget
- Fixed missing spritesheet used by jQuery MiniColors
- Fixed pagination for
TableWidget
- Fixed JS widget reloading
charcoal-admin 0.7.1.1
Highlights:
- Cleanup TableWidget class
- Cleanup Selectize actions, form controls, and renderer
- Improved Number form control class and generic input control view
charcoal-admin 0.7
Added the possibility of defining data attributes on actions
Merge pull request #13 from locomotivemtl/data-attributes-on-actions Added the possibility of defining data attributes on actions
New system menu, better cache and notifications
0.6.4 Fix system menu
charcoal-admin 0.6.2.9
- Fix charcoal/admin/user creation.
0.6.2.8
Added language property to AttachmentWidget
charcoal-admin 0.5.9
Fix multiple-l10n selectable properties to display properly in admin form, fixing the issue where saving would cause data loss.
0.5.8: Conditionally Active Widgets
Added support to the "active" widget option for callable or renderable strings to determine if the widget is active or not.
Examples:
{ "active": "isPublished" }
{ "active": "!isPublished" }
{ "active": "{{ isPublished }}" }
The FormSidebarWidget
can resolve conditions using the form's object.
charcoal-admin 0.5.7
Various fixes, improvements, and cleanup.