New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ui5/webcomponents-react-cli

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents-react-cli - npm Package Versions

2

2.6.0

Diff

Changelog

Source

2.6.0 (2025-01-09)

Bug Fixes

  • AnalyticalTable - TypeScript: adjust column types for filtering (#6715) (ee6e748)
  • AnalyticalTable: use single stylesheet (#6763) (1c5b596)
  • charts: support React19 (#6742) (857d6b5)
  • deps: update dependency @tanstack/react-virtual to v3.11.1 (#6716) (d17c922)
  • deps: update dependency @tanstack/react-virtual to v3.11.2 (#6751) (381e0bc)
  • deps: update ui5 web components to v2.5.1 (patch) (#6753) (2d4d04a)
  • FilterBar: correct callback values for onFiltersDialogSelectionChange (#6724) (0e289fa), closes #6720
  • MessageViewButton: correct tooltips (#6766) (de4608f), closes #6594
  • MessageView: fix group order (#6760) (4d7c8e1), closes #6750
  • ObjectPage: scroll to section when programmatically selected (#6768) (ad9937a), closes #6765
  • SelectDialog: set search input type to "search" (#6791) (9919542)

Features

marcusnotheis
published 2.5.0 •

Changelog

Source

2.5.0 (2024-12-09)

Bug Fixes

  • AnalyticalTable: block interaction during loading (#6602) (de3c96d)
  • AnalyticalTable: only show BusyIndicator if table has data (#6614) (36aa447)
  • AnalyticalTable: show vertical resizer while dragging (#6694) (0715e49)
  • AnalyticalTable: update column header icons to align with latest specs (#6593) (b5859ed)
  • cli: improve description for events & outline experimental components (#6625) (799e0dc)
  • deps: update dependency @tanstack/react-virtual to ~3.11.0 (#6702) (2d9dbe4)
  • deps: update dependency @tanstack/react-virtual to v3.10.9 (#6605) (4f76c5d)
  • deps: update dependency recharts to v2.14.1 (#6684) (4ce15b0)
  • deps: update nextjs monorepo to v15 (major) (#6538) (6ca32ce)
  • MessageViewButton: add default tooltip & aria-label (#6595) (d924cbf), closes #6594
  • NavigationLayout: add root export (#6657) (6954d95)
  • ObjectPage: fix selection & header scroll behavior (#6663) (62eb7e0), closes #6600 #6648
  • ObjectStatus: fix icon alignment in large & inverted mode (#6676) (7aebe5f), closes #6668
  • Pie- & DonutChart: improve activeSegment handling & fix focus behavior (#6686) (d5b612d), closes #6683
  • StyleStore: fix stale reference leading to memory leak (#6649) (4aaf4f9), closes #6646
  • StyleStore: replace useSyncExternalStore shim with react import (#6650) (af15a8c)
  • VariantManagement: fix hideApplyAutomatically (#6624) (06a88f5), closes #6618
  • VariantManagement: fix boolean prop handling (#6641) (69ed3e0), closes #6616
  • VariantManagement: fix dirty-state and readOnly behavior (#6628) (fe389bc), closes #6622 #6617
  • VariantManagement: support React 19 (#6639) (1b4c37d)

Features

marcusnotheis
published 2.4.0 •

Changelog

Source

2.4.0 (2024-11-05)

Bug Fixes

Features

  • AnalyticalTable: allow passing custom header popovers (#6576) (03d973e)
  • update @ui5/webcomponents to ~2.4.0 (#6585) (2a4049c)

Reverts

  • Revert "chore: lerna force-publish" (e947895)
marcusnotheis
published 2.3.3 •

Changelog

Source

2.3.3 (2024-10-31)

Bug Fixes

  • AnalyticalTable - TypeScript: correct typing for onRowClick and accessor function (#6520) (c838d80), closes #6519
  • AnalyticalTable: calculate column width correctly when grouping (#6568) (1a5a024), closes #6534
  • compat: use deep import paths for main imports (#6554) (d432c5e)
  • deps: update dependency recharts to v2.13.1 (#6482) (8d4b364)
  • deps: update dependency recharts to v2.13.2 (#6574) (fcd3ee2)
marcusnotheis
published 2.3.0 •

Changelog

Source

2.3.0 (2024-10-17)

Bug Fixes

Features

  • charts: allow configuring the zoomingTool (#6489) (4d3f4fc)
  • charts: allow configuring the internal Legend component (#6493) (1bc98f9), closes #5777
  • charts: allow rechart's accessibilityLayer prop (#6459) (6de7aa7), closes #6446
  • cypress-commands: add findToolbarButtonByText query (#6463) (d16a334)
marcusnotheis
published 1.29.10 •

marcusnotheis
published 2.0.0 •

Changelog

Source

2.0.0 (2024-08-23)

Bug Fixes

  • add runtime index to global Modal and Style store (#6248) (8184b4e)
  • AnalyticalTable: ensure loading indicator displays correctly across all browsers (#6244) (4fb6008), closes #6243

chore

Code Refactoring

  • AnalyticalTable: remove selectedFlatRows & add rowsById to onRowSelect (#6255) (ee2785c)

Features

  • AnalyticalTable - TypeScript: improve instance & prop types (#6256) (796f7c1)

BREAKING CHANGES

  • AnalyticalTable - TypeScript: The internal table instance types were updated, leading to stricter types, so depending on your implementation, you might encounter ts-errors.
  • the dedicated build for Server Side Rendering in the ssr folder has been removed as the UI5 Web Components now natively support being imported in Node.js environments. You can import all components from @ui5/webcomponents-react.
  • AnalyticalTable: selectedFlatRows has been removed from the detail object of onRowSelect.
  • charts: the MicroBarChart component as been removed as this is a legacy component which is not covered by design specs anymore.
marcusnotheis
published 2.0.0-rc.3 •

Changelog

Source

2.0.0-rc.3 (2024-08-21)

Bug Fixes

  • AnalyticalTable: correct CustomElementsScope import path (#6184) (de68b2d), closes #6183
  • MessageBox: don't throw error if onClose is not passed (#6226) (7981491), closes #6215
  • VariantManagement: apply correct header size for "Manage Views" dialog (#6185) (8b01af4)

Code Refactoring

  • FilterBar: remove reference copying of filter/input elements (#6214) (4473118), closes #5652
  • Modals: avoid unnecessary use of createPortal (#6242) (a571981)

Features

  • expose CLI package for creating web component wrappers (#6212) (28b14d9), closes #5046
  • react 19: bind web components event handlers using react lifecycle (#6169) (70f9f27)
  • register current runtime version in window (#6222) (367628c), closes #6210

BREAKING CHANGES

  • Modals: modals are now rendered as children of the Modals component instead of being rendered into document.body
  • FilterBar: The FilterBar component was completely overhauled and references of input elements aren’t copied to the filters dialog anymore, also internal logic for reordering and selection has been removed, meaning it’s necessary to control their values manually (e.g. via React state).
  • FilterBar: onToggleFilters: The detail property of the event now only includes visible and nativeDetail properties. filters and search have been removed.
  • FilterBar: onFiltersDialogSave: The detail property of the event now only includes selectedFilterKeys, reorderedFilterKeys and nativeDetail properties. elements, toggledElements, filters, search, orderIds have been removed.
  • FilterBar: onFiltersDialogCancel: The event is now a callback instead of a Ui5CustomEvent. It implements the escPressed parameter.
  • FilterBar: onFiltersDialogClose: The event is now a callback instead of a Ui5CustomEvent. It implements the closeTrigger parameter.
  • FilterBar: onFiltersDialogSelectionChange: The event is now a callback instead of a Ui5CustomEvent. It implements a payload object as parameter.
  • FilterBar: onFiltersDialogSearch: The event is now a standard Input onInput event. The detail properties value and element have been removed.
  • FilterBar: onClear: The event is now a standard ToolbarButton onClick event. The detail properties filters and search have been removed.
  • FilterBar: onGo: The event is now a standard ToolbarButton onClick event. The detail properties elements, filters, search, nativeDetail have been removed.
  • FilterBar: onRestore: The event is now a callback instead of a CustomEvent. It implements a payload object as parameter.
  • FilterBar: onFiltersDialogOpen (TypeScript): The target of the event is now a ToolbarButton.
  • FilterBar: portalContainer has been removed as it's no longer needed due to the Popover API used in the Popover ui5 web component.
  • FilterBar: FilterGroupItem: orderId has been removed. Please use filterKey instead.
marcusnotheis
published 2.0.0-rc.2 •

Changelog

Source

2.0.0-rc.2 (2024-08-07)

Bug Fixes

  • AnalyticalTable: add "Filter" text to column popover (#6164) (c035703), closes #6132
  • AnalyticalTable: add aria-hidden to multi selection checkboxes (#6134) (082d1c0), closes #6133
  • AnalyticalTable: allow selecting all rows via keyboard (#6168) (65de580), closes #6110
  • AnalyticalTable: fix pop-in content styles (#6170) (5f7d56b), closes #5977
  • codemod: improve replacements for Text (#6123) (277120b)
  • deps: update dependency @tanstack/react-virtual to v3.8.4 (main) (#6137) (ef1650b)
  • ObjectPage: increase header z-index (#6117) (e9aeb63), closes #6116
  • ObjectPageTitle: prevent styling race condition when using static css bundle (#6115) (f4c4ebb)
  • UI5CustomEvent - TypeScript: correctly currentTarget type (#6167) (656ad5a), closes #6136

Features

marcusnotheis
published 2.0.0-rc.1 •

Changelog

Source

2.0.0-rc.1 (2024-07-19)

Bug Fixes

  • codemod: fix import statment for UI5 Web Component enums (#6084) (b3a5aed)

Code Refactoring

Features

  • codemod: basic replacements for DynamicPage (#6086) (93819a9)
  • codemod: transform Text wrapping to maxLines (#6085) (a879a9b)
  • ObjectPage: refactor component to support ui5wc v2 (#6089) (105b2da)

BREAKING CHANGES

  • the minimum required react and react-dom version is now 18.0.0
  • ObjectPage: headerContent has been renamed to headerArea and now only accepts the ObjectPageHeader component.
  • ObjectPage: headerTitle has been renamed to titleArea and now only accepts the ObjectPageTitle component.
  • ObjectPage: footer has been renamed to footerArea.
  • ObjectPage: onToggleHeaderContent has been renamed to onToggleHeaderArea
  • ObjectPage: onPinnedStateChange has been renamed to onPinButtonToggle
  • ObjectPage: ObjectPageTitle: actions has been renamed to actionsBar. Instead of single actions, the Toolbar component should now be passed.
  • ObjectPage: ObjectPageTitle: navigationActions has been renamed to navigationBar. Instead of single actions, the Toolbar component should now be passed.
  • ObjectPage: ObjectPageTitle: actionsToolbarProps: Since it's now recommended passing the Toolbar component directly, this prop is redundant.
  • ObjectPage: ObjectPageTitle: navigationActionsToolbarProps: Since it's now recommended passing the Toolbar component directly, this prop is redundant.
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc