Skip to content

v2.2.2 - Bug fixes

Choose a tag to compare

@MaddyGuthridge MaddyGuthridge released this 14 Feb 04:55
· 106 commits to main since this release
fdef82c

✏️ CHANGED ✏️

  • RenderOptions now supports indent=None, which means the given component will not be indented.
  • The WhitespaceSensitiveTag base class is now deprecated, as its behaviour can fully be replicated using RenderOptions(indent=None, spacing="")

🔧 FIXED 🔧

  • Fixed a bug where indentation was applied in DangerousRawHtml elements