1.1.0
We've got a bunch of updates since the initial release:
- Make CLI options more strict, and produce an error for unknown options (#8 #14 - thanks @vitormalencar & @rkostrzewski)
- Install
eslint-config-synacor
during project creation (#19 - thanks @maoberlehner) - Allow pre-installation of plugins via
preact create --less
andpreact create --sass
- Add
preact build --json
option to output webpack stats (#29 - thanks @rkostrzewski) - Consistent hashing via NamedModulesPlugin (#20 #27 - thanks @lukeed & @rkostrzewski)
- Support project templates with no manifest or icons by providing internal defaults
- Change the default project type to "full", which has a
src/
directory (#81) - Change HTML template to enable zooming (thanks @robdodson)
- Add
200.html
for pushstate routing (#54 - thanks @prateekbh) - Optimize all template app images (#48 - thanks @krawaller)
- Fix active classname for links in the template app (#33 - thanks @iiegor)
- Fix incorrect dev server address in console (#57 - thanks @rkostrzewski)
- Fix issue where
async!
produced the wrong chunk path (#50 - thanks @rkostrzewski) - Fix babel breaking within
.babelrc
directories (#63 - thanks @lukeed) - Fix
async!
-loaded components diff issue when routing (#72 - thanks @BenoitZugmeyer) - Enable and document
preact watch --https
option