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: v38.1.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: v39.0.0
Choose a head ref
  • 4 commits
  • 52 files changed
  • 5 contributors

Commits on Nov 6, 2021

  1. fix(deps): update dependency @elastic/eui to v41 (#1468)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    0c38291 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    379c2d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. fix(heatmap): snap time bucket to calendar/fixed intervals (#1462)

    The commit introduces the ability to specify both calendars and fixed intervals as described in Elasticserach date_histogram aggregation. The fix is required to cover the Lens usage when calendar intervals are used in conjunction with the date_histogram aggs.
    
    BREAKING CHANGE: The `xScaleType` is replaced by the prop `xScale`, which better describes a rasterized time scale with an Elasticsearch compliant interval.
    markov00 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b76c12c View commit details
    Browse the repository at this point in the history
  2. chore(release): 39.0.0 [skip ci]

    # [39.0.0](v38.1.5...v39.0.0) (2021-11-09)
    
    ### Bug Fixes
    
    * **deps:** update dependency @elastic/eui to v41 ([#1468](#1468)) ([0c38291](0c38291))
    * **heatmap:** snap time bucket to calendar/fixed intervals ([#1462](#1462)) ([b76c12c](b76c12c))
    * **xy:** handle zero-length time domains and switch to 24hr time ([#1464](#1464)) ([379c2d6](379c2d6))
    
    ### BREAKING CHANGES
    
    * **heatmap:** The `xScaleType` is replaced by the prop `xScale`, which better describes a rasterized time scale with an Elasticsearch compliant interval.
    semantic-release-bot committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0228e43 View commit details
    Browse the repository at this point in the history
Loading