You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
admin: The parent model property now receives both its structure/storage property and the structure's sub-property as a dot-delimited key path: <storageProperty>.<childProperty>. This fixes the risk of conflicting property identifiers where a structure's child property inherits the parent model's property mutations and fixes the missing context for the structure's property.
Features
admin: Add custom dialog titles for Selectize input (ffc3382)
tabulator: implement tabulator.js as Charcoal js module (0626c61)
translator: rework the translator and translation systems to standardize translatables with TranslatableInterface.php and add a new TranslatableValue.php enabling dissociating translation from the core translator (a29d0f3)
Bug Fixes
abstract-selectable: add check for is_object before calling method_exists on potential integer value (42876e3)
admin: Add fallback layout for form group properties (04169c8)
bin: Search working directory for Composer autoloader (4226199)
cache: Ignore broken cache drivers in tests (1316be1)
json-editor: use inputVal instead of jsonVal for json-editor.mustache since it's no longer needed following changes to TranslatableValue and AbstractProperty/Input (013573b)
property: Fix handling of l10nVal() on Structure Property (d3c71b9)
translatable: make TranslatableValue.php ArrayAccess compliant (4c40ea0)
translatable: update the TranslatableInterface to change the trans method signature and update TranslatableValue with said method and deprecate each and sanitize for future version of charcoal (a728e07)
translation: revert construct to use manager and trans method no longer relay to translator->translate() (6723433)
translator: Revert trans() method of TranslatableInterface (81393f6)