Releases: Juicy/imported-template
Releases · Juicy/imported-template
Workaround HTML Imports bug
Attach import synchronously
- Remove async workaround for Chromium bug #55
Fool Polymer 2.6+ into sending notifications
Cleanup
Bug fix
2.0.2
Cross-browser fix
Autonomous Custom Element v1
🎉 The element is now using Custom Elements V1 API!
<template is="imported-template">
but <imported-template>
2.0.1
juicy-html 2.0.0: Content tag split, property setters
Adapted to Juicy/[email protected] - 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.