Releases: symbiote/silverstripe-components
Releases · symbiote/silverstripe-components
Silverstripe 5 compat
Bugfix release
Fixes nested child components issues introduced in previous nested data re-structuring
3.2.0
- Allows for multiple root properties in _json data.
- Test case for multiple root properties.
- Refactors ComponentService to improve readability/maintainability.
1.3.0
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
- 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
Update branch alias to 1.1.x
3.1.0
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
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
2.2.1
- Fix escaping of ' and " characters