Skip to content

Releases: skpm/skpm

v0.10.3

Choose a tag to compare

@mathieudutour mathieudutour released this 24 Jul 17:21
  • [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

Choose a tag to compare

@mathieudutour mathieudutour released this 17 Jul 03:40

Fixed

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

v0.10.1

Choose a tag to compare

@mathieudutour mathieudutour released this 09 Jul 12:54

Added

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

v0.10.0

Choose a tag to compare

@mathieudutour mathieudutour released this 05 Jul 10:28

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

Choose a tag to compare

@mathieudutour mathieudutour released this 27 Jun 19:51

Fixed

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

v0.9.15

Choose a tag to compare

@mathieudutour mathieudutour released this 27 Jun 19:51

Added

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

v0.9.14

Choose a tag to compare

@mathieudutour mathieudutour released this 08 Jun 18:23

Fixed

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

v0.9.13

Choose a tag to compare

@mathieudutour mathieudutour released this 27 May 07:37

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

Choose a tag to compare

@mathieudutour mathieudutour released this 26 May 07:25

Fixed

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

v0.9.11

Choose a tag to compare

@mathieudutour mathieudutour released this 25 May 08:18

Added

Changed

  • Proper permissions check when publishing