Releases: naver/billboard.js
Releases · naver/billboard.js
1.8.1 release (2019-05-11)
1.8.0 release (2019-03-15)
The detailed new feature description can be found at:
Features :
-
Area
- Intent to ship area.linearGradient (#755)
-
Arc
- Enhance multiline text label (#784)
-
Color
- Intent to ship color.onover (#754)
-
Axis
- Intent to ship tick show options (#737)
-
Title
- Intent to ship multilined title (#612)
-
Bar
- Intent to ship variant width (#720)
Bug Fixes :
-
Subchart
-
Axis
-
Api
-
Tooltip
- Fix tooltip.show() for multi x axis (#785)
-
Zoom
- Updated domain values onzoom/onzoomend (#770)
-
Chart
- Correct data label text prop ref (#780)
-
Radar
- Fix incorrect rendering when data is 0 (#735)
-
Data
- Correct onover/out callback on touch (#768)
-
Options
- Correct when bindto element not exist (#743)
-
Line
- Correct zoom with data.regions (#728)
-
Label
- Correct newly added texts transition position (#648)
Code Styles :
- Types
- Make axes option to be optional (#794)
Refactorings :
-
Size
- Reduce duplicated dimension call (#806)
-
All
-
Axis
-
Internal
- Reduce complexity (#36)
-
Data
- Remove use of for...of (#742)
Chore tasks :
1.7.1 release (2018-12-17)
Bug Fixes :
- Legend
- Fix resizing when legend template is used (#705)
1.7.0 release (2018-12-14)
The detailed new feature description can be found at:
Features :
-
Axis
- Intent to ship multi Axes (#98)
-
Type
- Add TS definition (#629)
-
Theme
- Add new 'graph' theme (#631)
-
Shape
- Intent to ship stack.normalize (#623)
-
Data
- Intent to ship data.min()/max() (#637)
Bug Fixes :
-
Zoom
- Maintain zoommed scale on .zoom() (#654)
-
Point
-
Domain
- Fix getting Y domain min/max value (#685)
-
Axis
-
Tooltip
-
Shape
-
Arc
- Correction on rendering 0 values (#652)
-
Area-line-range
- Fix working with grouped data (#630)
-
Api
-
Legend
- Fix legend template update for dynamic loading (#621)
Refactorings :
-
All
- Update on info (#703)
-
Domain
- Improve on .getIndexByX() (#690)
-
Axis
- Split axis functions (#670)
-
Options
- Remove unnecessary codes (#663)
Test Codes :
-
Load
- Add test case using different load option (#617)
-
Data
- Test code for XHR data loading (#617)
-
Zoom
- Add test codes for zoom callbacks (#617)
-
Api
- Add test code for bar type using .select() (#617)
-
Shape
- Add test codes (#617)
Chore tasks :
1.6.2 release (2018-09-10)
1.6.1 release (2018-08-31)
Bug Fixes :
- Internal
- Fix on unexpected resize event firing (#571)
1.6.0 release (2018-08-30)
The detailed new feature description can be found at:
Features :
-
Point
- Allow grouped custom point (#562)
-
Api
- Intent to ship .config() (#502)
-
Radar
- Intent to ship radar.direction.clockwise (#464)
-
Line
- Ability to hide points for linecharts only (#520)
-
Zoom
- Add option to zoom by dragging (#416)
-
Gauge
- Enhance display multiline labels (#442)
-
Chart
- Expose primary node elements (#423)
-
Theme
- Intent to ship css theme (#241)
-
Regions
- Intent to ship dasharray (#491)
-
Bar
- Intent to ship bar.radius option (#359)
Bug Fixes :
-
Tooltip
-
Zoom
- Fix on zoom.rescale option (#470)
-
Regions
- Fix regions resizing on zoom (#483)
-
Axis
-
Dev-env
- Update main entry point (#391)
-
Radar
- Correct on resizing (#497)
-
Bar
- Remove new line chars on path string (#530)
-
Interaction
-
Api
- Fix loading to maintain correct x index (#517)
-
Color
- Correct the way on setting pattern value (#507)
-
Data
- Correct data label text to be shown on scatter (#488)
-
Area-range
-
Line
- Correct on rotated step type (#471)
Refactorings :
-
Core
- Remove extending util as member of ChartInternal (#529)
-
All
-
Data
- Simplify on step data conversion (#473)
Test Codes :
1.5.1 release (2018-06-29)
Bug Fixes :
- Event
- Correct on resizing all generated charts (#466)
1.5.0 release (2018-06-22)
The detailed new feature description can be found at:
Features :
-
Axis
-
Radar
- Intent to ship radar type (#59)
-
Tooltip
- Intent to ship linked tooltip with name (#401)
-
Grid
- Intent to ship grid.front option (#384)
Bug Fixes :
-
Axis
-
Api
-
Selection
- Correct multiple selection error (#445)
-
Legend
- Correct to keep the original class value (#444)
-
Zoom
- Correct zooming for category axis type (#177)
-
Grid
- Correct updating grid's attributes (#389)
-
Data
- Correct data order to not be altered (#379)
-
Tooltip
Refactorings :
-
ChartInternal
- Improve redraw (#429)
-
Axis
- Removed duplication and re-styling (#421)
-
Internal
- Substitute resize event binding (#404)
Chore tasks :
- Dev-env
- Add nightly build (#410)