Skip to content

Releases: stoikerty/dev-toolkit

New template + better documentation

22 Dec 16:11
f532877
Compare
Choose a tag to compare

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

24 Nov 22:35
61e4b33
Compare
Choose a tag to compare

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

01 Aug 11:08
Compare
Choose a tag to compare

Added a new readme section detailing the use of shared environment variables on the client & server.

Add Promise-hooks to `dynamic-pages`

04 Apr 14:45
Compare
Choose a tag to compare

Added the following Promise-based hooks to dynamic-pages:

  • beforeRender
  • afterRender
  • beforeRouteRender
  • afterRouteRender
  • onRouteRender

dynamic-render

see related PR: #38

fix bug when trying to add a new route

17 Jan 09:29
Compare
Choose a tag to compare
[email protected]

bump & re-publish to fix something that went wrong during the last `n…

Check for `dynamicRender.js`-file separately from page-generation

04 Jan 17:29
Compare
Choose a tag to compare

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

07 Nov 16:58
Compare
Choose a tag to compare

Add support for css-modules without scss

29 Oct 11:29
Compare
Choose a tag to compare

Adds ability to import .css-files in addition to .scss-files.

add node-7 compatibility for node-sass

27 Oct 09:53
Compare
Choose a tag to compare

add node-7 compatibility for node-sass