-
Notifications
You must be signed in to change notification settings - Fork 7
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 122 files changed
- 3 contributors
Commits on Feb 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f778425 - Browse repository at this point
Copy the full SHA f778425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ee7df - Browse repository at this point
Copy the full SHA 87ee7dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 425fa15 - Browse repository at this point
Copy the full SHA 425fa15View commit details -
Replace
jsdom
withhappy-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.
Configuration menu - View commit details
-
Copy full SHA for b781c28 - Browse repository at this point
Copy the full SHA b781c28View commit details
Commits on Mar 4, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 308e8c3 - Browse repository at this point
Copy the full SHA 308e8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b0b44 - Browse repository at this point
Copy the full SHA c2b0b44View commit details
Commits on Apr 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4ead76d - Browse repository at this point
Copy the full SHA 4ead76dView commit details -
Introduce
color
property to theModal
component (#468)`Modal` can now be colored via the `color` prop, using a value from the Feedback Colors collection.
Configuration menu - View commit details
-
Copy full SHA for e0dc126 - Browse repository at this point
Copy the full SHA e0dc126View commit details -
Drop Neutral Colors collection from
Alert
andCard
(#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.
Configuration menu - View commit details
-
Copy full SHA for 50391a7 - Browse repository at this point
Copy the full SHA 50391a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d7df3 - Browse repository at this point
Copy the full SHA 25d7df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecd54d - Browse repository at this point
Copy the full SHA cecd54dView commit details -
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; ```
Configuration menu - View commit details
-
Copy full SHA for 066f7c9 - Browse repository at this point
Copy the full SHA 066f7c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2f199 - Browse repository at this point
Copy the full SHA 9f2f199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c201b0 - Browse repository at this point
Copy the full SHA 0c201b0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.58.0...v0.59.0