-
Notifications
You must be signed in to change notification settings - Fork 843
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
[EuiDataGrid] Provide row elements to wrap cells #5285
[EuiDataGrid] Provide row elements to wrap cells #5285
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3de3ce9 - Browse repository at this point
Copy the full SHA 3de3ce9View commit details
Commits on Sep 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4594779 - Browse repository at this point
Copy the full SHA 4594779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d3ab5 - Browse repository at this point
Copy the full SHA 04d3ab5View commit details
Commits on Oct 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9a6dc07 - Browse repository at this point
Copy the full SHA 9a6dc07View commit details -
Configuration menu - View commit details
-
Copy full SHA for f786f5f - Browse repository at this point
Copy the full SHA f786f5fView commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06ac499 - Browse repository at this point
Copy the full SHA 06ac499View commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0129ea4 - Browse repository at this point
Copy the full SHA 0129ea4View commit details
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c05b457 - Browse repository at this point
Copy the full SHA c05b457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 179da4a - Browse repository at this point
Copy the full SHA 179da4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f5c53 - Browse repository at this point
Copy the full SHA 24f5c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ccb72 - Browse repository at this point
Copy the full SHA a2ccb72View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4344c - Browse repository at this point
Copy the full SHA eb4344cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 535a2a9 - Browse repository at this point
Copy the full SHA 535a2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9151350 - Browse repository at this point
Copy the full SHA 9151350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 814feb1 - Browse repository at this point
Copy the full SHA 814feb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b7008 - Browse repository at this point
Copy the full SHA 95b7008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba3a02 - Browse repository at this point
Copy the full SHA 0ba3a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1569aa0 - Browse repository at this point
Copy the full SHA 1569aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6df52 - Browse repository at this point
Copy the full SHA 9a6df52View commit details
Commits on Oct 26, 2021
-
Update src/components/datagrid/body/data_grid_row_manager.ts
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ae336f9 - Browse repository at this point
Copy the full SHA ae336f9View commit details -
Update src/components/datagrid/data_grid_types.ts
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8dc8ad4 - Browse repository at this point
Copy the full SHA 8dc8ad4View commit details -
Ensure unique ID in combobox with prepended or appended labels (elast…
…ic#5229) * Making an explicit check for ID prop in EUI Combobox * Checking for a user-passed ID prop * If no user-passed ID, we'll use the `rootId()` class method to set one * Prepend and append props need an ID to relate label to the input * Adding example for Combobox with prepended label * Confirmed the label `for` attribute is referencing input `id` * Added styles to round the edges of the child `<div>` when we prepend a label * Bumped package.json * Adding CHANGELOG entry and bumping version * Update combo_box.tsx * Updating styles to match other forms with prepend and apppend. * Finishing Combobox CSS and test updates * Simplified the Amsterdam overrides for prepended / appended labels * Added conditional classes to `combo_box.tsx` * Added unit tests for user passed ID, prepended and appended classes * Reordering props in child component. * Final adjustment to ID check in ComboBox * Final updates to styling and documentation * Added CSS rules for compressed, prepend and append border radius * Updated the Display Toggles to include append * Removed a duplicated instruction paragraph * Simplified the logic for a unique ID in combobox.ts * Adding Combobox unique ID to master changelog * Updated Form Control Layout SCSS * The borders were still rounded with prepend and append enabled * Added two more rules to make borders square for full height and compressed * Move to _combo_box.scss Co-authored-by: cchaos <caroline.horn@elastic.co>
Configuration menu - View commit details
-
Copy full SHA for 7633c1b - Browse repository at this point
Copy the full SHA 7633c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e8b49 - Browse repository at this point
Copy the full SHA c3e8b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac481f - Browse repository at this point
Copy the full SHA 5ac481fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0dd86e - Browse repository at this point
Copy the full SHA e0dd86eView commit details -
Add combined Jest+Cypress code coverage reports (elastic#5262)
* Install Cypress code coverage dependencies * Set up required babel+istanbul config * Set up Cypress code coverage config @see https://github.com/cypress-io/code-coverage#instrument-unit-tests * Add script for combining cypress & jest code coverage -into a single json & html report * Misc cleanup/ignores - Ignore new `.nyc_output` dir generated by cypress/istanbul - Improve Jest config collectCoverageFrom !ignores: - DRY out component+services folder patterns with a {,} glob - Ignore new Cypress .spec files and .testenv files for jest coverage - eslintignore the cypress folder, since they're all .js anyway and it has a decent amount of idiosyncracies + cleanup unused eslint-disable + cleanup cypress comment boilerplate + remove unused paths from webpack config * Add wiki documentation * [PR feedback] Move nyc config to own file * [PR feedback] Switch combine coverage script to .sh
Configuration menu - View commit details
-
Copy full SHA for ca721f2 - Browse repository at this point
Copy the full SHA ca721f2View commit details -
[EuiMarkdownEditor] Add
remark-breaks
and line break plugin (elasti……c#5272) * Add remark-breaks and line break plugin to MarkdownEditor * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 86af5ba - Browse repository at this point
Copy the full SHA 86af5baView commit details -
[Docs] Separated out Borders to its own page & [EuiTableRowCell] fixes (
elastic#5283) * Moved Border tokens to its own page * Figured out a way to get subsections in the sidenav working * Added the new `_values` under `customizing/` * [EuiTableRowCell] Actually support `valign` property manually * [EuiTable*] Fixing some props and mobile options * Slightly better responsive table styles
Configuration menu - View commit details
-
Copy full SHA for 2553d89 - Browse repository at this point
Copy the full SHA 2553d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc387e - Browse repository at this point
Copy the full SHA fdc387eView commit details -
[Docs] Update EuiDatePicker types (elastic#5318)
* omit unsupported types * resolve console errors * CL
Configuration menu - View commit details
-
Copy full SHA for d468c85 - Browse repository at this point
Copy the full SHA d468c85View commit details -
[Cypress] Add flakey test retries + harden intermittent context menu …
…failures (elastic#5317) * Add Cypress failed test retries to CI run mode * Increase cy.wait on flaky context menu tests (just in case) * More hardening
Configuration menu - View commit details
-
Copy full SHA for dea1eb9 - Browse repository at this point
Copy the full SHA dea1eb9View commit details -
[Docs] Fix Colors guidelines (elastic#5316)
* use useJsonVars * use variable
Configuration menu - View commit details
-
Copy full SHA for c995387 - Browse repository at this point
Copy the full SHA c995387View commit details -
Configuration menu - View commit details
-
Copy full SHA for a60d734 - Browse repository at this point
Copy the full SHA a60d734View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae515b6 - Browse repository at this point
Copy the full SHA ae515b6View commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f5b02ef - Browse repository at this point
Copy the full SHA f5b02efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82614cf - Browse repository at this point
Copy the full SHA 82614cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8336957 - Browse repository at this point
Copy the full SHA 8336957View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa7b25 - Browse repository at this point
Copy the full SHA baa7b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 937403e - Browse repository at this point
Copy the full SHA 937403eView commit details
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 705edad - Browse repository at this point
Copy the full SHA 705edadView commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 55a5f95 - Browse repository at this point
Copy the full SHA 55a5f95View commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 420b37d - Browse repository at this point
Copy the full SHA 420b37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5c72b - Browse repository at this point
Copy the full SHA ad5c72bView commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6d10f54 - Browse repository at this point
Copy the full SHA 6d10f54View commit details