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: v8.1.8
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: v9.0.0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 5, 2019

  1. feat(bar_chart): color/style override accessor (#271)

    Allow user to override colors/styles of given BarChart datum based on accessor function prop called StyleAccessor.
    
    BREAKING CHANGE: colorAccessors removed from YBasicSeriesSpec (aka for all series) which had acted similarly to a split accessor.
    
    #216
    nickofthyme authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    7634f5c View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.0.0 [skip ci]

    # [9.0.0](v8.1.8...v9.0.0) (2019-08-05)
    
    ### Features
    
    * **bar_chart:** color/style override accessor ([#271](#271)) ([7634f5c](7634f5c)), closes [#216](#216)
    
    ### BREAKING CHANGES
    
    * **bar_chart:** colorAccessors removed from YBasicSeriesSpec (aka for all series) which had acted similarly to a split accessor.
    semantic-release-bot committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    759e8b5 View commit details
    Browse the repository at this point in the history
Loading