[7.x] Update EUI to v10.1.0 (#35402) #35418
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
10.1.0
tokenModule
andtokenNamespace
icons toEuiToken
(#1839)cache-loader
to speed up development docs site build (#1841matching_options
to TS (#1828)EuiFormHelpText
to TS (#1852)onSearch
toEuiFieldSearchProps
's type defintion (#1627)moon
glyph toEuiIcon
(#1859)logoAzure
andlogoAzureMono
logos toEuiIcon
(#1859)EuiSearchBar
/Query
and allow empty phrases, e.g.""
(#1843)EuiSearchBar
/Query
search values (#1843)EuiLoadingKibana
,EuiLoadingSpinner
,EuiLoadingChart
andEuiLoadingContent
components to use spans instead of divs (#1845)Bug fixes
toastLifeTimeMs
typescript definition for individual toasts inEuiGlobalToastList
(#1846)EuiComboBox
input after container blur event (#1863)EuiLoadingKibana
so it could better nest withinEuiFlexItem
(#1845)10.0.1
EuiText
,EuiTextColor
andEuiTextAlign
to TS (#1791)IconColor
type to better distinguish between accepted types (#1842)10.0.0
EuiTitle
to TS (#1810)adjustDateOnChange
prop to date pickers, enabling month and year changes to triggeronChange
(#1817)EuiModal
andEuiFlyout
(#1829)confirmButtonDisabled
prop toEuiConfirmModal
(#1829)EuiNavDrawer
overflow scroll behavior on Firefox (#1837)Bug fixes
EuiConfirmModal
(#1829)Deprecations
euiOverflowShadowTop
,euiOverflowShadowBottom
witheuiOverflowShadow
. (#1829)Breaking changes
keyOfStringsOnly
option from TypeScript configuration (#1814)9.9.1
@elastic/eui
via npm (#1811)Bug fixes
isLoading
prop typedef toEuiSuperDatePickerProps
(#1812)EuiSearchBox
query input resetting on prop updates (#1823)EuiSearchBar
filter button highlighting (#1824)Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers
- [ ] This includes a feature addition or change that requires a release note and was labeled appropriately