Skip to content

v2.3.0

Compare
Choose a tag to compare
@frederikheld frederikheld released this 11 Aug 01:13
· 24 commits to master since this release

New Features:

  • You can now use templates for header and footer of map and cards that use the Mustache template syntax.
  • You can now tag cards. Tags will be added as classes to the card container.
  • You can now define Acceptance Criteria for cards which will be rendered as a list below the description.
  • Cards with a package will now have the class "has-package"

Refactorings:

  • All sources have been moved to the folder 'src' to clear the folder structure up. This also speeds up test execution significantly as the test runner dosn't run through node_modules anymore.
  • Complete re-write of the render engine following the SOLID principles
  • Improved documentation
  • Removed some helpers