Releases: naver/billboard.js
1.4.0 release (2018-04-10)
The detailed new feature description can be found at:
Features :
- Option
Bug Fixes :
1.3.0 release (2018-03-15)
The detailed new feature description can be found at:
Features :
-
Axis
-
Legend
-
Core
- Intent to ship instance property (#308)
-
Pie
- Intent to ship pie's pdding and innerRadius options. (#301)
-
Data.type
- Intent to ship 'area-range' charts (#277)
Bug Fixes :
-
API data
- Fix .data.values() to return multiple data (#331)
-
Arc
- Correct on data representation for pie (#303)
-
Axis
-
All
- Re-organize import from d3 (#285)
-
Zoom
-
Interaction
-
Internal
- Correct evaluating inputType condition (#92)
-
Tooltip
- Correct on toggling data series (#240)
-
Colors
- Fix color method (#233)
-
Tiles
- Fix background tiles id (#225)
Documents :
Test Codes :
-
Selection
-
Legend
- Add test code for .legend.show/hide() (#249)
-
Tooltip
- Add tooltip's API test codes (#248)
-
API
-
All
- Restructure folder (#62)
Chore tasks :
1.2.0 release (2017-12-15)
The detailed new feature description can be found on below article.
Features :
-
Point
- Implement alternate markers (#209)
-
Export
- Intent to ship export as an image (#78)
-
Options
-
Bubble
- Intent to ship bubble type (#163)
-
Shape.line
Bug Fixes :
-
Size
-
Bubble, Point
- Fix bubble size change on load API (#163)
-
Data
- Correct data.onclick calls (#202)
-
Readme
- Change broken link about license (#188)
-
Bar
- Adjust bar width regardless tick count limit (#166)
-
Data, Interaction
- Bar type interaction error on multiple x (#178)
-
Zoom
- Correct zoom in rendering on 0 coord. (#169)
Documents :
-
Tooltip
- Add note for data.groups (#216)
-
All
- Improve readability & undocumented APIs (#190)
-
Example
- Add new options example (#144)
-
Readme
- Clarifying loading files (#165)
Test Codes :
- Data.xs
- Add data.onclick for multiple xs (#202)
1.1.1 release (2017-09-22)
Patch for when using
.load()
API on chart generated withpoint.show=false
option.
Bug Fixes :
- Shape.line
- Correct return type (#147)
1.1.0 release (2017-09-21)
The detailed new feature description can be found on below article.
Features :
-
Playground
-
Legend
- Implement legend.contents (#58)
-
Tooltip
- Implement tooltip.order (#127)
-
Arc
- Implement multiline donut title (#71)
-
ChartInternal, Options
-
Data, Options
- Implement data.onmin/onmax callback (#8)
-
Options, Text
- Add new data.labels.position option (#57)
-
Interaction
- Add new inputType.touch.preventDefault option (#82)
Bug Fixes :
-
Gauge
- Correct background rendering on fullCircle (#140)
-
Selection
- Correct multiple callback calls (#117)
-
Shape
- Line.step.type config not working (#85)
Documents :
-
Legend
- Document missing API (#133)
-
Options
-
Contribution
- Add code of conduct (#100)
-
Readme
- Add chart type image (#94)
-
Options.donut, Options.pie
- Add donut/pie label ratio option api (#79)
-
Gh-template
- Remove 'preferred reviewers' clause (#74)
-
Demo
- Correct wrong option name (#72)
Code Styles :
- Interactions, Internals
- Correct eslint error (#65)
Test Codes :
-
Api.chart
- Add some initial test cases for chart api (#62)
-
Event
Chore tasks :
1.0.1 release (2017-07-07)
Bug Fixes :
-
Shape.line
- Correct getting shape object (#10)
-
Legend
- Working with useless transition effect (#25)
-
Api.zoom, Interaction
- Fix zoom bug for rects (#33)
-
Api.zoom, Shape
- Fix zoom for barchart (#16)
-
Interaction
- Correct event binding (#27)
-
Data
- Babel transform bug (#17)
-
Data.convert
- Allow dots in json properties (#14)
Documents :
- Options
- Add more description on axis padding (#42)
Code Styles :
-
Tooltip
- Remove double dashed class name (#39)
-
Text
- Avoid unnecessary getBoundingClientRect() calls (#11)
Test Codes :
- All
- Switch headless browser to ChromeHeadless (#35)
Chore tasks :
- Changelog
- Generate changelog file (#49)
1.0.0 release (2017-06-08)
This is the first release from the fork!
What's new?
- D3 v4 support
- Remove SVGPathSeg polyfill (due to removal from Chrome 48)
- Friendly on mobile environment
- Transition to ES6
- Update build tools using webpack
- Document source code with jsdoc