Skip to content

Releases: Juicy/juicy-html

4.0.1

Choose a tag to compare

@miyconst miyconst released this 11 Mar 18:53
03433d1

Dropped support for content attribute

Choose a tag to compare

@tomalec tomalec released this 23 Feb 12:51
  • content attribute is no longer supported, use href or html if needed #38

2.0.3

Choose a tag to compare

@warpech warpech released this 20 Dec 09:37

Compatibility fix for WCv0 and Polymer 1 to assign data model properly to <template is="dom-bind"> that is wrapped in Polymer 2 <dom-bind>. This allows using Polymer 1 in a way that is future compatible with Polymer 2 (#37)

Autonomous Custom Element v1

Choose a tag to compare

@tomalec tomalec released this 04 Dec 15:09
  • migrated to Custom Elements v1 spec,
  • made autonomous - due to lack of browser & polyfill support for "is attribute

Bug fix

Choose a tag to compare

@alshakero alshakero released this 27 Nov 12:07

It used to issue an /undefined request when the URL is set to undefined. Fixed in #34

Non-functional changes

Choose a tag to compare

@tomalec tomalec released this 03 Oct 17:55

Just a few updates for:

  • README,
  • package.json/bower.json,
  • tests

Content tag split, property setters

Choose a tag to compare

@tomalec tomalec released this 26 Sep 19:59
  • 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.

Skip pending request when new content is set

Choose a tag to compare

@tomalec tomalec released this 27 Mar 13:26

Starting from now, once new content is set pending request (if any) will be skipped - no action will be taken once response comes.

Also, we will notify in console if empty file was fetched.

Clear content

Choose a tag to compare

@tomalec tomalec released this 11 Mar 18:32

Now, stamped nodes will get cleared after content attribute is removed/set to null.

1.0.1

Choose a tag to compare

@miyconst miyconst released this 09 Nov 13:35

Fix clear method to remove only those nodes, which are not yet removed.