Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce onMount and onUnmount #9

Merged
merged 2 commits into from
Dec 17, 2023
Merged

introduce onMount and onUnmount #9

merged 2 commits into from
Dec 17, 2023

Conversation

ECorreia45
Copy link
Contributor

  • introduces onMount and onUnmount template lifecycles
  • improve executable to unmount templates that got discarted
  • introduce chain ability for render, onUpdate, onMount, onUnmount, and replace methods
  • various internal improvements

@ECorreia45 ECorreia45 added the enhancement New feature or request label Dec 17, 2023
@ECorreia45 ECorreia45 self-assigned this Dec 17, 2023
@ECorreia45 ECorreia45 merged commit d6c8830 into next Dec 17, 2023
2 checks passed
@ECorreia45 ECorreia45 deleted the template-lifecycles branch December 17, 2023 02:27
@ECorreia45 ECorreia45 linked an issue Dec 17, 2023 that may be closed by this pull request
ECorreia45 added a commit that referenced this pull request Dec 18, 2023
* introduce onMount and onUnmount

* template lifecycle doc
ECorreia45 added a commit that referenced this pull request Dec 18, 2023
* introduce onMount and onUnmount

* template lifecycle doc
ECorreia45 added a commit that referenced this pull request Dec 21, 2023
* introduce onMount and onUnmount

* template lifecycle doc
ECorreia45 added a commit that referenced this pull request Dec 25, 2023
* introduce onMount and onUnmount

* template lifecycle doc
ECorreia45 added a commit that referenced this pull request Dec 25, 2023
* introduce onMount and onUnmount (#9)

* introduce onMount and onUnmount

* template lifecycle doc

* bump next version

* do not unmount values templates

* minor version bump

* make lifecycles async with settimeout

* adjust version to 0.14.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mount and unmount lifecycles
1 participant