Releases: cogizmo/sajax-content
Releases · cogizmo/sajax-content
v0.4.1: Merge pull request #17 from FuzzicalLogic/master
Fix: default selector value
Feature: select
Adds select as an attribute and property and only transcludes elements that fulfill a CSS Selector.
Patch: Check for isConnected
Merge pull request #14 from FuzzicalLogic/master Patch: check for isConnected
v0.3.0: Merge pull request #13 from FuzzicalLogic/master
- 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
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
Do NOT use this element, yet.
I jumped the gun. A working pre-release will be available tonight.