v2.1.0
nick-thompson
released this
13 Aug 15:34
·
90 commits
to main
since this release
Deprecating
- Deprecate virtualFileSystem overwrite behavior
- v3 will remove this behavior, ensuring immutable access to the shared resources
- Deprecate composite nodes
- v3 will remove composite nodes to support refs and proper memoization
Feature
- Remove 8 child limit
- Add types to event emitter events @bgins
- Update virtual file system to support listing known paths and pruning unused entries
- Update bleptriangle coefficients for better discontinuity prevention @pauliusuza
- Add capture node for recording signals with sample-accurate timing
Performance
- Improve wasm event batch processing and web-worker communication overhead using transferables
Bugfix
- Fix tap promotion, no more buzzing from feedback taps in new graph structures
- Fix event propagation from idle graph nodes
- Fix loading the web-renderer virtualFileSystem from the worklet processorOptions