Skip to content

Content tag split, property setters

Compare
Choose a tag to compare
@tomalec tomalec released this 26 Sep 19:59
· 38 commits to master since this release
  • 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.