Skip to content

Latest commit

 

History

History
170 lines (76 loc) · 7.65 KB

File metadata and controls

170 lines (76 loc) · 7.65 KB

1.10.9 (2026-04-15)

Bug Fixes

  • Added wrap as an accepted optional boolean on TextBackground with a description explaining it exists purely so validators can emit a clear migration error. (a049cb2)

1.10.8 (2026-04-15)

Bug Fixes

  • remove src validation for rich-caption (55bb8a2)

1.10.7 (2026-04-11)

Bug Fixes

  • add wrap to rich-text and rich-caption (f570b2e)

1.10.6 (2026-04-08)

Bug Fixes

1.10.5 (2026-04-08)

Bug Fixes

1.10.4 (2026-04-08)

Bug Fixes

  • --template-dir added back to PHP/Python/Ruby scripts (config templateDir resolves relative to config file, not CWD) (f5dda2d)

1.10.3 (2026-04-08)

Bug Fixes

  • test and verified all test cases for all sdks (aeb9625)

1.10.2 (2026-04-08)

Bug Fixes

  • workflow pipeline issue resolved (aa32a3f)

1.10.1 (2026-04-08)

Bug Fixes

  • add TypeScript SDK to regeneration pipeline (cd66165)

1.10.0 (2026-04-08)

Features

  • add automated SDK regeneration pipeline (54bca25)

1.9.12 (2026-04-08)

Bug Fixes

  • replaced validation text for rich-caption (2cf9199)

1.9.11 (2026-04-07)

Bug Fixes

  • src validation for rich-caption (7c679ad)

1.9.10 (2026-04-03)

Bug Fixes

  • correct markdown links in captionasset schema (6a3bc4e)

1.9.9 (2026-04-02)

Bug Fixes

  • enhance RichCaptionActiveFont schema by adding font family and weight properties, and removing scale property (05d0a61)

1.9.8 (2026-04-02)

Bug Fixes

  • remove unused SVG shape properties and update nullable types in destination options (b5dd7e8)

1.9.7 (2026-04-01)

Bug Fixes

  • Removed Create API intro description, server URL, tag definition, path aliases, all Create schema references, all Create response schema references. (3ffc4b0)
  • streamline SvgAsset schema by removing shape-related properties and enforcing strict validation (6b6d08a)

1.9.6 (2026-03-30)

Bug Fixes

  • The edit-api validates with @shotstack/schemas/zod which has the default: "#ffff00". After validation, active.font.color becomes "#ffff00" even though the user didn't set it. Then this passes to the canvas which sees an explicit yellow and uses it. (1c26a99)

1.9.5 (2026-03-26)

Bug Fixes

  • OAS schema updated. RichCaptionActiveFont now has size (85f051f)

1.9.4 (2026-03-26)

Bug Fixes

  • fixed the build issue (d52f7cb)
  • update wordanimation to animation (f7e6d80)

1.9.3 (2026-03-16)

Bug Fixes

  • remove wordspacing from rich-caption (4955e14)

1.9.2 (2026-03-16)

Bug Fixes

  • Removed textDecoration from RichCaptionFont and Changed wordAnimation.style default from "karaoke" to "highlight" (e8601cf)

1.9.1 (2026-03-13)

Bug Fixes

  • added none for shadow and stroke and removed speed (3370824)

1.9.0 (2026-03-12)

Bug Fixes

  • Add type-based fallback release rules for conventional commits (a4e8128)
  • added shadow and textdecorations (ee84599)
  • enable OIDC provenance for npm publish (2c149bf)
  • publishing package (64780d4)

Features

  • Add concurrency control to the workflow queues releases so they run one at a time (4c7c973)