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

Made a new KRadioButtonGroup component to fix Firefox radio button movement with arrow keys issue #650

Merged

Commits on Sep 28, 2023

  1. Merge pull request learningequality#457 from learningequality/release…

    …-v1.5.x
    
    Release 1.5.x into develop
    MisRob committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fbdf0c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Jun 1, 2024

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

Commits on Jun 3, 2024

  1. Add new KRadioButtonGroup Component

    - This component enables focus movenment on radio buttons with arrow keys on firefox
    muditchoudhary committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    dd6a483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5a9f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    6100a15 View commit details
    Browse the repository at this point in the history
  2. Add docs for KRadioButtonGroup

    - Add KRadioButton method description
    - Add KRadioButtonGroup slot and props description
    muditchoudhary committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    eb9c801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fddf31e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    afcd18f View commit details
    Browse the repository at this point in the history
  2. Add new KRadioButtonGroup Component

    - This component enables focus movenment on radio buttons with arrow keys on firefox
    muditchoudhary committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4b0688a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87a3928 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebaf9cb View commit details
    Browse the repository at this point in the history
  5. Add docs for KRadioButtonGroup

    - Add KRadioButton method description
    - Add KRadioButtonGroup slot and props description
    muditchoudhary committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a8c1951 View commit details
    Browse the repository at this point in the history
  6. Update tableOfContents

    muditchoudhary committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3f2d8ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1d09dc View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/KRadioButtonGroup-Component' int…

    …o KRadioButtonGroup-Component
    muditchoudhary committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    220eacf View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update KRadioButtonGroup component

    - Used ._componentTag instead of ._name
    - Changed onkeydown with onkeyup listener
    muditchoudhary committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    29f339a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix lint

    muditchoudhary committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    73e8e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df58010 View commit details
    Browse the repository at this point in the history
  3. fix lint

    muditchoudhary committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0e9be90 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Fix some logics in KRadioButtonGroup, fix tests

    - Use recursion to query all KRadioButton
    - In test avoid internval variable use
    muditchoudhary committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    adb42c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    3004607 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/KRadioButtonGroup-Component' int…

    …o KRadioButtonGroup-Component
    muditchoudhary committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c3e9712 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    b1b1816 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    MisRob committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1fa0a0b View commit details
    Browse the repository at this point in the history
  3. Update documentation

    MisRob committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    46566e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb4c3cf View commit details
    Browse the repository at this point in the history
  5. Update documentation

    MisRob committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    37272a8 View commit details
    Browse the repository at this point in the history
  6. Add another example to docs

    MisRob committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bdea254 View commit details
    Browse the repository at this point in the history