Skip to content

0.3.0

Choose a tag to compare

@ashleygwilliams ashleygwilliams released this 02 Jan 20:50

🎁 Features

  • ✨ Add twitter SEO tag support - SaraVieira, PR17

    Add support for meta tags used for twitter cards as showed in their docs

πŸ› οΈ Fixes

  • ✨ Data Attributes now work with more than one hyphen - SaraVieira, PR10

    Our support for data attributes was limited in the way that it only supported one hyphen in said attributes, well, no more, use as many hyphens as your heart pleases

  • ✨ Allow script tags in HTML - SaraVieira, PR10

    We now allow you to add script tags in the HTML after the body as the HTML standards also allow

  • ✨ Allow unescaped text inscript- SaraVieira, PR14

    Until now we were escaping the text passed down to the script tag and in the script tag is the only place we are sure we don't want to escape that so that's fixed and you can add script tags with unescaped text inside