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

[7364]: Deconcatenate selectors in vislib and visualize. #7549

Merged
merged 4 commits into from
Jun 28, 2016

Conversation

cjcenizal
Copy link
Contributor

@cjcenizal cjcenizal commented Jun 24, 2016

Relates to #7364

@cjcenizal cjcenizal changed the title [7364] Deconcatenate selectors in vislib and visualize. [7364]: Deconcatenate selectors in vislib and visualize. Jun 24, 2016
@cjcenizal cjcenizal force-pushed the 7364/chore/deconcatenate-vislib branch from aed3b49 to 6c7ed37 Compare June 28, 2016 00:24
@@ -57,20 +57,20 @@
margin-bottom: 0;
}

&-icon {
+ * {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be improved at all? + div, etc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hesitate to dig into this component, since I'm not sure of its scope. I'll tackle this guy separately.

@bevacqua bevacqua assigned cjcenizal and unassigned bevacqua Jun 28, 2016
@bevacqua
Copy link
Contributor

LGTM. Minor comment.

@cjcenizal cjcenizal merged commit 0468726 into elastic:master Jun 28, 2016
@cjcenizal cjcenizal deleted the 7364/chore/deconcatenate-vislib branch June 28, 2016 16:05
airow pushed a commit to airow/kibana that referenced this pull request Feb 16, 2017
…te-vislib

[7364]: Deconcatenate selectors in vislib and visualize.

Former-commit-id: 0468726
cee-chen added a commit that referenced this pull request Mar 12, 2024
`v93.2.0`⏩`v93.3.0`

---

## [`v93.3.0`](https://github.com/elastic/eui/releases/v93.3.0)

- Added new `EuiDataGrid` new prop: `cellContext`, an optional object of
additional props passed to the cell render function.
([#7374](elastic/eui#7374))
- `EuiBreadcrumbs`'s `popoverContent` API now accepts a render function
that will be passed a `closePopover` callback, allowing consumers to
close the breadcrumb popover from their popover content
([#7555](elastic/eui#7555))

**Bug fixes**

- Fixed missing animation on native `EuiProgress` bar update
([#7538](elastic/eui#7538))
- Fixed an `EuiDataGrid` bug with `gridStyle.rowClasses`, where custom
consumer classes that began with `euiDataGridRow` would not be correctly
removed/reapplied ([#7549](elastic/eui#7549))
- Fixed a visual `EuiDataGrid` bug where `EuiCheckbox`es within control
columns were not vertically centered within single height rows
([#7549](elastic/eui#7549))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants