Skip to content

Releases: locomotivemtl/charcoal-property

charcoal-property 0.6.2

14 Feb 17:46
0de6fd3
Compare
Choose a tag to compare
  • Fix issue on php7.2
  • Improve handling of config path

charcoal-property 0.6

04 Dec 02:35
Compare
Choose a tag to compare

setDependencies is now protected

0.5.2

06 Oct 16:12
Compare
Choose a tag to compare
Fixed saving of l10n file using data URI

0.5.1: Various Improvements

04 Oct 14:56
Compare
Choose a tag to compare

Highlights:

0.5: Added Model Structure Property

27 Jul 15:11
Compare
Choose a tag to compare

Moved metadata/modeling from StructureProperty to new ModelStructureProperty.
This allows the base StructureProperty to serve its initial use case (miscellaneous data dumps; e.g.: a "raw data" property or a "log" model).

Breaking Change:

  • Switch to "type": "model-structure" if a structure property has metadata or a model settings

Highlights:

  • Improved parsing of structure vals to better use the models they are bound to
  • Added support for saving nested properties when saving the structure property
  • Added customizable "sql_type" to pick among the TEXT data types

0.4.4: Improved Selectable Properties

25 May 15:34
Compare
Choose a tag to compare

Highlights:

  • Added sqlEncoding to base properties, to allow utf8mb4 when necessary
  • Formatting of choice structure moved from choice() to parseChoice()
  • Revised SelectableProperty mixin:
  • Added addChoices(), hasChoices(), choiceLabel()
  • Added parseChoices() and parseChoice() for use in subclasses
  • Cleaned up method documentation;
  • Updated LangProperty and ObjectProperty:
    • Added ObjectProperty::pagination() to limit selectable choices
    • Moved preparation of collection loader (filters and orders) from ObjectProperty::choices() and hasChoices() to new ObjectProperty::collectionModelLoader()
  • Improved ContainerIntegrationTrait
  • Updated unit tests for selectable properties

0.4.3: Updated Unit Tests

24 Feb 16:57
Compare
Choose a tag to compare

Highlights:

charcoal-property 0.4.2

17 Feb 01:48
Compare
Choose a tag to compare
  • Add filesystem to HTMLProperty.

0.4.1

10 Feb 20:22
Compare
Choose a tag to compare

Highlights:

charcoal-property 0.4

08 Feb 16:19
Compare
Choose a tag to compare
  • Migrate to charcoal-translator
  • Many fixes to FileProperty
  • Support effects in Image Property