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: Sage/carbon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v119.8.0
Choose a base ref
...
head repository: Sage/carbon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v119.9.0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 2 contributors

Commits on Jul 27, 2023

  1. feat(action-popover): align component with design system

    aligns component with the sage design system, to ensure consumers can use the component with
    expected styling and functionality. Nine different styling variations have been added
    which change the alignment and padding of each child to ensure designs are correct. Also,
    support for submenu's opening on the right has been included with the addition of the
    `submenuPosition` prop. When set to "right" the menu-item chevron will appear on the right
    of the action popover menu, and any submenu's will open from the right-hand side. Also,
    when the `submenuPosition` prop is "left" or "right", the `submenuPosition` will be temporarily
    set to the opposite value if the window on the left or right is deemed to be too small.
    Finally, icon's are now supported in submenu's and can be included by passing the `icon`
    prop to the submenu's menu item.
    
    fix #5801
    tomdavies73 committed Jul 27, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    tomdavies73 Tom Davies
    Copy the full SHA
    d411789 View commit details

Commits on Aug 2, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dbb1645 View commit details
  2. Merge pull request #5996 from Sage/FE-5722

    feat(action-popover): align component with design system
    tomdavies73 authored Aug 2, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b03c99d View commit details
  3. chore(release): 119.9.0

    ## [119.9.0](v119.8.0...v119.9.0) (2023-08-02)
    
    ### Features
    
    * **action-popover:** align component with design system ([d411789](d411789)), closes [#5801](#5801)
    semantic-release-bot authored and carbonci committed Aug 2, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    carbonci Sage Carbon
    Copy the full SHA
    5391423 View commit details
Loading