Skip to content

Releases: locomotivemtl/charcoal-admin

0.2.1

09 Feb 17:28
Compare
Choose a tag to compare

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

0.2

10 Jan 21:25
Compare
Choose a tag to compare
0.2

Highlights:

  • Overhauled handling of property values;
  • Refactored user and authentication;
  • Refactored SidemenuWidget;
  • Fixed data-merging for widgets;
  • Fixed validation feedback;
  • Fixed current-item highlighting for menus;
  • Fixed various issues with elFinder;
  • Fixed form submission issues;
  • Fixed collection config merging for CollectionContainerTrait;
  • Added support for icons on form tabs;
  • Added TagsInput, EmailInput properties;
  • Added widgets for Structure property;
  • Revised templating for input properties;
  • Upgraded Bower components;

0.1

14 Sep 20:01
Compare
Choose a tag to compare
0.1

Initial (alpha) release