Skip to content

Releases: locomotivemtl/charcoal-admin

charcoal-admin 0.8.11

16 Jan 15:10
Compare
Choose a tag to compare

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

16 Jan 15:07
Compare
Choose a tag to compare

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.

11 Dec 17:51
Compare
Choose a tag to compare
Fix visibility. setDependencies is now protected.

0.8.8

07 Dec 15:00
Compare
Choose a tag to compare
Allow sorting the order of locales according to priority for lang swi…

charcoal-admin 0.8.3.1

22 Nov 21:24
Compare
Choose a tag to compare
  • Fix deprecated val to value with object filters (selectize/tagsInput)

charcoal-admin 0.8.3

22 Nov 16:02
Compare
Choose a tag to compare

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

17 Nov 21:02
e3e3137
Compare
Choose a tag to compare

Refactor integration of JSON options into JS components for widgets and property controls.

Highlights:

  • Added AdminWidget::widgetDataForJs() and AdminWidget::widgetDataForJsAsJson()
  • Added AbstractPropertyInput::controlDataForJs() and AbstractPropertyInput::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

17 Nov 15:09
Compare
Choose a tag to compare

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

17 Nov 14:17
Compare
Choose a tag to compare

Highlights:

charcoal-admin 0.7.3

17 Nov 14:08
Compare
Choose a tag to compare

Highlights:

  • Updated TinyMCE to 4.7.0