Releases: kgscialdone/facet
Releases · kgscialdone/facet
v0.1.2a
Hotfix: Fix error on component define if no mixins defined
v0.1.2
- Add support for customized built-in elements
- Add support for form-associated custom elements
- Add local
inherit
filter functions, definable with<script filter>
inside components - Change mixins to resolve on connect instead of define, expose
facet.mixins
- Fix
facet.discoverDeclarativeComponents
to process the root element and avoid reprocessing already-seen templates
v0.1.1
Additions
- Added support for changing default shadow mode
- Added support for mixins that prepend instead of append
- Added support for event handlers options to
<script on>
- Added
facet.version
Changes
- Reworked namespacing; now uses prefixed attribute names instead of a separate attribute, and doesn't apply to
on
/inherit
- Removed unused
facet.createTemplateElement
utility function
Fixes
- Fixed component definitions in
<head>
not being auto-discovered - Fixed
facet.config.autoDiscover
only working if adjusted declaratively; now also works if adjusted by script beforeDOMContentLoaded
v0.1.0
- Initial prerelease