Skip to content
Compare
Choose a tag to compare
@JamesIves JamesIves released this 13 Jul 17:34
· 105 commits to releases/v3 since this release

Minor Changes

  • Made a change that prevents the CLEAN option from ignoring .nojekyll and CNAME files. It will now selectivly ignore these files only if they don't exist in the deployment folder. This allows you to update and upload them if you're using this option while still preventing mismatches from nuking them in the deployment branch. The README has also been updated to let you know that you need to manually delete them from the deployment branch should the need arise.
  • Made a small adjustment to the icons in the init function.
  • Added a note about dependency versions and Dependabot in the README. Also made the base example use a tagged version as this is more consistent than referencing the releases/v3 branch directly.
  • Dependency updates for ESLint/Node Types etc.