canon

Reusable React environment and components for creating visualization engines.

GPL-3.0 License

Downloads
1.4K
Stars
27
Committers
19
canon - v0.8.1

Published by davelandry about 7 years ago

  • fixes production webpack builds (2ef271b)
  • adds "app/**/*.yml" glob to nodemon watch (3fd811d)
canon - v0.8.0

Published by davelandry over 7 years ago

  • [breaking] switches to yml for style file and adds postcss-for and postcss-map support (239033f)
canon - v0.7.1

Published by davelandry over 7 years ago

  • fixes db folder issue (a01949b)
  • hooks up plumbing for social logins (untested) (36dcb05)
  • fixes postcss error output (767895d)
canon - v0.7.0

Published by davelandry over 7 years ago

  • 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)
canon - v0.6.6

Published by davelandry over 7 years ago

  • fixes compile script (c3741d2)
canon - v0.6.5

Published by davelandry over 7 years ago

  • 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)
canon - v0.6.4

Published by davelandry over 7 years ago

  • reverts "CANON_ENV" back to "NODE_ENV" (5727f37)
  • adds progress to build script (d00ee90)
canon - v0.6.3

Published by davelandry over 7 years ago

  • fixes production build environment variable (77c817f)
canon - v0.6.2

Published by davelandry over 7 years ago

  • includes dependencies in babel-loader (fixes IE ES6 bug) (25a90e4)
canon - v0.6.1

Published by davelandry over 7 years ago

  • implemenets local user authentication (d00590e)
  • adds ability to supply custom database models (cf47eb9)
  • add ability to provide custom API routes from ./api (76c28ae)
canon - v0.6.0

Published by davelandry over 7 years ago

  • adds nested object notation to need urls (d5e7fa3)
  • adds access to axios config from fetchData action (22ad235)
  • fetchData action now allows for full URLs (c37cf24)
  • adds CANON_HELMET_FRAMEGUARD env variable (36c0dbb)
  • [breaking] prefixes all env vars with "CANON_" (bd15d60)
canon - v0.5.9

Published by davelandry over 7 years ago

  • adds babel-polyfill to fix ES6 transpiling (closes data-africa/data-africa-site#101) (d3dc237)
canon - v0.5.8

Published by davelandry over 7 years ago

  • adds mobile stacking to Section components (cec068d)
  • installs LostGrid postcss plugin (8c99c01)
  • adds LOGREDUX environment variable (60591c6)
  • removes unnecessary plugin from publish webpack config (ffc838d)
  • removes unused express-flash dependency (167730f)
  • improves dev shell output (855088e)
  • makes i18n available in redux store (closes #9) (cab84c2)
  • removes min-height from viz class (closes #6) (44c3e3e)
  • implements "preneed" and "postneed" (closes #8) (1b66331)
  • fixes LANGUAGE default value in README.md (14b3a4f)
canon - v0.5.7

Published by davelandry over 7 years ago

  • removes deprecated React.PropTypes references (d249be5)
  • updates d3plus-react to v0.2.11 (8cb3b5c)
canon - v0.5.6

Published by davelandry over 7 years ago

  • updates d3plus dependencies (b05c9ff)
canon - v0.5.5

Published by davelandry over 7 years ago

  • removes redundant AnchorLink key prop (119a2ab)
canon - v0.5.4

Published by davelandry over 7 years ago

  • adds AnchorLink support for key and className props (1d32e53)
canon - v0.5.3

Published by davelandry over 7 years ago

  • attempts to fix production builds... again (1d2087e)
canon - v0.5.2

Published by davelandry over 7 years ago

  • fixes production builds (69dc785)
canon - v0.5.1

Published by davelandry over 7 years ago

  • catches for undefined key in data fetch middleware (f3f2e37)