Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active App Tests #6482

Closed
wants to merge 250 commits into from
Closed

Conversation

panda01
Copy link
Contributor

@panda01 panda01 commented Mar 9, 2016

Adds tests around the Chrome API.

spalger and others added 29 commits January 8, 2016 18:41
@panda01 panda01 self-assigned this Mar 9, 2016
Rashid Khan and others added 22 commits March 30, 2016 14:30
This file is not transpiled, so in order to use es6 features such as
const/let, we need to enable strict mode.
Timepicker and top navigation fixes
[chore] Cleanup settings code style as reported by elastic#6588.
[internal] Replace var assignments with let in non-ui
Fixes elastic#6698 - ES no longer supports unmapped_type param on _score field sorting
…mizations

[console] kbn top nav customizations
Proper normalization of text and keyword fields
Redeclaring variables causes ambiguity and serves no purpose. It
actually causes a runtime error when you do it with `let`, and we can
enforce not doing it via a linter rule.
@panda01 panda01 changed the title Implement/active app Active App Tests Apr 1, 2016
@panda01 panda01 closed this Apr 4, 2016
@panda01
Copy link
Contributor Author

panda01 commented Apr 4, 2016

Feature/design is no long a branch

jbudz pushed a commit that referenced this pull request Dec 22, 2022
## Summary

`[email protected]` ⏩ `[email protected]`

---

## [`72.0.0`](https://github.com/elastic/eui/tree/v72.0.0)

- Added the `customQuickSelectRender` render prop to
`EuiSuperDatePicker`, which allows customizing the Quick Select popover
([#6382](elastic/eui#6382))
- `EuiFilePicker` styles have been updated to look more like an
interactive element. ([#6479](elastic/eui#6479))
- Added a third argument to `EuiSelectable`'s `onChange` callback. The
single `option` object that triggered the `onChange` event is now also
passed to consumers with its most recent `checked` state
([#6487](elastic/eui#6487))

**Bug fixes**

- `EuiTabs` now passes `size` and `expand` to all children using a React
context provider. ([#6478](elastic/eui#6478))
- Fixed security warnings caused by `[email protected]` sub-dependency
([#6482](elastic/eui#6482))

**Breaking changes**

- Removed `size` and `expand` props from `EuiTab`
([#6478](elastic/eui#6478))

## [`71.1.0`](https://github.com/elastic/eui/tree/v71.1.0)

**Deprecations**

- Renamed `EuiPageSideBarProps` to `EuiPageSideBarProps_Deprecated`, to
reduce usage/confusion with `EuiPageSidebar`
([#6468](elastic/eui#6468))

Co-authored-by: Kibana Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.