canon

Reusable React environment and components for creating visualization engines.

GPL-3.0 License

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

Published by davelandry over 7 years ago

  • adds LANGUAGE_DEFAULT to README.md (583a244)
  • creates a default LoadingComponent (79c692f)
  • removes unnecessary default exports from components/actions (cc9208e)
  • implements AnchorLink component (3e9b2ab)
  • lints example style.js (5eba9c3)
  • [breaking] removes stat component (96b3b45)
  • sets default language on client (b1e8b26)
  • renames global window initial locale variable (6034534)
  • provides fallbacks for store, helmet, and style files (436fe87)
  • adds "src" directory to dev watch (36bea16)
  • restarts dev build process only when js files change (dfcdbb4)
  • removes i18n debug messages from production build (a2170b2)
  • removes console.log statement (e672fb2)
  • preRenderMiddleware now will only load a key if it is not present in the data store (56c53e5)
  • updates example app (f397423)
  • [breaking] fixes using router Link, changes Profile to CanonComponent, modifies reducer export behavior, and adds fetchData action/reducer (3c737e7)
  • adds terminal "clear" when starting scripts (0208e40)
  • adds support for LANGUAGE_DEFAULT environment variable (9bef44b)
canon - v0.4.0

Published by davelandry over 7 years ago

  • adds support for postcss-mixins (closes #7) (1a73b7d)
  • updates READEME with script and env descriptions (cc9bb16)
  • switches over to using pure environment variables (ab79fb2)
  • adds .env to .gitignore (1248dbf)
  • hooks up basic i18n support (0a7a551)
canon - v0.3.5

Published by davelandry over 7 years ago

  • updates d3plus-react and d3plus-viz (2278d0c)
canon - v0.3.4

Published by davelandry over 7 years ago

  • catches for hash changes that do not have an anchor (8b44995)
  • catches for faulty hash urls (cfb2c92)
canon - v0.3.3

Published by davelandry over 7 years ago

  • adds "section" className to section tags (b68b0c8)
  • updates profile example (2fa7a42)
  • removes anchor outline on click (f10f48d)
  • fixes SectionTitle anchor (99d7a4d)
canon - v0.3.2

Published by davelandry over 7 years ago

  • fixes web pack NoErrorsPlugin rename (da252dc)
canon - v0.3.1

Published by davelandry over 7 years ago

  • fixes topic/section anchors (don't use react-router Link!) (3d29199)
  • beefs out example app to contain multiple pages (9e44f64)
canon - v0.3.0

Published by davelandry over 7 years ago

  • improves UglifyJS mangling (0fc9d27)
  • updates more dependencies (046c76a)
  • updates to webpack 2 (b3f39ff)
  • updates web pack middleware (3b2beb7)
  • updates react-router to v3 (af5bb1a)
  • adds "anchor" class to title links (3357496)
  • fixes hash links (must use react-router Link component) (199fed9)
  • added second section to example code (f1890f3)
  • makes check emoji appear on black backgrounds (2e70aae)
  • updates d3plus dependencies (e0dbdec)
canon - v0.2.5

Published by davelandry over 7 years ago

  • actually fixes server-side rendering of SectionTitle (a2500ce)
canon - v0.2.4

Published by davelandry over 7 years ago

  • fixes server-side rendering of SectionTitle (3c562f8)
  • fixes default app accent color (6c48fcd)
  • fixes production start script (bb6685a)
  • renames accent color in sample app (76403f6)
  • makes default topic title weight heavier (96f8b81)
canon - v0.2.3

Published by davelandry over 7 years ago

  • Sections now support solo children (494a50f)
canon - v0.2.2

Published by davelandry over 7 years ago

  • fixes Profile export (a224def)
canon - v0.2.1

Published by davelandry over 7 years ago

  • exports new components (0f07cc5)
  • cleans up SectionTitle code (02fc340)
  • creates new SectionTitle component (5bf422f)
  • renames Topic to TopicTitle (dedfbab)
  • globalizes Meta component (a574ad4)
  • updates d3plus-react to v0.2.2 (a9df563)
  • restructures how Topic and Section components are used and styled (688f73a)
  • convert error object data to string to enable error messages to be relayed to client (#2) (27f674f)
  • adds d3plus-react dependency and test viz (5733d8b)
  • updates testing app (1aa3a6a)
  • adds data context to Section (b21ed17)
  • adds Profile component with data context (63b9507)
  • preRenderMiddleware now supports analyzing child elements (8841e50)
canon - v0.1.11

Published by davelandry over 7 years ago

  • uses named exports for index.js (4272dd2)
  • exports SectionRows from Section.jsx (2327606)
canon - v0.1.10

Published by davelandry over 7 years ago

  • tries linking directly to src in package main (69c390a)
canon - v0.1.9

Published by davelandry over 7 years ago

  • removes node_modules from webpack exclude (4831f00)
canon - v0.1.8

Published by davelandry over 7 years ago

  • adds datawheel-canon src to webpack root resolve (b064210)
canon - v0.1.7

Published by davelandry over 7 years ago

  • adds datawheel-canon root to web pack resolve (4d6b157)
canon - v0.1.6

Published by davelandry over 7 years ago

  • adds test console statements to server webpack (7d3030c)
canon - v0.1.5

Published by davelandry over 7 years ago

  • adds self node_modules dir to webpack exclude (ccdeb29)