Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elastic-charts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.0.5
Choose a base ref
...
head repository: elastic/elastic-charts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.0.0
Choose a head ref
  • 3 commits
  • 34 files changed
  • 3 contributors

Commits on Dec 19, 2019

  1. docs: upgrade storybook and add docs per chart (#473)

    This commit upgrade storybook to 5.2.8 and adds the Docs addon to better document our stories. It also includes some storybook speedups. The Docs addon will be used on a different PR that will move the prop tables and the source to that addon.
    
    close #457
    rshen91 authored and markov00 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    48db8c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. fix(external pointer): avoid recursive-loops on pointer events (#503)

    This commit fix the issue with the recursive loop created when feeding chart with its own cursor position.
    
    BREAKING CHANGE: The `onCursorUpdate` Settings property is changed to a more generic
    `onPointerUpdate`. The same apply for the event type `CursorEvent` that is now `PointerEvent` and can assume a `PointerOverEvent` or `PointOutEvent` shape (see TS types)
    
    fix #504
    markov00 authored Jan 2, 2020
    Configuration menu
    Copy the full SHA
    c170f0d View commit details
    Browse the repository at this point in the history
  2. chore(release): 16.0.0 [skip ci]

    # [16.0.0](v15.0.5...v16.0.0) (2020-01-02)
    
    ### Bug Fixes
    
    * **external pointer:** avoid recursive-loops on pointer events ([#503](#503)) ([c170f0d](c170f0d)), closes [#504](#504)
    
    ### BREAKING CHANGES
    
    * **external pointer:** The `onCursorUpdate` Settings property is changed to a more generic
    `onPointerUpdate`. The same apply for the event type `CursorEvent` that is now `PointerEvent` and can assume a `PointerOverEvent` or `PointOutEvent` shape (see TS types)
    semantic-release-bot committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    d294b77 View commit details
    Browse the repository at this point in the history
Loading