Publish 0.3.0
- When generating a new project using the
publish new
command line tool, any camelCasing within the current folder’s name will now be preserved in the project’s default name (by @wacumov). - A custom port number can now be specified when running the
publish run
command line tool (by @jlorfeo). - The
publish run
tool will now also correctly shut down itslocalhost
server when it exits, and its error messaging has been improved. - External resources can now be referred to using
Path
instances, such as when specifying CSS files using the built-inhead
Plot component. - The Git deployment method will now output much richer error messages in case an error occured (by @ytyubox and @sindresorhus).
- An item’s
path
can now be overriden using thepath
Markdown metadata property (by @dmonagle). - Publish now ships with Files 4.1.1 and Plot 0.5.0.
- The Foundation theme's default CSS has been improved.
This release also includes documentation improvements by @NSBrianWard, @daniloc, @antonio081014 and @labradon.