Skip to content

Version 0.21.0

Compare
Choose a tag to compare
@chasefleming chasefleming released this 22 Feb 19:43
· 89 commits to main since this release
0e17900

🚀 New Features

New Semantic Elements Added

We've enhanced elem-go with new semantic HTML elements for accessibility. The update includes:

  • elem.Ruby(...)
  • elem.Rt(...)
  • elem.Rp(...)
  • elem.Small(...)
  • elem.Q(...)
  • elem.Cite(...)
  • elem.Abbr(...)
  • elem.Data(...)
  • elem.Time(...)
  • elem.Var(...)
  • elem.Samp(...)
  • elem.Kbd(...)
  • elem.Sub(...)
  • elem.Sup(...)
  • elem.B(...)
  • elem.U(...)

These additions enable more precise content structuring and semantic clarity, covering a range of elements from annotations and text modifications to data representation and emphasis.

🙏 Thanks to Contributors