@arction/lcjs
Advanced tools
Comparing version 1.1.1 to 1.2.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
@@ -6,8 +7,46 @@ | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
## [Unreleased] - yyyy-mm-dd | ||
### Added | ||
### Changed | ||
### Fixed | ||
## [1.2.0] - 2019-12-10 | ||
### Added | ||
- ColorHEX supports format with '0x' prefix. | ||
- Dashboard.setSplitterStyle() | ||
- Dashboard.setSplitterStyleHighlight() | ||
- Dashboard.setBackgroundFillStyle() | ||
- Dashboard.setBackgroundStrokeStyle() | ||
- High DPI rendering support with 'devicePixelRatio' engine option | ||
- Themes, with 'dark' and 'light' preset themes available. | ||
- LUT (ValueRangePalette) | ||
- series.getPointAmount() in XY Charts | ||
- ChartXY.setMouseInteractionsWhileScrolling() | ||
- ChartXY.setMouseInteractionsWhileZooming() | ||
- New option when creating lines: highlightThicknessMultiplier can be used to specify thickness of highlighted lines | ||
- Progressive DataPatterns precision | ||
### Changed | ||
- Mouse interactions are disabled by default when scrolling / zooming. This behavior can be changed with methods in XY Charts. | ||
### Fixed | ||
- GL errors with Pyramid Chart | ||
- AutoCursor working incorrectly with touch displays | ||
## [1.1.1] - 2019-10-11 | ||
### Changed | ||
- Chart examples linked in the readme | ||
### Fixed | ||
- Typo in the readme | ||
@@ -18,3 +57,5 @@ - Missing typings | ||
## [1.1.0] - 2019-10-03 | ||
### Added | ||
- Dispose API for Charts, Dashboard | ||
@@ -24,2 +65,3 @@ - Add OHLCSeries.set/getFigureAutofitting() | ||
### Changed | ||
- Removed dependency to crc package. | ||
@@ -29,2 +71,3 @@ - Removed dependency to collections package. | ||
### Deprecated | ||
- SolidGauge.setDataLabelFormater in favor of SolidGauge.setDataLabelFormatter | ||
@@ -35,2 +78,3 @@ - SolidGauge.getDataLabelFormater in favor of SolidGauge.getDataLabelFormatter | ||
### Fixed | ||
- Fixed crash when adding points to step series. | ||
@@ -41,12 +85,20 @@ - PointableTextBox incompatibility with axis custom tick. | ||
## [1.0.3] - 2019-08-26 | ||
### Added | ||
- More keywords for npm | ||
### Changed | ||
- Readme file contents present the package better | ||
## [1.0.1] - 2019-08-14 | ||
### Added | ||
- CHANGELOG.md included in the npm package | ||
- More keywords for npm | ||
### Fixed | ||
- Pyramid Chart | ||
@@ -58,3 +110,5 @@ - Added missing API documentation for `get/setAnimationsEnabled` | ||
## [1.0.0] - 2019-08-05 | ||
### Added | ||
- 2-Dimensional Charts | ||
@@ -61,0 +115,0 @@ - ChartXY (Cartesian Chart) |
{ | ||
"name": "@arction/lcjs", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "A high-performance charting library.", | ||
@@ -72,3 +72,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@arction/eventer": "^1.0.0", | ||
"@arction/eventer": "^1.0.1", | ||
"immutable": "^4.0.0-rc.12" | ||
@@ -75,0 +75,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2521778
23706
Updated@arction/eventer@^1.0.1