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 v55.1.2 #131203

Merged
merged 33 commits into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a8e0daa
Bumping EUI to v55.1.0
1Copenut Apr 28, 2022
3bfcb83
Merge branch 'main' into eui/55.1.0
kibanamachine Apr 29, 2022
7c985d7
Merge remote-tracking branch 'upstream/main' into eui/55.1.0
1Copenut Apr 29, 2022
2a2279d
Updating theme config to pass Jest Tests #4 / CaseView.
1Copenut Apr 29, 2022
d804e37
Merge branch 'eui/55.1.0' of github.com:1Copenut/kibana into eui/55.1.0
1Copenut Apr 29, 2022
3650582
Updating theme config to pass Jest Tests 3, CauseStacktrace.
1Copenut Apr 29, 2022
2ff1458
Updating six x-pack synthetic test snapshots.
1Copenut Apr 29, 2022
aa22c09
Updating snapshots for discover, reporting, security_solution.
1Copenut Apr 29, 2022
e976fcf
Replacing instances of spacerSizes with euiSize.
1Copenut Apr 29, 2022
80739c7
Updating a number of snapshots for Emotion styles.
1Copenut Apr 29, 2022
eb3cab4
Adding more snapshots for Emotion style upgrade.
1Copenut Apr 29, 2022
283ffd8
Merge remote-tracking branch 'upstream/main' into eui/55.1.0
1Copenut May 2, 2022
d3813f4
Updating seven snapshot tests for Emotion styles.
1Copenut May 2, 2022
03e16b9
Updating two snapshot tests for Emotion styles.
1Copenut May 2, 2022
4bba32e
Merge remote-tracking branch 'upstream/main' into eui/55.1.0
1Copenut May 2, 2022
792d955
Adding two more snapshots for License and Upload.
1Copenut May 2, 2022
e00f4ff
Updating a Typescript check, and classname count in one unit test.
1Copenut May 2, 2022
89cc872
Merge remote-tracking branch 'upstream/main' into eui/55.1.0
1Copenut May 2, 2022
651d85e
Updating 1 snapshot and refining EuiLoadingChart selector to avoid of…
1Copenut May 2, 2022
25fd304
Bumping EUI to 55.1.1 for a change in EUI Flyout behavior.
1Copenut May 4, 2022
7645d35
update newsfeed flyout to use shards
thompsongl May 4, 2022
3833111
snapshot update
thompsongl May 4, 2022
41279a1
Merge branch 'main' into eui/55.1.0
thompsongl May 4, 2022
aab6d67
Merge branch 'main' into eui/55.1.0
thompsongl May 9, 2022
f30cb2f
eui to v55.1.2
thompsongl May 9, 2022
de1b7aa
update onClose
thompsongl May 9, 2022
ab125af
onClose types
thompsongl May 9, 2022
c4d5092
Merge branch 'main' into eui/55.1.0
thompsongl May 9, 2022
480dd66
Merge branch 'main' into eui/55.1.0
thompsongl May 9, 2022
c202a8f
reduce snapshot noise
thompsongl May 9, 2022
cf66938
reduce snapshot noise
thompsongl May 9, 2022
a913528
Adding back Emotion output at request of Data Discovery reviewer.
1Copenut May 10, 2022
52d487f
Merge branch 'main' into eui/55.1.0
kibanamachine May 11, 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 @@ -108,7 +108,7 @@
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.2.0-canary.2",
"@elastic/ems-client": "8.3.0",
"@elastic/eui": "55.0.1",
"@elastic/eui": "55.1.2",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "1.2.1",
"@elastic/numeral": "^2.5.1",
Expand Down
Loading