Releases: skpm/skpm
Releases Β· skpm/skpm
Release list
v0.10.3
- [New] Handle
command.handlers - [Improved] More precise error message
- [Fixed] Fix creating PR to registry
- [Improved] More precise message when no GitHub token
- [Fixed] Fix some typos when publishing a repo (Thanks @bomberstudios) #55
v0.10.2
Fixed
- Fix capitalization of
webpackHeaderFooterPlugin(Thanks @kannonboy) #52
v0.10.1
Added
- allow to namespace all the skpm configuration in the
package.jsonbyskpm(Thanks @chrislloyd) #44
v0.10.0
Added
- allow to export multiple commands per file and to import images
- add webpack plugin to write stuff at the bottom of a file
- set
contextas a global
Changed
- watch
manifest.jsonand rebuild the plugin when changed
Fixed
- Fix setting the developer mode
- Fix copy for the github asset when publishing
v0.9.16
Fixed
- Fix running the command after build on Sketch 44+ (thanks @jongold)
v0.9.15
Added
- Set
authorin manifest.json from package.json - Allow to set
appcastto false to disable it
v0.9.14
Fixed
- resolve
sketch-module-*packages via require.resolve
v0.9.13
Changed
- When publishing, check if the sketchplugins/plugin-directory repo already contains the plugin. If not, open a PR to add it.
Fixed
- Use the
appcastfield instead ofappcastURL(see http://sketchplugins.com/d/229-updating-plugins/33)
v0.9.12
Fixed
- The require call to the
configutil used the wrong path (Thanks @markdalgleish)
v0.9.11
Added
- Warning to restart Sketch 45+ when linking
- Create and update appcast.xml when publishing (see http://sketchplugins.com/d/229-updating-plugins)
Changed
- Proper permissions check when publishing