Releases: ebi-gene-expression-group/anatomogram
Releases · ebi-gene-expression-group/anatomogram
v2.1.1
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
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
.