canon

Reusable React environment and components for creating visualization engines.

GPL-3.0 License

Downloads
1.4K
Stars
27
Committers
19
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds CMS i18n default values to core canon (5477968)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds i18next to Viz component (a22b498)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • puts consoles behind verbose flag, changes logs to errors where appropriate (695d318)
  • adds catches to all awaits (442c361)
  • refactors mortarroute to use async await (ae8d9b3)
  • refactors cmsroute to await (afeb769)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • encodes characters in fetchData swap variables (289ae88)
  • implements encodeChars and decodeChars functions (385b02c)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds attr swap to front-end fetching (73aaead)
  • adds extra routing info to error msg (b9d8c97)
  • makes formatters work in vizes on front end (71056a9)
  • refactors cms to employ nested locale-based formatters (4bdb213)
  • adds server-side support for locale in formatters (4796862)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • resets activeChart state if more charts appear after a query removes a loop during criteria checking (8119dfa)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • pins buble to v0.19.6 to fix acorn install issue (4fc937d)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds aria-label to multi-list selectors remove tag (fad575c)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds aria-label to multi-select close buttons (853b2fe)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • updates params on vizbuilder dev environment (26687e3)
  • adds tooltip on hide sidebar button (a815a2e)
  • prevents rendering of topten line charts with only one year closes #512 (c152121)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • removes production throttle in cube cache (cc4175a)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • only sends ready status as a child process (37b42b5)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • only sends ready status as a child process (5a7d842)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds pm2 ecosystem to gitignore (662d182)
  • adds process "ready" event (d1f0f71)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • sends process "ready" event (d3da07a)
  • adds pm2 config to gitignore (003a616)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • removes pm2 (1418ffa)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • removes pm2 (0250d90)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

🔥 PRODUCTION WARNING 🔥

This update switches from our own canon-start script to using PM2. Updating to this version of canon-core will require the following for deployment:

  • explicitly add NODE_ENV=production to the environment
  • run npm run setup to get the new start/stop scripts in your package.json
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

🔥 PRODUCTION WARNING 🔥

This update switches from our own canon-start script to using PM2. Updating to this version of canon-core will require the following for deployment:

  • explicitly add NODE_ENV=production to the environment
  • run npm run setup to get the new start/stop scripts in your package.json

Changelog

  • switches start script to use pm2 (e52f642)
  • adds promise throttle to fetchData (95f34a7)
canon - @datawheel/[email protected]

Published by davelandry over 5 years ago

  • adds promise throttle to fetchData (cbbda8c)