v2.2.0
2.2.0 (2024-11-11)
Features
- update builds to include dev builds (3488632)
Bug Fixes
- split production builds (1205812)
This PR resolves #97 and resolves #105.
It split builds into UMD and ES module builds which ensures import Butter from "buttercms" works.
It also adds development builds and leverages Tenser plugin for webpack instead of uglify.
Along this, it updates dependencies, as shown in table bellow:
Overview of version changes:
| Dependency | Old version | New version |
|---|---|---|
| webpack | 5.89.0 | 5.95.0 |
| msw | 2.0.11 | 2.6.0 |
| uglify | 3.17.4 | none |
| terser-webpack-plugin | none | 5.3.10 |