* BREAKING: Switch from using Travis to GitHub Actions
* FEATURE: inline SVGs reference by use when creating demos
* FEATURE: remove adding of post-install action to trigger context messaging
* FEATURE: util-package-renderer uses the viewport meta html tag to assume a responsive layout approach on all demos
* FEATURE: util-package-renderer supports `.js` class on the `html` tag
* BUG: Update util-package-renderer to fix image rendering bug
* BREAKING: util-package-renderer switches to dart sass
* Update util-package-renderer
* FEATURE: allow the blocking of new packages. Only updates to existing allowed.
* Refactor how configuration is handled
* BUG: `util-package-renderer` fails when it hits a hyperlink
* BUG: dependency issue with `util-package-renderer`
* FEATURE: Images in demo folder support from `util-package-renderer`
* FEATURE: Dynamic handlebars template support from `util-package-renderer`
* FEATURE: Minification options for demo CSS/JS from `util-package-renderer`
* FEATURE: Major release of `util-package-renderer` with new features and bugfixes
* BREAKING: Validates against 'CSSDirectoryStructure' if it is present in the config
* This will break any packages that didn't previously conform to this structure
* BUG: NPX command failed when being run from a project using a private registry
* Updated to specify the use of the default registry for NPX
* BUG: demo generation could not be run from the root
* Changed behaviour to pass package name instead of running from package folder
* Update util-package-renderer
* BUG: Mismatching lockfile
* FEATURE: Add `sn-package-demo` endpoint to generate static demo locally
* FEATURE: Publish static component example from demo folder
* BREAKING: Now validates existing demo folder code
* BUG: race condition creating folders when running `create` script
* BUG: missing argument from publish function
* BUG: npx command causing issues when version not explicitly stated
* FEATURE: Allow brand level README files within context
* required: 'brand-context/README.md'
* optional: 'brand-context/brand/README.md'
* Major new release for new toolkit architecture
* BREAKING: Single context package, in its own location
* BREAKING: Remove package extension
* Refactor existing code
* BUG: globby pattern fails as NPM module
* BUG: package level package-lock.json files not being ignored during validation
* BUG: null being passed for token access instead of NPM_TOKEN
* BREAKING: Major rewrite that requires a change to repo structures
* Handles multiple toolkits per repo
* BREAKING: Remove the ability to configure the `packagesDirectory`
* Switches from Promise to Async/Await
* Move some functionality into reuseable utility modules
* Package extension
* CLI reporting
* Feature: Allow multiple retries on CDN requests
* Switch CDN from unpkg to jsDelivr
* Hopefully fixes bug with reliability
* BUG: handling unpkg redirects
* unpkg now redirects to /browse for directories
* .dotfiles anywhere in a package now valid
* Update package validation to allow .spec.js files
* Removes dependency on npm-utils
* Stable version
* Creates subdirectory structure
* Fixes a bug when checking extended packages
* Was failing for packages that were not extended
* More informative error messaging for 'incorrect syntax' when specifying an extended package
* Move `gitignore-globs` from devDependencies to dependencies
* Move from `frontend-global-toolkit` and refactor
* https://github.com/springernature/frontend-global-toolkit/pull/76