Skip to content

Releases: shotstack/shotstack-studio-sdk

v2.4.0

11 Mar 05:43

Choose a tag to compare

2.4.0 (2026-03-11)

Features

  • add rotation cursor support and expand selection handle hit areas (#85) (11ea68f)

v2.3.0

11 Mar 05:24

Choose a tag to compare

2.3.0 (2026-03-11)

Features

  • Add concurrency control to the workflow queues releases so they run one at a time (#84) (66692ca)

v2.2.3

11 Mar 04:23

Choose a tag to compare

2.2.3 (2026-03-11)

Bug Fixes

  • add sentinel value to track positions for insert-after-last insertion (#80) (0cdc7bb)
  • auto-set fit to contain for image/video clips on resize (#82) (dacb6a6)
  • fixed variable default font support with named weight handling a… (#83) (c5992c7)

v2.2.2

11 Mar 00:52

Choose a tag to compare

2.2.2 (2026-03-11)

Bug Fixes

  • added lock file and updated .npmrc (9a3ab88)
  • changed everything to npm and fix the .npmrc (d3bd8e9)
  • replaced setup-node's built-in cache: 'pnpm' (which fails with custom checkout paths) with manual caching via actions/cache@v4. (59fac2c)

v2.2.1

11 Mar 00:20

Choose a tag to compare

2.2.1 (2026-03-11)

Bug Fixes

  • normalize rotation angles to schema bounds (±360) (#79) (0cc4997)

v2.2.0

10 Mar 23:40

Choose a tag to compare

2.2.0 (2026-03-10)

Bug Fixes

  • fixed lint issuue (937cbf0)
  • strip src from the canvas payload when we've already fetched and parsed the words (057a935)

Features

  • add rich-caption toolbar with layout, word animation, and active word controls (f7423b7)
  • add RichCaptionPlayer with word-level caption animations and prevent @napi-rs/canvas from leaking into web bundle (edb712e)
  • add stroke styling support to StylePanel and captions (f0070e4)
  • update dependencies and enhance rich caption functionality (95ac5d7)
  • update rich caption player and toolbar with new font handling and configuration options (b1349b1)