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/eui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v37.5.0
Choose a base ref
...
head repository: elastic/eui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v37.6.0
Choose a head ref
  • 14 commits
  • 877 files changed
  • 5 contributors

Commits on Aug 26, 2021

  1. Add unit tests for data_grid_toolbar.tsx (#5076)

    Constance authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    4052a02 View commit details
    Browse the repository at this point in the history
  2. Updated documentation.

    thompsongl committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9368f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fd23c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c696832 View commit details
    Browse the repository at this point in the history
  5. [EuiSuperSelect] Fix various focus state behaviors (#5097)

    * If no initial value is passed, focus into the first option
    
    - to allow for arrow key UX
    
    * Account for the first option (or any/all options) potentially being disabled
    
    * Fix form labels losing focus when selecting popover items
    
    - by manually triggering the onFocus passed by EuiFormRow that determines the label's focus state
    
    - onFocus and onBlur types are based off of ColorPicker
    Constance authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    90a67ab View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Added euiTextBreakWord mixin to the euiTitle mixin (#5107)

    Ensures that anywhere we use the title mixin to create titles, it will break on really long words if need be. This doesn’t affect those that use it with truncation.
    cchaos authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    97bdc46 View commit details
    Browse the repository at this point in the history
  2. Updating releasing-versions.md (#5093)

    * Updated releasing-versions.md
    
    * more updates
    chandlerprall authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    1be5edc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    a7e77f4 View commit details
    Browse the repository at this point in the history
  2. Update documentation for service imports (#5103)

    * Point the docs' use of service imports at @elastic/eui package instead of lib/services
    
    * Update cleanEuiImports to not point at /services/, refactor renderJsSourceCode to better use cleanEuiImports
    chandlerprall authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    8073430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0384496 View commit details
    Browse the repository at this point in the history
  4. [Docs] Upgrading EUI in Kibana (#5065)

    * draft
    
    * tags
    
    * links; clean up
    
    * autofix
    
    * Update wiki/upgrading-kibana.md
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    
    * approval section
    
    * review
    
    * clarify slack pings
    
    Co-authored-by: Constance <constancecchen@users.noreply.github.com>
    thompsongl and Constance authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    c5bf1c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. [EuiSelectable] Prevent onFocus from negating selection (#5117)

    * pass initial click event through to option
    
    * revert me
    
    * CL
    thompsongl authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    005f9e3 View commit details
    Browse the repository at this point in the history
  2. update i18ntokens

    chandlerprall committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9646af6 View commit details
    Browse the repository at this point in the history
  3. 37.6.0

    chandlerprall committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a0b9949 View commit details
    Browse the repository at this point in the history
Loading