feat: update to UI5 Web Components 2.25.0 - #8828
Open
MarcusNotheis wants to merge 1 commit into
Open
Conversation
Contributor
|
Size Change: +668 B (+0.13%) Total Size: 523 kB 📦 View Changed
ℹ️ View Unchanged
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
@ui5/webcomponentsfamily from2.24.0to2.25.0(root deps +-toolsdevDep, and~2.25.0peerDependencies acrossmain,base,ai,compat,cypress-commands;chartsuses caret ranges and was untouched)ExpandableTextand the 5 compatTable*components (no generated changes to those files this release — clean restoration, no merges needed)ThemingParameters(no changes this release)2.25.0: 2.25.0toconfig/version-info.jsonpackage.jsonexports maps and rebuilt the MCP serverNew Components
InputIcon(main) — an interactive icon that slots intoInput'siconslot, providing button-like hover/focus/active states. Added to thewebComponentsbarrel export and exports map (alphabetically), documented as a subcomponent inInput.stories.tsx+Input.mdx, and categorized underInputsin the MCP server config.Breaking Changes
MenuSeparator— removed theonClickprop /clickevent (previously added in 2.23.0). Upstreamui5-menu-separatorno longer emits the activation event. No internal usages found in this repo.Other wrapper changes this release are additive (non-breaking):
Dialog: newshowFullscreenButtonboolean propDynamicDateRange: newaccessibleNameRefpropToolbarSelectOption: newvaluepropToolbarSelect:changeevent documented as available since 2.25.0UserSettingsDialog: newsaveModeprop andonSave/onCancelevents;onBeforeClosedocumented as cancelableToolbar: keyboard-handling / accessibility JSDoc updatesUserMenu: JSDoc@sincecorrection (2.25.0 → 2.24.0)Theme Changes
None — theme set unchanged (
sap_fiori_3andsap_horizonfamilies).ThemingParameters Changes
None.
Test plan
yarn installsucceeds with 2.25.0 resolvedyarn create-webcomponents-wrapper/-ai/-compatall exit 0yarn buildsucceeds;InputIconcompiled intodist/yarn create-exportsrun;./InputIconexport placed alphabeticallyyarn build:mcpsucceeds with no "missing category definitions" errorsMenuSeparatorconsumers are updated for the removedonClick