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.56.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.57.0
Choose a head ref
  • 15 commits
  • 51 files changed
  • 3 contributors

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    8d44fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94a4a36 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    02a83f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    b2ed7cd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    9664227 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Make Badge priority class always present like in all other components

    This change affects output HTML and may break downstream snapshot tests.
    adamkudrna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5bcecab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f7c6dc View commit details
    Browse the repository at this point in the history
  3. Introduce theming of Badge color variants

    `Badge` color variants are now generated using color collections.
    
    Other components to be styled the same way already support theming,
    so `Badge` needs to support theming too.
    
    New theming options:
    
    `--rui-Badge--<PRIORITY>--<COLOR>__<PROPERTY>`
    
    See `theme.scss` for all available options.
    adamkudrna committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7412ff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42a7283 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57f136e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c104d82 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    d532592 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix Grid items/content alignment when just a single value is set (#569

    )
    
    Intentionally use longhand properties because the custom property
    fallback mechanism evaluates `initial` values as empty. That makes
    the other value of the shorthand property unexpectedly used for
    both axes.
    adamkudrna committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    637e64d View commit details
    Browse the repository at this point in the history
  2. Fix placement of form fields when just a single value is set

    Intentionally use longhand properties because the custom property
    fallback mechanism evaluates `initial` values as empty. That makes
    the other value of the shorthand property unexpectedly used for
    both axes.
    adamkudrna committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7898915 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Bump version to v0.57.0

    adamkudrna committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    783a2a7 View commit details
    Browse the repository at this point in the history
Loading