All Versions
169
Latest Version
Avg Release Cycle
30 days
Latest Release
491 days ago

Changelog History
Page 16

  • v0.8.1 Changes

    February 24, 2016

    ๐Ÿ›  fix

    • ๐Ÿ›  fix the bug of Line animation from value
  • v0.8.0 Changes

    February 22, 2016

    feat

    • implement ReferenceDot in cartesian charts
    • ๐Ÿ‘Œ support alwaysShow of ReferenceLine and ReferenceDot

    ๐Ÿ”จ refactor

    • ๐Ÿ”จ refactor domain of CartesianAxis and PolarRadiusAxis
    • ๐Ÿ”จ refactor this props name in ReferenceLine

    ๐Ÿ›  fix

    • ๐Ÿ›  fix the bug of calculate extent in RadarChart
    • ๐Ÿ›  fix some bugs of server side rendering when document is called
  • v0.7.0 Changes

    February 17, 2016

    ๐Ÿ’ป UI

    • ๐Ÿ‘ feat: support dasharray line animation
    • ๐Ÿ”จ refactor(CartesianAxis, PolarAngleAxis, PolarRadiusAxis):rename label to tick
    • feat(label): add label of CartesianAxis, PolarRadiusAxis, ReferenceLine
    • feat: Implement tooltip for PieChart
    • feat:Implement tooltip for RadialBarChart
    • โšก๏ธ deps(d3-scale,d3-shape,oui-dom-util): 1.update version of d3-scale, d3-shape, oui-dom-util 2.update some api of d3-scale
  • v0.6.3 Changes

    February 10, 2016

    ๐Ÿ’ป UI

    • ๐Ÿ”จ refactor(Legend): refactor the location of legend
    • ๐Ÿ›  fix(CartesianChart,CartesianAxis): 1. fix the bug of dataStartIndex && dataEndIndex when the length of data was changed 2. fix the default value of tickFormatter
    • ๐Ÿ›  fix(cartesian/Line.js): fix Line animation bug
  • v0.6.2 Changes

    February 09, 2016

    ๐Ÿ’ป UI

    • feat: use lodash isEqual write new pureRender
  • v0.6.1 Changes

    February 05, 2016

    ๐Ÿ’ป UI

    • ๐Ÿ›  fix(Pie, RadialBarChart): fix the default value of cx, cy, innerRadius, outerRadius
  • v0.6.0 Changes

    February 05, 2016

    ๐Ÿ’ป UI

    • ๐Ÿ”จ refactor: rename AdaptionWrapper to ResponsiveContainer
    • ๐Ÿ”จ refactor: delete some repeated codes, and use polarToCartesian in PolarUtils
    • ๐Ÿ›  fix: update the defaultProps of cx, cy, innerRadius, outerRadius
    • ๐Ÿ›  fix(Sector, AdaptionWrapper):1. fix the bug of Sector when innerRadius is 0 2. fix the bug of unbind event when component is unmounted
    • feat(util): use lodash replace utils
  • v0.5.2 Changes

    February 04, 2016

    ๐Ÿ’ป UI

    • ๐Ÿ›  fix(RadarChart): fix the bug of unreasonable default value for radius in PolarAngleAxis

    ๐Ÿ“„ Docs

    • ๐Ÿ“ฆ chore: change main and jsnext:main in package.json
  • v0.5.1 Changes

    February 04, 2016

    ๐Ÿ’ป UI

    • ๐Ÿ‘ feat: support percentage string in the props(cx, cy, innerRadius, outerRadius) of RadarChart, PieChart, RadialChart
    • ๐Ÿ›  fix(PolarRadiusAxis): add props domain
    • ๐Ÿ”จ refactor(CartesianAxis): remove unneeded props domain

    ๐Ÿ“„ Docs

    • โšก๏ธ chore: optimize npm script commands
    • โšก๏ธ chore: update pkg
  • v0.5.0 Changes

    February 03, 2016

    ๐Ÿ’ป UI

    • feat(AdaptionWrapper): add AdaptionWrapper to make charts adapt to the size of parent dom
    • ๐Ÿ”จ refactor: directory structure adjustment
    • ๐Ÿ›  fix(LineChart, CartesianChart): 1.fix the bug of margin when only part of the attributes are specified 2.fix the bug of number axis when domain is specified 3.fix the bug of category number when no dataKey is specified 4.format the code in README.md
    • ๐Ÿ”จ refactor(treemap): support tree structure data; changed props that pass to shape

    โœ… Test

    • โœ… test: 1.rename some test files 2.add test case of LodashUtil
    • โœ… test(treemap): modified treemap test

    ๐Ÿ“„ Docs

    • deps: add dependence oui-dom-utils
    • chore(README.md): add syntax highlighting to the readme
    • ๐Ÿ“ฆ chore(package.json): add keyword react-component