Skpm Versions Save

💎📦 A utility to build and publish Sketch plugins

v0.10.3

6 years ago
  • [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

6 years ago

Fixed

  • Fix capitalization of webpackHeaderFooterPlugin (Thanks @kannonboy) #52

v0.10.1

6 years ago

Added

  • allow to namespace all the skpm configuration in the package.json by skpm (Thanks @chrislloyd) #44

v0.10.0

6 years ago

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

v0.9.16

6 years ago

Fixed

  • Fix running the command after build on Sketch 44+ (thanks @jongold)

v0.9.15

6 years ago

Added

  • Set author in manifest.json from package.json
  • Allow to set appcast to false to disable it

v0.9.14

6 years ago

Fixed

  • resolve sketch-module-* packages via require.resolve

v0.9.13

6 years ago

Changed

  • When publishing, check if the sketchplugins/plugin-directory repo already contains the plugin. If not, open a PR to add it.

Fixed

v0.9.12

6 years ago

Fixed

  • The require call to the config util used the wrong path (Thanks @markdalgleish)

v0.9.11

6 years ago

Added

Changed

  • Proper permissions check when publishing