Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Releases: skatejs/generator-skatejs

Official Release 🎉

30 May 01:45
Compare
Choose a tag to compare

Storybook Support

  • Swap out demo concept to instead use Storybook for development

Build Pipeline Upgrades

  • Upgrade Webpack config to be more idiomatic for 2.0
  • Replace babel-preset-2015 with babel-preset-env
  • Replace Uglify with Babili (so users can start shipping ES6 to browsers, if the env configuration allows it)

Skate 5 Support

  • Some small improvements to the default Component to be compatible with Skate 5
  • Automatically install Preact, which is a required peer dependency

v0.4.1

22 Mar 01:20
Compare
Choose a tag to compare
  • Fixes issue with yaml-loader not being available by including it as part of the initial project generation

New Generator: Translations

22 Mar 01:02
Compare
Choose a tag to compare
  • Includes a new generator for creating translation files using YAML and localizing text within a component
  • Fixes further installation issues with NPM by adding all source directories to the files list

New Generator: Demo Page

21 Mar 21:04
Compare
Choose a tag to compare
  • Adds a new generator, demo
    • Pulls the creation of the index demo page out into a sub-generator
    • Allows users to create additional demo pages, which can be useful for testing components under different conditions
  • Fixes issue with generator, where NPM did not publish all of the dotfiles that are required