Releases: BigFatDog/cubism-es
Releases Β· BigFatDog/cubism-es
1.1.2
1.1.0
π Bug-fix
- #2 horizon.height is broken
π‘ Feature
Refactorings on API horizon
axis
rule
IMPORTANT this release contains breaking api changes:
import { context } from 'cubism-es';
API Breaks (v1.1.0)
function | cubism | cubism-es |
---|---|---|
Context.axis | d3.select(...).call(context.axis) |
context.axis().render(d3.select(...)) |
Context.rule | d3.select(...).call(context.rule) |
context.rule().render(d3.select(...)) |
Context.horizon | d3.select(...).call(context.horizon) |
context.horizon().render(d3.select(...)) |
1.0.0
0.0.0-rc.0
π‘ Features
- Add demo for comparison
π Bugfix - Fix rule api
0.0.0-beta
π Bugfix
Fix horizon api
Initial release
Four demo page work
Technology
ES6, Rollup, D3 V5 components
Code model
Object composition