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 : added features to combobox , select , radio, tag , switch and slider #33

Merged
merged 23 commits into from
Aug 18, 2022

Commits on Jul 13, 2022

  1. updated antd select to radix select

    Koteswarudu Akula committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3b951ce View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. changed switch from antd to radix

    Koteswarudu Akula committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    aef9d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. changed switch in formBuilder

    Koteswarudu Akula committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    42ba203 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. added story for switch and fixed props for select in FormBuilder

    Koteswarudu Akula committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8b852cd View commit details
    Browse the repository at this point in the history
  2. merged antd_removal with remote/main and resolved conflicts

    Koteswarudu Akula committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ff521cb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Changed antd radio to radix

    Koteswarudu Akula committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    519945e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c8efe View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    7e0d4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe9ce22 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    82d414d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a2ca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    18190cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb42496 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. feat: created a new component combobox

    combobox provides multi select and search features
    
    BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
    use combobox.
    
    combobox for multiselect and search feature raystack#31
    akula-koteswarudu committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    713edcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    540511f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2199d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cfc270 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

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

Commits on Aug 11, 2022

  1. feat: added radio button feature to radio and changed combobox to hid…

    …e content properly
    
    radio button feature supports to insert custom components into radio group and combobox will now
    hides the content using ellipsis when the screen is minimized.
    akula-koteswarudu committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e7e2700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378209c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ed1581 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Aug 17, 2022

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