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: v51.1.1
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: v51.2.0
Choose a head ref
  • 17 commits
  • 72 files changed
  • 7 contributors

Commits on Dec 5, 2022

  1. build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#1890)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    753af62 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update jest (#1891)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    d866cfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac5694 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update typescript to ^5.45.1 (#1895)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3fe8b12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81b2c09 View commit details
    Browse the repository at this point in the history
  6. fix(deps): update dependency @elastic/eui to ^70.4.0 (#1893)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
    renovate[bot] and nickofthyme authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    6576041 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. build(deps): bump express from 4.17.1 to 4.18.2 (#1897)

    Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.1...4.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    3393289 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency @elastic/eui to v71 (#1898)

    * fix(deps): update dependency @elastic/eui to v71
    
    * test(vrt): update screenshots [skip ci]
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: elastic-datavis[bot] <98618603+elastic-datavis[bot]@users.noreply.github.com>
    renovate[bot] and elastic-datavis[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    da596a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    fcabf41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae66423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de3dc5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba2911 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. feat(legend): add custom legend component (#1889)

    The settings now have a new prop `customLegend` which lets users provide there own legend React component that is rendered with the chart state into the legend container.
    Analogously to the `customTooltip` in the `Tooltip`, the `customLegend` takes a React component which will receive the state of the standard legend as props. This allows users to provide their own legend implementation. The legend is still rendered inside of the `div.echLegendListContainer`.
    
    Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
    yannbolliger and markov00 authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2e1648d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70676a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3526a69 View commit details
    Browse the repository at this point in the history
  4. chore(release): 51.2.0 [skip ci]

    # [51.2.0](v51.1.1...v51.2.0) (2022-12-19)
    
    ### Bug Fixes
    
    * **axis:** truncate titles longer then the available space ([#1905](#1905)) ([3526a69](3526a69))
    * **deps:** update dependency @elastic/eui to ^70.4.0 ([#1893](#1893)) ([6576041](6576041))
    * **deps:** update dependency @elastic/eui to v71 ([#1898](#1898)) ([da596a5](da596a5))
    
    ### Features
    
    * **legend:** add custom legend component ([#1889](#1889)) ([2e1648d](2e1648d))
    semantic-release-bot committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b335336 View commit details
    Browse the repository at this point in the history
Loading