Releases: mathieudutour/git-sketch-plugin
Releases · mathieudutour/git-sketch-plugin
v0.12.1
v0.12.0
Publish 0.12.0 release :rocket:
v0.11.3
Publish 0.11.3 release :rocket:
v0.11.2
Publish 0.11.2 release :rocket:
v0.11.1
- Check if we are in a git repo before exporting the artboards (Thanks @yuchuanxi)
- Add an option to export the artboards on save (Thanks @yuchuanxi)
v0.11.0
- Fix export artboards when file name contains special character (thanks @yuchuanxi)
- Use a single sketchignore for entire repo which includes subdirectories
v0.10.1
- Use webpack to compile everything instead of rollup. Should bring more stability.
- Fix path to
exportArtboard.sh
script
v0.10.0
- move export config to
.gitsketchrc
so that everybody working
on the same file will have the same settings - fix the default config which could be break sometimes
- fix exporting artboards when there is a space in the path to Sketch
v0.9.2
v0.9.1
- Update web-view dependency