figma-js
Version:
A simple wrapper for the Figma API
42 lines (24 loc) • 1.92 kB
Markdown
# Change Log
# 1.15.0
- Added component set type [#53](https://github.com/jongold/figma-js/pull/53) by [bruno12mota](https://github.com/bruno12mota)
- Support pluginData and sharedPluginData on files [#54](https://github.com/jongold/figma-js/pull/54) by [jacoblapworth](https://github.com/jacoblapworth)
# 1.14.0
- BooleanGroup is changed to BooleanOperation [#42](https://github.com/jongold/figma-js/pull/42) by [ErgoFriend](https://github.com/ErgoFriend)
- Fix params for fileVersions [#44](https://github.com/jongold/figma-js/pull/44) by [Kerumen](https://github.com/Kerumen)
- Add new properties for AutoLayout [#46](https://github.com/jongold/figma-js/pull/46) by [mikkmartin](https://github.com/mikkmartin)
- Add component-sets features (variants) [#48](https://github.com/jongold/figma-js/pull/48) by [gorango](https://github.com/gorango)
- Upgrade axios [#50](https://github.com/jongold/figma-js/pull/50) by [frassinier](https://github.com/frassinier)
- Fix: double cursor property typing [#51](https://github.com/jongold/figma-js/pull/51) by [erictaylor](https://github.com/erictaylor)
# 1.13.0
- Fix issue with optional ids param [#41](https://github.com/jongold/figma-js/pull/41) by [dmiller9911](https://github.com/dmiller9911)
# 1.12.0
- Adds support for the use_absolute_bounds query param on GET image requests. [#37](https://github.com/jongold/figma-js/pull/37) by [xtiandiaz](https://github.com/xtiandiaz)
- Change ids params of file method from string to array. [#39](https://github.com/jongold/figma-js/pull/39) by [Kerumen](https://github.com/Kerumen)
# 1.2.0
### Bug Fixes
- Fix client return types ([f3e4f82](https://github.com/jongold/figma-js/commit/f3e4f82))
### Features
- Add new authentication type ([9d16842](https://github.com/jongold/figma-js/commit/9d16842))
# 1.0.0
### Features
- Create Figma client ([454ca6c](https://github.com/jongold/figma-js/commit/454ca6c))