- Notifications
You must be signed in to change notification settings - Fork80
Releases: skpm/skpm
Releases · skpm/skpm
v0.10.3
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- [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
Assets2
v0.10.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixed
- Fix capitalization of
webpackHeaderFooterPlugin
(Thanks@kannonboy)#52
Assets2
v0.10.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Added
- allow to namespace all the skpm configuration in the
package.json
byskpm
(Thanks@chrislloyd)#44
Assets2
v0.10.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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
context
as a global
Changed
- watch
manifest.json
and rebuild the plugin when changed
Fixed
- Fix setting the developer mode
- Fix copy for the github asset when publishing
Assets2
v0.9.16
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v0.9.15
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Added
- Set
author
in manifest.json from package.json - Allow to set
appcast
to false to disable it
Assets2
v0.9.14
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixed
- resolve
sketch-module-*
packages via require.resolve
Assets2
v0.9.13
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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
appcast
field instead ofappcastURL
(seehttp://sketchplugins.com/d/229-updating-plugins/33)
Assets2
v0.9.12
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixed
- The require call to the
config
util used the wrong path (Thanks@markdalgleish)
Assets2
v0.9.11
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Added
- Warning to restart Sketch 45+ when linking
- Create and update appcast.xml when publishing (seehttp://sketchplugins.com/d/229-updating-plugins)
Changed
- Proper permissions check when publishing