Skip to content

Releases: locomotivemtl/charcoal-admin

charcoal-admin 0.7.2

17 Nov 14:07
Compare
Choose a tag to compare

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

17 Nov 13:51
Compare
Choose a tag to compare

Highlights:

charcoal-admin 0.7

17 Nov 13:45
Compare
Choose a tag to compare

Highlights:

Added the possibility of defining data attributes on actions

27 Sep 15:56
Compare
Choose a tag to compare
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

27 Sep 13:59
Compare
Choose a tag to compare

charcoal-admin 0.6.2.9

20 Sep 20:28
Compare
Choose a tag to compare
  • Fix charcoal/admin/user creation.

0.6.2.8

18 Sep 18:17
Compare
Choose a tag to compare
Added language property to AttachmentWidget

charcoal-admin 0.5.9

17 Aug 19:10
Compare
Choose a tag to compare

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

14 Jul 20:10
Compare
Choose a tag to compare

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

14 Jul 20:06
Compare
Choose a tag to compare

Various fixes, improvements, and cleanup.