This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Releases: skatejs/generator-skatejs
Releases · skatejs/generator-skatejs
Official Release 🎉
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
withbabel-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
- Fixes issue with
yaml-loader
not being available by including it as part of the initial project generation
New Generator: Translations
- 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
- 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
- Pulls the creation of the
- Fixes issue with generator, where NPM did not publish all of the dotfiles that are required