Releases: ftrackhq/ftrack-javascript
Releases · ftrackhq/ftrack-javascript
v1.1.2
What's Changed
- chore(deps): update dependency vitest to ^0.27.0 by @renovate in #59
- chore(deps): update dependency eslint to v8.31.0 by @renovate in #61
- chore(deps): update yarn to v3.3.1 by @renovate in #60
- chore(deps): update dependency vite to v4.0.4 by @renovate in #58
- chore(deps): Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #62
Full Changelog: v1.1.0...v1.1.2
v1.1.1
What's Changed
- Fix NPM publish pipeline
v1.1.0
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
- @renovate made their first contribution in #7
- @gismya made their first contribution in #27
- @WaylonFtrack made their first contribution in #28
- @hdd made their first contribution in #30
- @dependabot made their first contribution in #36
Full Changelog: v1.0.0...v1.1.0
v1.1.0-rc.2
v1.1.0-rc.1
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
- @renovate made their first contribution in #7
- @gismya made their first contribution in #27
- @WaylonFtrack made their first contribution in #28
- @hdd made their first contribution in #30
- @dependabot made their first contribution in #36
Full Changelog: v1.0.0...v1.0.1-rc.2
v1.0.0
What's Changed
- Migrated repository from Bitbucket to Github
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