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: strapi/design-system
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @strapi/icons@2.0.0-rc.17
Choose a base ref
...
head repository: strapi/design-system
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 19 files changed
  • 9 contributors

Commits on Feb 26, 2025

  1. Copy the full SHA
    d50b719 View commit details
  2. feat: add ArrowsOut and Stop icons (#1865)

    <!--
    Hello 👋 Thank you for submitting a pull request.
    
    To help us merge your PR, make sure to follow the instructions below:
    
    - Create or update the tests
    - Create or update the documentation at
    https://github.com/strapi/documentation
    - Refer to the issue you are closing in the PR description: Fix #issue
    - Specify if the PR is ready to be merged or work in progress (by
    opening a draft PR)
    
    Please ensure you read the Contributing Guide:
    https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md
    -->
    
    ### What does it do?
    
    Adds ArrowsOut, Stop icons
    
    ### Why is it needed?
    
    We need it in the Relations on the Fly modal and the Stop Icon for the
    AI features
    <img width="325" alt="Screenshot 2025-02-26 alle 11 13 51"
    src="https://github.com/user-attachments/assets/7a2160d9-6e63-4f30-b624-a8b6ff8d7c00"
    />
    
    fixes #1863 and
    #1864
    HichamELBSI authored Feb 26, 2025
    Copy the full SHA
    4abe279 View commit details
  3. fix: add missing scroll wrapper to Select element (#1856)

    Co-authored-by: manoj <manoj.makarasu@gmail.com>
    hansemannn and Manoj-M-S authored Feb 26, 2025
    Copy the full SHA
    10f026c View commit details
  4. chore: version packages for release (rc) (#1866)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Feb 26, 2025
    Copy the full SHA
    2abf2f1 View commit details

Commits on Mar 10, 2025

  1. Copy the full SHA
    add879d View commit details

Commits on Mar 11, 2025

  1. add changeset

    lucasboilly authored and HichamELBSI committed Mar 11, 2025
    Copy the full SHA
    a356b03 View commit details
  2. fix: remove selected item background (#1877)

    ### What does it do?
    
    - Removed the background of the `Select.Item` when it's selected.
    - Added a cursor change to pointer when `Select.Item` is hovered.
    
    ### Why is it needed?
    
    See #1808.
    
    ### How to test it?
    
    You can check the multiple `Select`
    [here](https://design-system.strapi.io/?path=/story/inputs-select--multiple).
    
    ### Related issue(s)/PR(s)
    
    fixes #1808
    HichamELBSI authored Mar 11, 2025
    Copy the full SHA
    909d3a0 View commit details
  3. fix: add scrollbar to combobox

    lucasboilly authored and HichamELBSI committed Mar 11, 2025
    Copy the full SHA
    1394bcf View commit details
  4. fix: add changeset

    lucasboilly authored and HichamELBSI committed Mar 11, 2025
    Copy the full SHA
    4e7d782 View commit details
  5. fix: add scrollbar to combobox (#1879)

    ### What does it do?
    
    Added `ScrollArea`.
    
    ### Why is it needed?
    
    See #1858.
    
    ### How to test it?
    
    You'll need to check the preview.
    
    ### Related issue(s)/PR(s)
    
    #1858
    #1859
    HichamELBSI authored Mar 11, 2025
    Copy the full SHA
    e9597d0 View commit details

Commits on Mar 13, 2025

  1. fix: scrollbar ui

    lucasboilly authored and HichamELBSI committed Mar 13, 2025
    Copy the full SHA
    709a333 View commit details
  2. fix: add changeset

    lucasboilly authored and HichamELBSI committed Mar 13, 2025
    Copy the full SHA
    6e78ead View commit details

Commits on Mar 14, 2025

  1. fix: scrollbar ui (#1880)

    ### What does it do?
    
    - Added `margin`
    - Removed `padding-inline`
    - Added `border-radius`
    
    ### Why is it needed?
    
    See #1875.
    
    ### How to test it?
    
    You'll need to check the preview.
    
    ### Related issue(s)/PR(s)
    
    fixes #1875
    HichamELBSI authored Mar 14, 2025
    Copy the full SHA
    c07a415 View commit details
  2. Copy the full SHA
    d85575f View commit details
  3. fixing h3 font size (#1886)

    <!--
    Hello 👋 Thank you for submitting a pull request.
    
    To help us merge your PR, make sure to follow the instructions below:
    
    - Create or update the tests
    - Create or update the documentation at
    https://github.com/strapi/documentation
    - Refer to the issue you are closing in the PR description: Fix #issue
    - Specify if the PR is ready to be merged or work in progress (by
    opening a draft PR)
    
    Please ensure you read the Contributing Guide:
    https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md
    -->
    
    ### What does it do?
    h3 tags were rendered with the same font-size of the h2 tags
    
    ### Why is it needed?
    Readability of the documentation is much better.
    
    ### How to test it?
    Navigate to any documentation page containing a h3
    HichamELBSI authored Mar 14, 2025
    Copy the full SHA
    cdb5778 View commit details
Loading