Skip to content

Releases: symbiote/silverstripe-components

Bugfix release

29 Apr 03:12
4c56b47
Compare
Choose a tag to compare

Fixes nested child components issues introduced in previous nested data re-structuring

3.2.0

30 Nov 00:41
86a21ed
Compare
Choose a tag to compare
  • Allows for multiple root properties in _json data.
  • Test case for multiple root properties.
  • Refactors ComponentService to improve readability/maintainability.

1.3.0

27 Nov 05:45
be0b581
Compare
Choose a tag to compare

Refactors codebase to be inline with master/ss4 and replaces all references to 'SilbinaryWolf' with 'Symbiote'.

For those using a <1.3.0 version, you should either update to 1.3.0+ or lock your version down.

1.2.1

17 Nov 09:11
ad801e1
Compare
Choose a tag to compare
  • Adds support for multiple root level properties in __json data (and test).
  • Refactor ComponentService.php to increase clarity and improve maintainability.
  • Fix bug where _json string values had wrapping quotes removed.

1.1.2

29 Oct 05:47
Compare
Choose a tag to compare

Update branch alias to 1.1.x

3.1.0

28 Oct 23:08
82c7e52
Compare
Choose a tag to compare

Nested template data for SS4

JSON data given to template components can now have nested arrays of iterable children (see the SubNavigation example from front-end-tooling). Test included.

resolves:

1.2.0

28 Oct 23:14
aea089c
Compare
Choose a tag to compare

Nested template data for SS4
JSON data given to template components can now have nested arrays of iterable children (see the SubNavigation example from front-end-tooling). Test included.

resolves:

https://github.com/symbiote/silverstripe-components/pull/29/files
#28

3.0.0

10 Sep 06:12
Compare
Choose a tag to compare
[FIX] The composer require example now matches the version.

2.2.1

03 Aug 06:19
1c1ea72
Compare
Choose a tag to compare
  • Fix escaping of ' and " characters

2.2.0

03 Aug 04:08
d69aa4b
Compare
Choose a tag to compare

SilverStripe 4.X

  • Add special _json property for giving a JSON structure to a component (see Advanced documentation section)