v3.0.0
After further testing, this release did not work as esm module - please use a later version.
The biggest change has been in WebAssembly compilation. This was previously performed on all packages together, but that led to some unexpected results. As a result, the packages are now separately compiled. The package imports rename the same as the package handling is done "under the hood". Note that the memory allocation is now ~10Mb instead of ~2Mb. We do not expect this have much impact on runtimes.
What's Changed
- [OPTIC-RELEASE-AUTOMATION] release/v2.0.0 by @optic-release-automation[bot] in #24
- Bump pumpify from 1.5.1 to 2.0.1 by @dependabot[bot] in #25
- Bump d3-selection from 1.4.2 to 3.0.0 by @dependabot[bot] in #26
- Bump d3-array from 1.2.4 to 3.2.4 by @dependabot[bot] in #27
- Bump c8 from 9.1.0 to 10.1.2 by @dependabot[bot] in #30
- update nearform banner link by @msgadi in #31
- chore: migrate to OIDC publishing for npm releases by @zibs in #33
- Update libtinfo in CI by @mahdilamb in #37
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #35
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #32
- Lint js and cephes files by @mahdilamb in #41
- feat(compilation): compile packages separately by @mahdilamb in #40
New Contributors
- @dependabot[bot] made their first contribution in #25
- @msgadi made their first contribution in #31
- @zibs made their first contribution in #33
- @mahdilamb made their first contribution in #37
Full Changelog: v2.0.0...v3.0.0