Skip to content

Releases: ftrackhq/ftrack-javascript

v1.1.0

19 Dec 13:54
f021ef5
Compare
Choose a tag to compare

What's Changed

Highlights

  • feat: Support use blob to createComponent by @WaylonFtrack in #20
  • fix: remove lodash functions to decrease bundle size by @gismya in #37
  • build: upgraded vite to 4.0, which means that it no longer transpiles nullish coalescing and optional chaining. You will need to make sure your build pipeline supports these natively.

Misc changes

  • Configure Renovate by @renovate in #7
  • chore: Update CI with new actions and change renovate schedule by @jimmycallin in #25
  • fix: fix typing of createComponent by @WaylonFtrack in #28
  • fix: breaking documentation build due to extentions change in README file by @hdd in #30
  • test: Migrate from mocha to vitest by @jimmycallin in #29
  • test: Updated unit test to match the API output by @gismya in #33
  • chore(deps): updated dependencies

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.1.0-rc.2

19 Dec 13:28
f021ef5
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release

What's Changed

  • Updated dependencies

Full Changelog: v1.1.0-rc.1...v1.1.0-rc.2

v1.1.0-rc.1

06 Dec 09:59
a4353f2
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

What's Changed

Highlights

  • feat: Support use blob to createComponent by @WaylonFtrack in #20
  • fix: remove lodash functions to decrease bundle size by @gismya in #37

Misc changes

  • Configure Renovate by @renovate in #7
  • chore: Update CI with new actions and change renovate schedule by @jimmycallin in #25
  • fix: fix typing of createComponent by @WaylonFtrack in #28
  • fix: breaking documentation build due to extentions change in README file by @hdd in #30
  • test: Migrate from mocha to vitest by @jimmycallin in #29
  • test: Updated unit test to match the API output by @gismya in #33
  • chore(deps): updated dependencies

New Contributors

Full Changelog: v1.0.0...v1.0.1-rc.2

v1.0.0

09 Aug 13:52
Compare
Choose a tag to compare

What's Changed

  • Migrated repository from Bitbucket to Github :octocat: in #1
  • Bump dependencies to latest version
  • Add support for push-token on update, create, and delete events
  • The event hub publish function now throws an error if it tries to publish to an unconnected event server
  • Add unsubscribe function to event hub.

Full Changelog: 0.9.0...v1.0.0