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: react-ui-org/react-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.58.0
Choose a base ref
...
head repository: react-ui-org/react-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.59.0
Choose a head ref
  • 14 commits
  • 122 files changed
  • 3 contributors

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    f778425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ee7df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    425fa15 View commit details
    Browse the repository at this point in the history
  4. Replace jsdom with happy-dom testing environment to enable `Modal…

    …` tests (#461)
    
    `happy-dom` is used due to missing HtmlDialogElement support in `jest`.
    Just to mention, `happy-dom` provides partial support for dialog element,
    so not all test can be implemented.
    bedrich-schindler committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    b781c28 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Create dedicated folder fo JS Helpers

    This commit creates a new folder `src/jsHelpers` for `classNames` and `transferProps`
    functions.
    
    The aim is to have the code organization symetric to the
    `src/components` folder for better developer orientation.
    mbohal committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    308e8c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b0b44 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. Configuration menu
    Copy the full SHA
    4ead76d View commit details
    Browse the repository at this point in the history
  2. Introduce color property to the Modal component (#468)

    `Modal` can now be colored via the `color` prop, using a value
    from the Feedback Colors collection.
    adamkudrna committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    e0dc126 View commit details
    Browse the repository at this point in the history
  3. Drop Neutral Colors collection from Alert and Card (#615)

    We found the Neutral Colors collection insufficiently flexible to use,
    so we are removing it from more complex components where its usage
    was unclear and confusing.
    
    Features:
    
    - New `--rui-Card__background-color` custom property has been
      introduced to define `Card`'s default background color.
    
    Breaking changes:
    
    - `Alert`: light and dark colors (Neutral Colors collection) have been
      dropped with no replacement.
    - `Card`: light color now corresponds to the default appearance.
      The dark color option has been dropped with no replacement.
    
    Migration:
    
    - `Alert`: pick another color from the Feedback Colors collection.
    - `Card`: remove `color="light"` to keep the default light appearance.
      If using `color="dark"`, pick another color from the Feedback Colors
      collection.
    adamkudrna committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    50391a7 View commit details
    Browse the repository at this point in the history
  4. Fix link validation colors

    adamkudrna committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    25d7df3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cecd54d View commit details
    Browse the repository at this point in the history
  6. Use native font stack (#417)

    It ensures that the text is displayed in the font that the user is
    most comfortable with, and it also reduces the size of the data
    transferred.
    
    Breaking change:
    
    The Titillium web font has been replaced with native font stack.
    
    Migration:
    
    To keep the Titillium web font in your project, load the web font
    and override the `--rui-font-family-base` custom property:
    
    ```
    --rui-font-family-base: 'Titillium Web', helvetica, roboto, arial, sans-serif;
    ```
    adamkudrna committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    066f7c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f2f199 View commit details
    Browse the repository at this point in the history
  8. Bump version to v0.59.0

    adamkudrna committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    0c201b0 View commit details
    Browse the repository at this point in the history
Loading