Test and document the standard component lifecycle events #127
Labels
docs to do
Documentation still needs doing before this can get released
done on branch
This issue has been committed to the latest branch, and will get merged with the next release
Milestone
It's a easy forgotten fact, by me mainly, that Active CSS shadow DOM components do actually support the standard shadow DOM component lifecycle events, as well as beforeComponentOpen and componentOpen.
I just don't use them. I don't need to clean-up anything with disconnectedCallback as everything related to a component is removed when a component is removed. But it's probably just a matter of time and use cases, as everything usually is.
So test these and specify how to use them in the documentation...
The text was updated successfully, but these errors were encountered: