-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Upgrade EUI to v18.3.0 #56228
Upgrade EUI to v18.3.0 #56228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates to app arch jest snapshots lgtm
I believe @snide is going to add a commit or two to this branch to update the homepage with new logos |
Yep. I'll get that in today. |
@ryankeairns Can do. |
I agree with @ryankeairns' suggestion. Left align works a lot better. Could you also either decrease the size of the logos or increase the size of the titles? Also, have you tested how it responds to smaller browser widths? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go from design.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Platform changes LGTM
```typescript | ||
readonly disableSubUrlTracking?: boolean; | ||
``` | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you may have ran the update script here based on an older version of master. We've been battling with getting these files to use the same EOL character. After merging master, can you run this again and commit any changes? node scripts/check_core_api_changes --docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes after merging master running the script
@elasticmachine merge upstream |
Closes #49677 |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Canvas changes lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maps lgtm
* eui to 18.3.0 * ts interface update * src snapshot updates * x-pack snapshot updates * icons in nav * Homepage updates, nav drawer and tests * feedback * more feedback * euiIconType for observability and security * remove unused translations Co-authored-by: dave.snider@gmail.com <dave.snider@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* eui to 18.3.0 * ts interface update * src snapshot updates * x-pack snapshot updates * icons in nav * Homepage updates, nav drawer and tests * feedback * more feedback * euiIconType for observability and security * remove unused translations Co-authored-by: dave.snider@gmail.com <dave.snider@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: dave.snider@gmail.com <dave.snider@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* master: (42 commits) Move kuery_autocomplete ⇒ NP (elastic#56607) [ML] Functional tests - stabilize job row and analytics result view assertions (elastic#56595) [Discover] Inline angular directives only used in this plugin (elastic#56119) [Discover] Migrate get_sort.js test from mocha to TypeScript (elastic#56011) [SIEM] Enable flow_target_select_connected unit tests (elastic#55618) Start consuming np logging config (elastic#56480) [SIEM] Add eslint-plugin-react-perf (elastic#55960) Mention changed SAML ACS endpoint URL in breaking changes doc. (elastic#56613) Add `getServerInfo` API to http setup contract (elastic#56636) Updates Monitoring alert Jest snapshots Kibana property config migrations (elastic#55937) Vislib replacement toggle (elastic#56439) [Uptime] Add unit tests for QueryContext time calculation (elastic#56671) [SIEM][Detection Engine] Critical blocker, fixes pre-packaged rule miscounts Upgrade EUI to v18.3.0 (elastic#56228) [Maps] Fix server log (elastic#56679) [SIEM] Fixes FTUE when APM node is present (elastic#56574) [Reporting/FieldFormats] expose `setFieldFormats` and call from ReportingPlugin.start (elastic#56563) Update EMS API urls for production (elastic#56657) Ability to delete alerts even when AAD is out of sync (elastic#56543) ...
eui@18.2.1
⏩eui@18.3.0
18.3.0
EuiModal
andEuiConfirmModal
to TypeScript (#2742)EuiTabs
to TypeScript (#2717)EuiFormRow
to TypeScript (#2712)logoAPM
,logoSecurity
andlogoEnterpriseSearch
. AddedlogoWorkplaceSearch
andlogoObservability
(#2769)EuiFilterButton
to TypeScript (#2761)EuiFilterSelectItem
to TypeScript (#2761)EuiFieldSearch
to TypeScript (#2775)data-test-subj
to theEuiContextMenuItem
inEuiTablePagination
(#2778)EuiIcon
a11y by using atitle
andaria-labelledby
(#2786)EuiPagination
by including active and last page numbers (#2779)EuiSuperSelect
to TypeScript (#2776)Bug fixes
EuiTableHeaderCellCheckbox
to preventEuiCheckbox
's focus ring from getting clipped inEuiBasicTable
(#2770)EuiButton
withinEuiControlBar
whenfill={true}
to be more consistent with other buttons (#2781)EuiFormControlLayout
from overwriting className forprepend
nodes. (#2796)useRenderToText
andEuiButtonToggle
from attempting state updates on unmounted components (#2797)EuiColorStops
(#2557)Deprecations
EuiIcon
'slogoEnterpriseSearch
type deprecated in favor oflogoWorkplaceSearch
EuiIcon
'slogoAPM
type deprecated in favor oflogoObservability