Skip to content

Releases: sinso/typo3-webcomponents

0.2.0

02 Aug 09:58
Compare
Choose a tag to compare

What's Changed

  • feat: provide content record and additionalInputData in WebcomponentRenderingData by @smichaelsen in #5
  • feat: use content record in trait by @milicj in #6
  • feat: assign a slot when rendering sub component by @smichaelsen in #7
  • feat: apply stdWrap to all additionalInputData properties by @smichaelsen in #8
  • feat: provide ViewHelper to render webcomponents in fluid templates by @smichaelsen in #9
  • chore: reuse RenderComponent in ViewHelper to deduplicate code by @smichaelsen in #10
  • feat: add assertions to web components that can prevent it from rendering by @smichaelsen in #11
  • feat: provide cObj in WebComponentWillBeRendered event by @smichaelsen in #12
  • fix: avoid access to undefined cObj in RenderViewHelper by @smichaelsen in #13
  • fix: safe array access in localconf by @smichaelsen in #14
  • feat: add RenderHtml trait by @smichaelsen in #18

New Contributors

  • @milicj made their first contribution in #6

Full Changelog: 0.1.0...0.2.0

0.1.0 initial release

21 Mar 13:49
Compare
Choose a tag to compare

This version basically works and is also already used in production. However I intend to introduce breaking changes, so I'm tagging a version before them.