Releases: jemgold/figma-js
Releases · jemgold/figma-js
v1.16.1-0
v1.16.0
- change
thumbnail_urlString
tothumbnail_url
to match API. Thanks notajingoist!
v1.15.0
- Added component set type #53 by bruno12mota
- Support pluginData and sharedPluginData on files #54 by jacoblapworth
v1.14.0
- BooleanGroup is changed to BooleanOperation #42 by ErgoFriend
- Fix params for fileVersions #44 by Kerumen
- Add new properties for AutoLayout #46 by mikkmartin
- Add component-sets features (variants) #48 by gorango
- Upgrade axios #50 by frassinier
- Fix: double cursor property typing #51 by erictaylor
v1.13.0
- Fix issue with optional ids param. #41 by dmiller9911
v1.12.0
v1.8.5
- adding
gifRef
andFrameOffset
#22 - @oisinlavery
v1.8.4
- adding missing endpoints (
fileVersions
,me
,teamComponents
,component
,teamStyles
,style
) thanks @mathieudutour - add figma doc links (
@see
JS Doc tag) thanks @mathieudutour
v1.8.0
- adding the image fill endpoint from Figma (https://www.figma.com/developers/api#get-image-fills-endpoint)
- various type fixes and updates. Thanks @drakosvlad and @jamiemill!