Releases: Nefsen402/destam-dom
Releases · Nefsen402/destam-dom
v0.11.3
v0.11.2
This is a bugfix release backwards compatible with the last.
Fixes:
- When calculating if it's possible to do a fast path clear, make sure to not mutate the dom
Improvements:
- Added unit tests to catch above fix.
- Added additional asserts to catch the above error as well.
v0.11.1
v0.11.0
This is a major release from the last. There are minor breaking changes mostly around how we handle undefined/null in some edge cases. Actual breakage shouldn't be common.
Breaking changes:
- Passing undefined as a $paramater will not coerce to null but instead remain undefined.
Improvements:
- Vastly improved unit tests (100% coverage)
- Improve assertions
- transform/staticMount: Fix a number of miscompilations and crashes
- Clarified documentation
- Fix broken examples
v0.10.2
v0.10.1
v0.10.0
This release offers breaking changes and inherits breaking changes from destam v0.5.0. This release simply offers compatibility with it.
Improvements:
- Reduced memory usage
- Allow duck typing node elements to support use cases where a component needs to know the raw nodes that get mounted
- Disallow null mounts. These can be replaced with a ducked type node that does nothing.
v0.9.2
v0.9.0
This release inherits breaking changes from destam v0.4.0.
Improvements:
- Added support for contexts .mount() can take a context as its fourth paramater, and that will be passed to all child elements that were mounted.