Releases: corpusculejs/corpuscule
Releases · corpusculejs/corpuscule
v0.9.0
v0.8.2
New Features
- Light DOM is now created for each customized built-in element that is unable to use Shadow DOM.
- You can avoid any re-rendering by removing
[render]
function. It still allows using other abilities of Custom Elements. On the other hand, if[render]
is defined, it works with Shadow DOM or Light DOM without any problem. - No more
[render] is not defined
error.
Fixes
- Fixed context finishers issue when decorators based on
@corpuscule/context
were unable to work because context decorators finishers weren't called.
Internal Changes
- Project now uses open-wc testing helpers to work with DOM.
- Mocking context is removed due to a number of possible errors.
Changes
v0.8.1
v0.7.1
v0.7.0
@corpuscule/[email protected]
Changelog
- add
pipe
utility function to chain mixins
@corpuscule/[email protected]
Changelog
- remove typescript mention in package description
@corpuscule/[email protected]
Changelog
- drop support for typescript decorators
@corpuscule/[email protected]
Changelog
- drop support for typescript decorators
- fix router interaction with
<a>
tag'shref
attribute - improve typings
@corpuscule/[email protected]
Changelog
- drop support for typescript decorators
- improve typings
- initialize
connectedMap
anddispatcherMap
during custom element registration