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

Upgrade EUI to v62.2.3 #138837

Merged
merged 46 commits into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
f83a63f
eui to v62.2.0
thompsongl Aug 15, 2022
60308a6
i18n updates
thompsongl Aug 15, 2022
d913a99
EuiDescriptionListProps imports
thompsongl Aug 15, 2022
5a066d5
Merge branch 'main' into eui/62.2
thompsongl Aug 15, 2022
e7f11a1
eui to v62.2.1
thompsongl Aug 15, 2022
0976706
Merge branch 'main' into eui/62.2
thompsongl Aug 15, 2022
014d4eb
euitoast selector updates
thompsongl Aug 15, 2022
cc794f2
more EuiDescriptionListProps imports
thompsongl Aug 15, 2022
0daf650
Merge branch 'main' into eui/62.2
thompsongl Aug 16, 2022
fb0e049
eui to v62.2.2
thompsongl Aug 16, 2022
41f0733
snapshot updates
thompsongl Aug 16, 2022
81e8106
Merge branch 'main' into eui/62.2
thompsongl Aug 16, 2022
9447e08
snapshot updates
thompsongl Aug 16, 2022
603131e
toast selector updates
thompsongl Aug 16, 2022
0c846eb
Merge branch 'main' into eui/62.2
thompsongl Aug 16, 2022
c6b8559
more snapshot updates
thompsongl Aug 16, 2022
1ce8fee
Merge branch 'main' into eui/62.2
thompsongl Aug 16, 2022
91d19bc
toast selector
thompsongl Aug 17, 2022
8f05242
Merge branch 'main' into eui/62.2
thompsongl Aug 17, 2022
4e09bdf
Merge branch 'main' into eui/62.2
thompsongl Aug 17, 2022
3976bc4
TRIAL: timeout for loading spinner
thompsongl Aug 17, 2022
1b23165
do not assume a popover is closed before attempting to open it again
thompsongl Aug 17, 2022
46b1a24
Revert "do not assume a popover is closed before attempting to open i…
thompsongl Aug 17, 2022
911c36b
Merge branch 'main' into eui/62.2
thompsongl Aug 17, 2022
a5d062e
remove wait
thompsongl Aug 18, 2022
16724d9
Merge branch 'main' into eui/62.2
thompsongl Aug 18, 2022
dafaeb0
Merge branch 'main' into eui/62.2
thompsongl Aug 18, 2022
fe21ba5
eui to v62.2.3
thompsongl Aug 18, 2022
ecb5dd7
Merge branch 'main' into eui/62.2
thompsongl Aug 18, 2022
0b2672a
Merge branch 'main' into eui/62.2
thompsongl Aug 18, 2022
b8c0f31
Merge branch 'main' into eui/62.2
thompsongl Aug 22, 2022
6d5a5e7
Merge branch 'main' into eui/62.2
thompsongl Aug 22, 2022
91ad098
Merge branch 'main' into eui/62.2
thompsongl Aug 22, 2022
9c138f6
Merge branch 'main' into eui/62.2
thompsongl Aug 22, 2022
f4beddf
Merge branch 'main' into eui/62.2
thompsongl Aug 22, 2022
26b9ad4
Fixx fleet unit test
nchaulet Aug 22, 2022
34eebc2
Merge branch 'eui/62.2' of https://github.com/thompsongl/kibana into …
thompsongl Aug 23, 2022
5b72dac
Merge branch 'main' into eui/62.2
thompsongl Aug 23, 2022
4519c14
Merge branch 'main' into eui/62.2
thompsongl Aug 23, 2022
e088ee6
eui to v62.2.4
thompsongl Aug 23, 2022
1b2618c
Merge branch 'main' into eui/62.2
thompsongl Aug 23, 2022
a2d069b
snapshot updates
thompsongl Aug 23, 2022
2222848
Merge branch 'main' into eui/62.2
thompsongl Aug 23, 2022
51ea631
Merge branch 'main' into eui/62.2
thompsongl Aug 24, 2022
bbcc07b
Merge branch 'main' into eui/62.2
thompsongl Aug 24, 2022
df085b9
Merge branch 'main' into eui/62.2
thompsongl Aug 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/[email protected]",
"@elastic/ems-client": "8.3.3",
"@elastic/eui": "62.0.3",
"@elastic/eui": "62.2.4",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "1.2.1",
"@elastic/numeral": "^2.5.1",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,10 @@ export const getEuiContextMapping = (): EuiTokensObject => {
defaultMessage: 'Page level controls',
description: 'Screen reader announcement about heading controls',
}),
'euiBreadcrumbs.collapsedBadge.ariaLabel': i18n.translate(
'core.euiBreadcrumbs.collapsedBadge.ariaLabel',
'euiBreadcrumb.collapsedBadge.ariaLabel': i18n.translate(
'core.euiBreadcrumb.collapsedBadge.ariaLabel',
{
defaultMessage: 'See collapsed breadcrumbs',
description: 'Displayed when one or more breadcrumbs are hidden.',
}
),
'euiBreadcrumbs.nav.ariaLabel': i18n.translate('core.euiBreadcrumbs.nav.ariaLabel', {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ describe('HeaderBreadcrumbs', () => {
it('renders updates to the breadcrumbs$ observable', () => {
const breadcrumbs$ = new BehaviorSubject([{ text: 'First' }]);
const wrapper = mount(<HeaderBreadcrumbs breadcrumbs$={breadcrumbs$} />);
expect(wrapper.find('.euiBreadcrumb')).toMatchSnapshot();
wrapper.find('.euiBreadcrumb').forEach((el) => expect(el.render()).toMatchSnapshot());

act(() => breadcrumbs$.next([{ text: 'First' }, { text: 'Second' }]));
wrapper.update();
expect(wrapper.find('.euiBreadcrumb')).toMatchSnapshot();
wrapper.find('.euiBreadcrumb').forEach((el) => expect(el.render()).toMatchSnapshot());

act(() => breadcrumbs$.next([]));
wrapper.update();
expect(wrapper.find('.euiBreadcrumb')).toMatchSnapshot();
wrapper.find('.euiBreadcrumb').forEach((el) => expect(el.render()).toMatchSnapshot());
});
});
2 changes: 1 addition & 1 deletion src/dev/license_checker/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export const LICENSE_OVERRIDES = {
'[email protected]': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/[email protected]': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'@elastic/[email protected]': ['Elastic License 2.0'],
'@elastic/eui@62.0.3': ['SSPL-1.0 OR Elastic License 2.0'],
'@elastic/eui@62.2.4': ['SSPL-1.0 OR Elastic License 2.0'],
'[email protected]': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading