Skip to content

Releases: Juicy/juicy-html

4.0.1

11 Mar 18:53
03433d1
Compare
Choose a tag to compare

Dropped support for content attribute

23 Feb 12:51
Compare
Choose a tag to compare
  • content attribute is no longer supported, use href or html if needed #38

2.0.3

20 Dec 09:37
Compare
Choose a tag to compare

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

04 Dec 15:09
Compare
Choose a tag to compare
  • migrated to Custom Elements v1 spec,
  • made autonomous - due to lack of browser & polyfill support for "is attribute

Bug fix

27 Nov 12:07
Compare
Choose a tag to compare

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

Non-functional changes

03 Oct 17:55
Compare
Choose a tag to compare

Just a few updates for:

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

Content tag split, property setters

26 Sep 19:59
Compare
Choose a tag to compare
  • 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

27 Mar 13:26
Compare
Choose a tag to compare

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

11 Mar 18:32
Compare
Choose a tag to compare

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

1.0.1

09 Nov 13:35
Compare
Choose a tag to compare

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