What's Changed
- fix package name in docs by @mayank99 in #6
- remove side effects from
CustomAttributeRegistry.js
by @mayank99 in #4
BREAKING
If you previously imported @lume/custom-attributes/dist/CustomAttributeRegistry.js
directly and relied on the side-effects for custom-attributes to work in Shadow DOM, you should now import from @lume/custom-attributes/dist/index.js
(or from @lume/custom-attributes
in Node.js or with an appropriate importmap
that already points to @lume/custom-attributes/dist/index.js
) instead or custom-attributes in Shadow DOM will not be instantiated.
New Contributors
Full Changelog: v0.2.4...v0.3.0