Skip to content

juicy-html 2.0.0: Content tag split, property setters

Compare
Choose a tag to compare
@tomalec tomalec released this 16 Oct 08:29
· 60 commits to master since this release

Adapted to Juicy/juicy-html@2.0.0 - We split content attribute with heuristic detection of URLs vs. inline HTML, to more explicit separate attributes:

  • href for URL,
  • html for inline HTML content
  • Thanks to above, we could now have property setters (reflected into the attributes) for those properties - Plays well with many data-binding systems.