Skip to content

0.2.1

Compare
Choose a tag to compare
@mcaskill mcaskill released this 09 Feb 17:28

Highlights

  • Upgraded Charcoal dependencies and integration
  • Integrated Flysystem with elFinder
  • Fixes for elFinder integration
  • Fixes for Widget\LoadAction
  • Fixes for object handling in Save/Update actions
  • Improvements and fixes for TableWidget (PHP + JS)
    • Added mergeable nodes: "list_actions", "list_object_actions", "list_orders", "list_filters";
  • Added "input_name" setter for AbstractPropertyInput
  • Refactored JS Component Manager; added support
    • for retrieving instantiated components;
    • for listening to "before/after render" and "ready" events;
  • Refactored collection/object actions for TableWidget and sidebar actions for FormSidebarWidget
    • Added 'ActionContainerTrait' to aid in parsing UI actions;
  • Refactored Feedback Manager (PHP + JS);
    • Added 'FeedbackContainerTrait';
    • Added new JS methods, deprecated old methods;
    • Added 'FeedbackEntry';
  • Refactored schedule processing scripts
  • Added "empty_choice" to AbstractSelectableInput
  • Added 'submitLabel' to FormWidget, ObjectFormWidget, FormSidebarWidget
  • Improved CollectionContainerTrait
  • Improved form tabs
  • Improved and fixed ACL integration
  • Various fixes for service providers, actions, scripts, templates, widgets
  • Various fixes to display and input properties
  • Various improvements JS/CSS/HTML
    • Improved language and debug management in 'Charcoal.Admin' JS;
    • Renamed "trumps/" to "utilities/";
  • Fixed PHPCS issues
  • Cleaned up package