Skip to content

Releases: cogizmo/sajax-content

v0.4.1: Merge pull request #17 from FuzzicalLogic/master

06 Feb 13:43
84384ea
Compare
Choose a tag to compare

Feature: select

06 Feb 12:35
d18619f
Compare
Choose a tag to compare

Adds select as an attribute and property and only transcludes elements that fulfill a CSS Selector.

Patch: Check for isConnected

06 Feb 01:16
b183174
Compare
Choose a tag to compare
Merge pull request #14 from FuzzicalLogic/master

Patch: check for isConnected

v0.3.0: Merge pull request #13 from FuzzicalLogic/master

06 Feb 00:44
0a944fe
Compare
Choose a tag to compare
  • Support for auto attribute

Declarative usage

<sajax-content src="path/to/external.html" auto></sajax-content>

v0.2.0: Merge pull request #12 from FuzzicalLogic/master

05 Feb 15:22
544f237
Compare
Choose a tag to compare

Component is functional via JavaScript API.

<sajax-content src="path/to/external.html"></sajax-content>
let el = document.querySelector('sajax-content');
el.transclude();

Initial transport and conversion

25 Jan 18:32
80b6ec8
Compare
Choose a tag to compare
Pre-release

Do NOT use this element, yet.

I jumped the gun. A working pre-release will be available tonight.