Skip to content

Releases: ButterCMS/buttercms-js

v2.3.0

13 Nov 15:59
7865edc
Compare
Choose a tag to compare

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

11 Nov 11:03
f5910de
Compare
Choose a tag to compare

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

v2.1.4

04 Sep 15:27
88734fd
Compare
Choose a tag to compare

2.1.4 (2024-09-04)

Bug Fixes

  • update cdn link in readme (d2be0db)

v2.1.3

25 Aug 03:25
eb0931b
Compare
Choose a tag to compare

2.1.3 (2024-08-25)

Bug Fixes

  • update main mount in package, configure npm to see minified file output (18731dd)

v2.1.2

22 Aug 13:25
274d1c9
Compare
Choose a tag to compare

2.1.2 (2024-08-22)

Bug Fixes

  • error in test action (b0867ca)
  • update actions for publishing to npm (b0867ca)

v2.1.1

13 Aug 13:23
e7ab17b
Compare
Choose a tag to compare

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

29 Jul 14:24
b0a08ae
Compare
Choose a tag to compare

2.1.0 (2024-07-29)

Features

  • update response structure to echo schema expected from TS defs and v1 (1a748fa)

v2.0.3

14 Jun 13:30
7f9b5a4
Compare
Choose a tag to compare

2.0.3 (2024-06-14)

Bug Fixes

v2.0.2

13 Jun 14:17
3351012
Compare
Choose a tag to compare

2.0.2 (2024-06-13)

Bug Fixes

  • enhanced garbage collection on fetch aborts & error messaging (14e97e3)

v2.0.1

10 Apr 14:04
d84a9bf
Compare
Choose a tag to compare

2.0.1 (2024-04-10)

Bug Fixes

  • update readme re: support and use of native fetch (b193bca)