Releases: ButterCMS/buttercms-js
Releases · ButterCMS/buttercms-js
v2.3.0
2.3.0 (2024-11-13)
Features
- add status and scheduled to pages and blog posts (dbe43c4)
- add V2 Typings to JS SDK (41e2fe8)
v2.2.0
2.2.0 (2024-11-11)
Features
- update builds to include dev builds (3488632)
Bug Fixes
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 |
v2.1.4
2.1.4 (2024-09-04)
Bug Fixes
- update cdn link in readme (d2be0db)
v2.1.3
2.1.3 (2024-08-25)
Bug Fixes
- update main mount in package, configure npm to see minified file output (18731dd)
v2.1.2
2.1.2 (2024-08-22)
Bug Fixes
- error in test action (b0867ca)
- update actions for publishing to npm (b0867ca)
v2.1.1
2.1.1 (2024-08-12)
Bug Fixes
- add in full cause to thrown errors (6ede5e4)
- update abortcontroller/abortSignal for use in Reactive Native (758172b)
- update error catching to catch all produced errors (d91d47f)
v2.1.0
2.1.0 (2024-07-29)
Features
- update response structure to echo schema expected from TS defs and v1 (1a748fa)
v2.0.3
2.0.3 (2024-06-14)
Bug Fixes
v2.0.2
2.0.2 (2024-06-13)
Bug Fixes
- enhanced garbage collection on fetch aborts & error messaging (14e97e3)
v2.0.1
2.0.1 (2024-04-10)
Bug Fixes
- update readme re: support and use of native fetch (b193bca)