Releases: kensho-technologies/orama
2.0.6
2.0.5
This release simply upgrades the dependent version of @babel/runtime to 7.0.0-rc.1.
2.0.4
2.0.3
2.0.2
This release fixes two regressions in the 2.x series.
Fixes
- Default to a transparent chart background fill
- Handle
undefined
children passed to<Chart>
2.0.1
This release contains more internal refactoring and performance improvements, particularly for tooltips.
2.0.0
This release reduces orama's package size, improves tree-shakeability, and improves performance. It contains some breaking changes in the form of a slimmed public API, but does not change core behavior at all. See the full changelog for details.
Breaking changes
- Remove undocumented internals from the public API (
utils
,chartCore
,DEFAULT_THEME
, etc.) - Remove undocumented
Highlight
extension - Remove undocumented image renderer
- Drop support for React < 16.3.0
Features
- Improve performance of tooltips while hovering over data
- Validate theme objects passed to charts
- Refactor and optimize the entire codebase
- Modernize and simplify render output
- Scale charts based on pixel density of the display
- Avoid an initial re-render of charts with computed widths
Fixes
- Avoid erroneously trimming the first datum in
Areas
layers - Fix x-axis label incorrectly displaying y-dimension data
- Fix brush offset behavior while exiting and re-entering bounds
2.0.0-alpha.1
Fixes
- Prevent brushes from crashing when dragged out of and then back into their bounds
2.0.0-alpha.0
This release reduces orama's package size, improves tree-shakeability, and improves performance. It contains some breaking changes in the form of a slimmed public API, but does not change core behavior at all. See the full changelog for details.
Breaking changes
- Remove undocumented internals from the public API (
utils
,chartCore
,DEFAULT_THEME
, etc.) - Remove undocumented
Highlight
extension - Remove undocumented image renderer
- Drop support for React < 16.3.0
Features
- Improve performance of tooltips while hovering over data
- Validate theme objects passed to charts
- Refactor and optimize the entire codebase
- Modernize and simplify render output
- Scale charts based on pixel density of the display
Fixes
- Avoid erroneously trimming the first datum in
Areas
layers
1.5.1
This release primarily contains internal refactoring and cleanup, resulting in a smaller published build. It also contains minor performance improvements.