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: master
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: hotfix/fieldset-subgrid-in-chrome
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 2, 2023

  1. Fix Radio and InputGroup in horizontal FormLayout in Chrome and…

    … Edge (#493)
    
    Subgrid is now supported in all major browsers including Chrome and Edge joining as last in August's version 117. However, there is some fieldset/legend magic that prevents subgrid from being used on `<fieldset>` element (as per the spec (sic!), the magic adds an additional virtual box which breaks the subgrid).
    
    As a result, subgrid cannot be used on `<fieldset>` elements until the following Chromium issue is resolved:
    
    https://bugs.chromium.org/p/chromium/issues/detail?id=1473242
    
    (cherry picked from commit 26cacd3)
    adamkudrna committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b25093b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Release v0.52.1

    adamkudrna committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e2d93e5 View commit details
    Browse the repository at this point in the history
Loading