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

Merge upstream main #6542

Merged
merged 24 commits into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a89b9fd
[EuiToolTip] Add `repositionOnScroll` prop (#6515)
cee-chen Jan 10, 2023
34853d8
Updated changelog.
JasonStoltz Jan 10, 2023
1aabcb2
72.2.0
JasonStoltz Jan 10, 2023
04dcc75
Updated documentation.
JasonStoltz Jan 10, 2023
dd885f1
[EuiDataGrid] Fix nested interactive controls axe error (#6517)
cee-chen Jan 11, 2023
4975921
Improve Kibana upgrade docs (#6518)
cee-chen Jan 11, 2023
e0ac6a2
[Docs] Update `EuiConfirmModal` examples (#6519)
elizabetdev Jan 12, 2023
02e31d0
[EuiToolTip] Enforce only one visible tooltip at a time (#6520)
cee-chen Jan 12, 2023
80a4cc2
Unit tests for control of internal tooltip visibility state via `ref`…
cee-chen Jan 12, 2023
89d639d
[Docs] Fix code snippet (#6526)
cee-chen Jan 13, 2023
c637d77
Added a11y specs for EuiNotificationEvent, EuiPageHeader, EuiPortal (…
1Copenut Jan 17, 2023
07b13dd
update i18ntokens
breehall Jan 17, 2023
1d8d6bc
Updated changelog.
breehall Jan 17, 2023
fd6e00a
73.0.0
breehall Jan 17, 2023
2471a46
Updated documentation.
breehall Jan 17, 2023
f1110bf
Check that the `upstream` remote is correctly set before proceeding i…
cee-chen Jan 17, 2023
0a86e46
[EuiModalHeaderTitle] Remove automatic detection of title contents in…
cee-chen Jan 18, 2023
9e36f33
[Docs EuiTable] Replace all the demos using `data_store` with `faker-…
elizabetdev Jan 19, 2023
fd1c1ae
Removed domain check from EuiLink (#6535)
JasonStoltz Jan 19, 2023
6cdb223
[EuiBasicTable] Fix row heights jumping when actions are disabled (#6…
cee-chen Jan 19, 2023
f7b7bb7
Adding EuiModal callout for H1 rendering. (#6497)
1Copenut Jan 23, 2023
af90c05
Update checklist template to recommend `@default` jsdoc usage (#6541)
cee-chen Jan 23, 2023
be23158
[Emotion] Convert EuiBasicTable (#6539)
cee-chen Jan 23, 2023
22b9f61
[EuiResizablePanel] Added tabindex prop to EuiResizablePanel for keyb…
1Copenut Jan 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Remove or strikethrough items that do not apply to your PR.
- [ ] Checked in both **light and dark** modes
- [ ] Checked in **mobile**
- [ ] Checked in **Chrome**, **Safari**, **Edge**, and **Firefox**
- [ ] Props have proper **autodocs** and **[playground toggles](https://github.com/elastic/eui/blob/main/wiki/documentation-guidelines.md#adding-playground-toggles)**
- [ ] Props have proper **autodocs** (using `@default` if default values are missing) and **[playground toggles](https://github.com/elastic/eui/blob/main/wiki/documentation-guidelines.md#adding-playground-toggles)**
- [ ] Added **[documentation](https://github.com/elastic/eui/blob/main/wiki/documentation-guidelines.md)**
- [ ] Checked **[Code Sandbox](https://codesandbox.io/)** works for any docs examples
- [ ] Added or updated **[jest](https://github.com/elastic/eui/blob/main/wiki/testing.md) and [cypress](https://github.com/elastic/eui/blob/main/wiki/cypress-testing.md) tests**
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [`73.0.0`](https://github.com/elastic/eui/tree/v73.0.0)

**Bug fixes**

- Fixed `EuiDataGrid` a11y errors within toolbar popovers containing draggable elements with interactive children ([#6517](https://github.com/elastic/eui/pull/6517))
- Fixed several styling bugs within `EuiDataGrid`'s sorting toolbar popover ([#6517](https://github.com/elastic/eui/pull/6517))

**Breaking changes**

- `EuiToolTip`s now internally enforce only showing **one** tooltip at a time (the most recently triggered tooltip). This primarily affects scenarios where users are focused on a tooltip toggle via click, and then hover onto another tooltip toggle. ([#6520](https://github.com/elastic/eui/pull/6520))

## [`72.2.0`](https://github.com/elastic/eui/tree/v72.2.0)

- Added `onFullScreen` callback to expose the `isFullScreen` state of the `EuiImage` ([#6504](https://github.com/elastic/eui/pull/6504))
- Added an extra spacing between the title and subtitle to `EuiTour` ([#6512](https://github.com/elastic/eui/pull/6512))
- Updated `EuiText.blockquote` styles to match the `EuiMarkdownFormat.blockquote` styles ([#6514](https://github.com/elastic/eui/pull/6514))
- Added the `repositionOnScroll` prop to `EuiToolTip` ([#6515](https://github.com/elastic/eui/pull/6515))

## [`72.1.0`](https://github.com/elastic/eui/tree/v72.1.0)

- Changed design of empty ranges in `EuiColorStops` to have diagonal gray stripes instead of a solid light gray color ([#6489](https://github.com/elastic/eui/pull/6489))
Expand Down
18 changes: 9 additions & 9 deletions docs/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/icon.accessibility.min.js

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

2 changes: 1 addition & 1 deletion docs/icon.aggregate.min.js

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

2 changes: 1 addition & 1 deletion docs/icon.alert.min.js

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

Loading