Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: vertical oriented button group #755

Merged
merged 5 commits into from
Nov 13, 2024

Commits on Oct 30, 2024

  1. feat: vertical oriented button group

    This commit added a new prop(orientation) to the current OuiButtonGroup,
    the possible values are `horizontal` and `vertical`. The default value
    is `horizontal` which match the current UI behavior. With `vertical`
    prop, the button group will be oriented vertically.
    
    related issue: opensearch-project#659
    
    Signed-off-by: Yulong Ruan <[email protected]>
    ruanyl committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5c00252 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. doc(changelog): add changelog for vertical button group

    Signed-off-by: Yulong Ruan <[email protected]>
    ruanyl committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    06f9510 View commit details
    Browse the repository at this point in the history
  2. fix(lint): fix sass lint

    Signed-off-by: Yulong Ruan <[email protected]>
    ruanyl committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8b17893 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into button-group-vertical

    Signed-off-by: Yulong Ruan <[email protected]>
    ruanyl authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a84a52c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Merge branch 'main' into button-group-vertical

    Signed-off-by: Yulong Ruan <[email protected]>
    ruanyl authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9fa21c5 View commit details
    Browse the repository at this point in the history