Skip to content

Releases: springernature/frontend-package-manager

9.0.0

21 Sep 16:47
Compare
Choose a tag to compare
  • Move from Travis to GitHub Actions

8.0.0

11 Jan 17:33
Compare
Choose a tag to compare
  • Updates to dart-sass
  • node-sass no longer supported

7.0.0

28 May 10:03
Compare
Choose a tag to compare
  • This release provides tighter controls on package folder structures by validating against the 'CSSDirectoryStructure' key if it is present in the package-manager.json config. If folders exist that don't match those in the config then validation will fail.
  • Also includes dependency updates.

6.0.0

05 Oct 09:12
Compare
Choose a tag to compare

Adds validation and publication steps for generating a static/standalone demo of a component for use within a Living Styleguide

  • Check for demo folder containing (some of) handlebars, scss, js, json
  • Validate compiling/transpiling of assets found
  • Generate a static index.html file using compiled assets and store it in demo/dist
  • Publish this folder with the rest of the code to NPM

5.0.0

15 Apr 16:42
19e2ec9
Compare
Choose a tag to compare
  • Major rewrite that requires a change to repo structures
  • Move to a single, cross-brand context package
  • Context package now lives in a separate location with its own validation
  • Remove package extension
    • Cross-brand packages now live in a single toolkit with brand configurations
  • Refactor of existing code

4.0.0

31 Oct 11:18
04e7198
Compare
Choose a tag to compare
  • Major rewrite that requires a change to repo structures
    • Handles multiple toolkits per repo
    • Will NOT work on old repo structure
  • Remove the ability to configure the packagesDirectory
  • Switches from Promise to Async/Await

3.0.0

26 Sep 15:00
449edc9
Compare
Choose a tag to compare
  • Move some functionality out into utility modules
  • Standardise reporting
  • Handle HTTP errors when checking and downloading from NPM registry

1.0.0

21 May 09:49
e7ba61d
Compare
Choose a tag to compare

First stable release. Removes dependency on npm-utils

0.2.2

12 Apr 13:58
@jpw jpw
5f7b7d4
Compare
Choose a tag to compare
updates deps via npm audit fix (#17)