Releases: sitegeist/fluid-components
Releases · sitegeist/fluid-components
3.6.0
What's Changed
- [DOC] Fix variable name by @s2b in #134
- [BUGFIX] Fix incorrect return type in annotation by @s2b in #136
- Feature/typo3v12 by @s2b in #127
- [BUGFIX] Differentiate between ViewHelpers and components correctly by @s2b in #138
- [TASK] Use minor version change by @s2b in #140
- [BUGFIX] pass the original request by @lukasniestroj in #141
- [TASK] allow typo3/testing-framework:^7 by @lukasniestroj in #142
- [BUGFIX] Restore usage of objectManager for v11 by @s2b in #143
- [BUGFIX] Fix instantiation of objectManager by @s2b in #145
Full Changelog: 3.5.1...3.6.0
3.5.1
3.5.0
Important: This release contains an important security fix! Please make sure to update ASAP and to check the documentation because changes in your template files might be necessary.
What's Changed
- [BUGFIX] set correct return type by @lukasniestroj in #118
- [BUGFIX] avoid type error if file do not exist by @huersch in #124
- [SECURITY] Implement children escaping by @helhum and @s2b in #125
- [FEATURE] Add Slot ViewHelper to render slots in components by @helhum and @s2b in #125
- [TASK] Add tests for parameter escaping by @s2b in #125
- [FEATURE] Command to check for possible escaping issues by @s2b in #125
- [DOC] Add documentation for XSS mitigation by @s2b in #125
Full Changelog: 3.4.3...3.5.0
3.4.3
3.4.2
What's Changed
- [BUGFIX] Make default value of component argument null when not set by @helhum in #114
- [BUGFIX] PHP8.1 compatibility of navigation model by @t-schramm in #115
New Contributors
- @helhum made their first contribution in #114
- @t-schramm made their first contribution in #115
Full Changelog: 3.4.1...3.4.2
3.4.1
3.4.0
3.3.0
3.2.0
3.1.1
[BUGFIX] Fix notices in PHP8.1 (thx to @georgringer)
[TASK] Improve testing setup