Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAP/ui5-webcomponents-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7626d0d
Choose a base ref
...
head repository: SAP/ui5-webcomponents-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c331ebe
Choose a head ref
  • 14 commits
  • 207 files changed
  • 3 contributors

Commits on Aug 22, 2024

  1. fix(AnalyticalTable): ensure loading indicator displays correctly acr…

    …oss all browsers (#6244)
    
    Fixes #6243
    Lukas742 authored Aug 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4fb6008 View commit details
  2. chore: rename test scripts & test compat pkg in CI (#6246)

    + Fix import error & adjust Dev Guidelines docs
    Lukas742 authored Aug 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    41cc7da View commit details
  3. fix: add runtime index to global Modal and Style store (#6248)

    MarcusNotheis authored Aug 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8184b4e View commit details
  4. chore: use React18 (#6247)

    Lukas742 authored Aug 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    823b5f9 View commit details
  5. chore(charts): remove MicroBarChart (#6249)

    BREAKING CHANGE: the `MicroBarChart` component as been removed as this is a legacy component which is not covered by design specs anymore.
    MarcusNotheis authored Aug 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    93439fb View commit details

Commits on Aug 23, 2024

  1. test: open tests in Chrome

    Lukas742 committed Aug 23, 2024
    Copy the full SHA
    418fba9 View commit details
  2. refactor(AnalyticalTable): remove selectedFlatRows & add rowsById

    … to `onRowSelect` (#6255)
    
    BREAKING CHANGE: `selectedFlatRows` has been removed from the `detail`
    object of `onRowSelect`.
    Lukas742 authored Aug 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ee2785c View commit details
  3. chore: remove dedicated SSR build (#6253)

    BREAKING CHANGE: 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`.
    MarcusNotheis authored Aug 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3f3b465 View commit details
  4. feat(AnalyticalTable - TypeScript): improve instance & prop types (#6256

    )
    
    BREAKING CHANGE: The internal table instance types were updated, leading
    to stricter types, so depending on your implementation, you might
    encounter ts-errors.
    Lukas742 authored Aug 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    796f7c1 View commit details
  5. docs: general docs adjustments (#6258)

    Adjustments:
    
    - mention ui5wc MigrationGuide
    - order of breaking changes
    - ThemingParameters in "Public Utils"
    - 1.x support
    Lukas742 authored Aug 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    89d7aa1 View commit details
  6. docs: create version switch toolbar button (#6259)

    MarcusNotheis authored Aug 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6fdc36d View commit details
  7. docs: build project before building storybook

    MarcusNotheis committed Aug 23, 2024
    Copy the full SHA
    1923c86 View commit details
  8. docs: improve version switch

    MarcusNotheis committed Aug 23, 2024
    Copy the full SHA
    143b737 View commit details
  9. Copy the full SHA
    c331ebe View commit details
Loading