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.59.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.1
Choose a head ref
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Apr 26, 2025

  1. Tweak fonts in docs

    - Remove `:host` from `src/theme.scss` since all custom properties in component
      previews are inherited from root.
    - Remove redundant font requests and resource hints.
    - Minor component's README fixes.
    adamkudrna committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    78dcb0a View commit details
    Browse the repository at this point in the history
  2. Introduce border color theming option for default Card

    New `--rui-Card__border-color` custom property has been introduced to define Card's default border color.
    
    The default value is border primary, so `Card`s are now bordered by default to be distinguishable on default `Paper`.
    adamkudrna committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    205cdd4 View commit details
    Browse the repository at this point in the history
  3. Bump version to v0.59.1

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