Skip to content

2.3.1-preactx

Pre-release
Pre-release
Compare
Choose a tag to compare
@pl12133 pl12133 released this 09 Feb 16:22
· 7 commits to master since this release

Breaking Change

  • The <MarkupText> component now uses preact-markup to safely render HTML. Depending on the HTML you are rendering with the <MarkupText> component this may produce different behavior than before.
  • The markup rendered by a <MarkupText> component will now be wrapped in a div element instead of a span.