Releases: locomotivemtl/charcoal-admin
Releases · locomotivemtl/charcoal-admin
charcoal-admin 0.8.11
Highlights:
- Added support for customizing the "form_ident" and "quick_form_ident" of content blocks in locomotivemtl/charcoal-attachment
- Compiled Admin assets
- Updated NPM manifest
charcoal-admin 0.8.10
Highlights:
- Added
PermalinkInput
- Refactored
ElfinderConnectorAction
- Added support traits to consolidate common features used across template controllers, widgets, actions, and scripts
- Improved highlight of a header / side menu item from template data
- Improved Structure Form Group widgets
- Fixed directory handling when activating the static website generator
0.8.9: Fix visibility of classes. setDependencies is now protected.
Fix visibility. setDependencies is now protected.
0.8.8
Allow sorting the order of locales according to priority for lang swi…
charcoal-admin 0.8.3.1
- Fix deprecated val to value with object filters (selectize/tagsInput)
charcoal-admin 0.8.3
Breaking Changes:
- Admin module will only boot up if the HTTP request starts with
/admin
. - Admin config is injected by the module (via
admin_config
in your application config)
Recommendation:
- Ensure the Admin config is not accessed before it's required
- Ensure the Email service provider is registered if needed for your application's public-side
charcoal-admin 0.8
Refactor integration of JSON options into JS components for widgets and property controls.
Highlights:
- Added
AdminWidget::widgetDataForJs()
andAdminWidget::widgetDataForJsAsJson()
- Added
AbstractPropertyInput::controlDataForJs()
andAbstractPropertyInput::controlDataForJsAsJson()
- Updated widgets and property controls to use "*DataForJsAsJson" methods
- Fixed property keys for
SearchWidget
- Refactored
MapWidget
- Removed Selectize Email property control
- Fixed unit tests for PHPUnit 5.7
Warnings:
MapWidget
: Deprecated "lon" in favour of "lng"
charcoal-admin 0.7.5
Highlights:
- Updated TinyMCE to 4.7.2
- Add basic validation to user creation script
- Allow custom labels for script inputs
- Fix styles for map maker form control
- Compiled CSS & JS
charcoal-admin 0.7.4.5
Highlights:
- JS: Renamed
Admin.cache
method toAdmin.store
- JS: Added
Admin.cache
manager for purging the application cache - Fixed Composer branch-alias
- Fixed asset management when application error handler kicks in
- Fixed
HierarchicalObjectProperty
- Fixed default options for
ElfinderConnectorAction
- Fixed
LostPasswordAction
- Fixed localizations in
AbstractPropertyInput
- Improved
StructureFormGroup
- Added store icon
charcoal-admin 0.7.3
Highlights:
- Updated TinyMCE to 4.7.0