Spress v2.2.0-rc Release Notes

Release Date: 2017-01-15 // over 7 years ago
  • What's new in this release?

    • ๐Ÿ‘€ [New] Support for themes. See the new feature #98.
    • โšก๏ธ [New] Package manager with the following new commands: new:theme, add:plugin, remove:plugin and update:plugin. Additionaly, new:site command has been updated for scaffolding new sites using themes. See the new feature #96.
    • ๐Ÿ‘€ [New] Allow default attributes on "pages" collection. See new feature #93.
    • ๐Ÿ‘€ [New] New options for applying avoid_renderizer feature to type of files and files belong to a path (relative to src/content folder). See new feature #91.
    • [New] Added a verbosity level param (optional) to the write method of IOInterface.
    • [New] Added verbosity and very-verbosity level messages to the ContentManager class.
    • ๐Ÿ‘ [New] Added support for overwriting messages to the output in IOInterface.
    • ๐Ÿ‘ [New] Added support for ask choice questions in IOInterface.
    • [New] Added the method getSpress to CommandEnvironmentInterface.
    • โšก๏ธ [New] Updated to using Symfony 3.2 components.
    • [Improved] The terms generated by TaxonomyGenerator for each item appears sorted.
    • ๐Ÿ›  [Fixed] Avoid an error using --force option of new:site command over a
      non-empty directory that contains "hidden" directories and files.
    • ๐Ÿ‘€ [Fixed] Fixed a bug related with the "pagination generator" and the draft posts. See bug #101.
    • ๐Ÿ›  [Fixed] Fixed the askAndHideAnswer method of ConsoleIO class to use the fallback argument.