All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.10.7 (2022-04-09)
Note: Version bump only for package kanva
0.10.6 (2022-02-14)
Note: Version bump only for package kanva
0.10.5 (2022-01-19)
Note: Version bump only for package kanva
0.10.4 (2022-01-18)
Note: Version bump only for package kanva
0.10.3 (2022-01-18)
- npm: move tslib from dev dependencies to dependencies (f7531a5)
0.10.2 (2022-01-18)
- react: properly pass 'style' prop to Kanva root element (99ccb1f)
0.10.1 (2022-01-17)
Note: Version bump only for package kanva
0.10.0 (2021-12-17)
- example: fix handleScale operating on wrong argument in various storybook stories (9fe99a7)
- charts: add new area band type chart, data container can now process tuple of numbers in internal series (d3c53f0)
- example: add new area band type chart example in storybook (73382f6)
0.9.2 (2021-08-09)
Note: Version bump only for package kanva
0.9.1 (2020-04-01)
Note: Version bump only for package kanva
- bar-chart.view: bar chart rendering (0dc5b5f)
- Core/View: pointer event offset now includes view LP padding (b61bb37)
- data-container: #getYValuesMatch occasional crash potential fix (888704b)
- data-container: #getYValuesMatch, #getScales crash prevention (ba615d0)
- DataContainer: Missing this.scales issue (6fffdf0)
- ImageView: Refresh onLoad image changed to MEASURE. Storybook for Image added. (87c8925)
- line-chart.view: add XY point normalizing function (82b4aba)
- pointer-events: filter-out UP pointer events for tooltip action (1703a32)
- select area zoom: min selected area applied for both x and y min values (9119142)
- tooltip extension: primary match set to the closest match to the given x point. Matches returned only for the series that are in expected range (dc01967)
- transform extension options: copy scaleOptions instead of rewriting received object (ccb9620)
- data-container: tooltip extension barebones (d2f2ceb)
- data-container: tooltip-extension bar chart support (4fc52aa)
- Pointer Events: AreaChart & BarChart pointer events snap (37f97b0)
- Pointer Events: dispatching fabricated pointer events (c700c0c)
- pointer-events: tooltip positioning, onMount callback (8133365)
- tooltip-extension: Area Chart stationary tooltip (41335a8)
- zoom: enable setting zoom option after extension initialization (d59a2f3)
- zoom: enable updating instead of rewriting of transformExtension options (a91de19)
- zooming: select area zoom extension custom styling (99b8ac7)
- zooming: zooming by selecting area extension (8c892ea)
- kanva: first public release