You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ui5/webcomponents-react

Package Overview
Dependencies
Maintainers
3
Versions
763
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents-react - npm Package Versions

1
46
77

1.29.11

Diff
m
marcusnotheis
published 1.29.11 •
m
marcusnotheis
published 0.0.0-185b915fe1 •
m
marcusnotheis
published 0.0.0-63d27d34a5 •
m
marcusnotheis
published 0.0.0-10d566f5d4 •
m
marcusnotheis
published 2.1.0 •

Changelog

Source

2.1.0 (2024-09-05)

Bug Fixes

  • AnalyticalTable: respect max-width in grow mode (#6314) (98738d3)
  • deps: define use-sync-external-store as dependency (#6304) (4227642)

Features

m
marcusnotheis
published 1.29.10 •
m
marcusnotheis
published 2.0.2 •

Changelog

Source

2.0.2 (2024-08-28)

Bug Fixes

m
marcusnotheis
published 1.29.9 •
m
marcusnotheis
published 2.0.1 •

Changelog

Source

2.0.1 (2024-08-26)

Bug Fixes

  • remove json export from root index files (#6269) (a665715)
m
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.