8000 Releases · kensho-technologies/orama · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 14, 2019. It is now read-only.

Releases: kensho-technologies/orama

2.0.6

31 Aug 17:11
Compare
Choose a tag to compare

Now that Babel 7 has been released, this release upgrades the dependent version of @babel/runtime to ^7.0.0.

2.0.5

15 Aug 21:11
Compare
Choose a tag to compare

This release simply upgrades the dependent version of @babel/runtime to 7.0.0-rc.1.

2.0.4

28 Jun 20:55
Compare
Choose a tag to compare

This release reimplements tooltip performance improvements (#143) in a backwards-compatible way. It also removes some unused code.

2.0.3

28 Jun 20:54
Compare
Choose a tag to compare

This release reverts the tooltip performance improvements (#143) released in 2.0.1 because they caused an unintentionally-breaking change when using a custom tooltip component.

2.0.2

18 Jun 22:15
Compare
Choose a tag to compare

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

15 Jun 00:15
Compare
Choose a tag to compare

This release contains more internal refactoring and performance improvements, particularly for tooltips.

2.0.0

08 Jun 17:58
Compare
Choose a tag to compare

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

07 Jun 17:50
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

Fixes

  • Prevent brushes from crashing when dragged out of and then back into their bounds

2.0.0-alpha.0

06 Jun 22:17
Compare
Choose a tag to compare
2.0.0-alpha.0 Pre-release
Pre-release

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

01 Jun 21:55
Compare
Choose a tag to compare

This release primarily contains internal refactoring and cleanup, resulting in a smaller published build. It also contains minor performance improvements.

0