Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@ryansolid ryansolid released this 25 May 07:22
· 111 commits to master since this release

This release is to support adding a Context API to the Fine Grained libraries. This allows for a mechanism to use the provide/inject method of hierarchical dependency injection. This also means Suspense can use this mechanism internally to simplify the management of suspended state.

Other improvements include a reduction of comment placeholder nodes. There are smarter heuristics now to generate less comment placeholders which both reduces the overhead of template cloning when instantiating the DOM nodes but also reduces the DOM node traversal when setting up the bindings.