Releases: Datawheel/canon
Releases · Datawheel/canon
v0.8.1
- fixes production webpack builds (2ef271b)
- adds "app/**/*.yml" glob to nodemon watch (3fd811d)
v0.8.0
- [breaking] switches to yml for style file and adds postcss-for and postcss-map support (239033f)
v0.7.1
- fixes db folder issue (a01949b)
- hooks up plumbing for social logins (untested) (36dcb05)
- fixes postcss error output (767895d)
v0.7.0
- hooks up blueprint styles into default Login and SignUp forms (c41f3db)
- adds support for base64 image imports (ce1aaf3)
- adds normalize.css and blueprintjs css dependencies and components (6f2ef25)
- adds authenticated route example (cad9c70)
- implements SubNav component (90b73ce)
- updates function name for preRenderMiddleware (cfa0e4c)
- adds information to README about intitializing env vars (ca5f8a4)
- switches from MIT to GPL license (8073d5e)
v0.6.5
- updates package-lock.json (312c7db)
- fixes user auth in production builds (28617b6)
- attempts to fix the Sequalize import bug on server (809e704)
- cherry picks specific dependencies in babel-loader (decreases build time) (d05c60f)
v0.6.4
- reverts "CANON_ENV" back to "NODE_ENV" (5727f37)
- adds progress to build script (d00ee90)
v0.6.3
- fixes production build environment variable (77c817f)
v0.6.2
- includes dependencies in babel-loader (fixes IE ES6 bug) (25a90e4)
v0.6.1
- implemenets local user authentication (d00590e)
- adds ability to supply custom database models (cf47eb9)
- add ability to provide custom API routes from ./api (76c28ae)