v0.21.0
(Potentially) Breaking Changes
- Removes CommonJS build from the distributed package. It now only includes ESM build — it might require configuration updates in the host projects, but it helps to avoid the risk that host project imports different builds of the lib in different places (if the host project intermixes
require()andimportin its code).
Other Updates
- Update of dependencies.