Skip to content

v0.6.1

Compare
Choose a tag to compare
@Nefsen402 Nefsen402 released this 13 May 02:50
· 267 commits to main since this release

This release is a minor feature release.

Features:

  • Custom element mount/cleanup functions now can take multiple arguments to register multiple callbacks at the same time.

Bug fixes:

  • Fix a bug where trying to share dom objects that destam-dom generated could cause unexpected results.
  • Fixed many transform bugs with transform/staticMount

Improvements:

  • More robust unit tests
  • Implemented unit testing for jsx and staticMount transforms.