Skip to content

Releases: ebi-gene-expression-group/anatomogram

v2.1.1

02 Mar 12:24
Compare
Choose a tag to compare

New features:
• New onInjected prop which, in turn, calls onInjected in ReactSVG. (Thanks @MercifulCode, #16).

Other changes:
• Switch from webpack-command and webpack-serve to webpack-cli and webpack-dev-server
• Update all dependencies to latest major/minor versions.
• Removed Enzyme boilerplate code by adding jest-enzyme and jest-enzyme-environment (Thanks @MercifulCode, #16).
• Documentation improvements here and there.

v2.0.0

07 Jun 13:14
Compare
Choose a tag to compare

Major features

• Migrated CSS to styled components to ease bundling the component within a larger application.
• Update to latest versions of Fast XML Parser and ReactSVG.

Other improvements

• Update to Webpack 4 with webpack-command and webpack-serve.

v1.6.0

10 Oct 12:51
Compare
Choose a tag to compare
  • Supports more flexible ways to reference static assets, such as data URNs in images (857bb72)