Releases: stoikerty/dev-toolkit
New template + better documentation
Adds documentation for all templates. Also adds a new template called "minimal" which shows usage of dev-toolkit in a stripped-down scenario, ideal for self-starters or people who like their projects as clean as possible with the least amount of dependencies.
dev-toolkit v6
A long awaited change. Unopinionated, flexible, intuitive.
dev-toolkit
has been completely rewritten from scratch to be much leaner, easier to use and more flexible to support a wide variety of use-cases. It is now easier to get started with universal react apps without removing endless boilerplate and without being restricted to a fixed configuration.
Explicit definition of env variables used on client & server
Added a new readme section detailing the use of shared environment variables on the client & server.
Add Promise-hooks to `dynamic-pages`
Added the following Promise-based hooks to dynamic-pages
:
beforeRender
afterRender
beforeRouteRender
afterRouteRender
onRouteRender
see related PR: #38
fix bug when trying to add a new route
[email protected] bump & re-publish to fix something that went wrong during the last `n…
Check for `dynamicRender.js`-file separately from page-generation
This allows more flexibility when using stubs for things like fetch
or matchMedia
.
Integrate changes for using stubs with `dynamic-pages`
update browser-sync & plugin to latest
Add support for css-modules without scss
Adds ability to import .css
-files in addition to .scss
-files.
add node-7 compatibility for node-sass
add node-7 compatibility for node-sass