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

Add modifier to filter keyboard events. #442

Merged
merged 32 commits into from Nov 21, 2022

Commits on Sep 6, 2021

  1. Add modifier to filter keyboard events.

    Takuya Nakajima [LIFULL] authored and Takuya Nakajima [LIFULL] committed Sep 6, 2021
    Copy the full SHA
    aad454a View commit details
    Browse the repository at this point in the history
  2. Fixed that some keys were not working.

    Takuya Nakajima [LIFULL] authored and Takuya Nakajima [LIFULL] committed Sep 6, 2021
    Copy the full SHA
    2c9769d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. add ie support

    Takuya Nakajima [LIFULL] authored and Takuya Nakajima [LIFULL] committed Sep 13, 2021
    Copy the full SHA
    c2e30a4 View commit details
    Browse the repository at this point in the history
  2. added tests for filtering keyboard events

    Takuya Nakajima [LIFULL] authored and Takuya Nakajima [LIFULL] committed Sep 13, 2021
    Copy the full SHA
    49503b7 View commit details
    Browse the repository at this point in the history
  3. fix modifier position

    The modifier was in the wrong position.
    It should be before the target.
    
    * before: evt@global.modifier->...
    * after:  evt.modifier@global->...
    Takuya Nakajima [LIFULL] authored and Takuya Nakajima [LIFULL] committed Sep 13, 2021
    Copy the full SHA
    18d6fa2 View commit details
    Browse the repository at this point in the history
  4. Remove support for ie11

    Takuya Nakajima [LIFULL] authored and Takuya Nakajima [LIFULL] committed Sep 13, 2021
    Copy the full SHA
    10ee3de View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. fix action.toString

    before:`${event}@${target}.${filter}->${identifier}#${methodName}`
    after: `${event}.${filter}@${target}->${identifier}#${methodName}`
    Takuya Nakajima [LIFULL] authored and Takuya Nakajima [LIFULL] committed Sep 14, 2021
    Copy the full SHA
    ff8cf8b View commit details
    Browse the repository at this point in the history
  2. Document added about keyboard event filters

    Takuya Nakajima [LIFULL] authored and Takuya Nakajima [LIFULL] committed Sep 14, 2021
    Copy the full SHA
    2fe8852 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Copy the full SHA
    5693106 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf5473c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9d8fa19 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4e13612 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2a0bcdf View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fixed merge miss

    NakajimaTakuya committed Mar 31, 2022
    Copy the full SHA
    4e55fea View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Copy the full SHA
    3818734 View commit details
    Browse the repository at this point in the history
  2. fixed example

    NakajimaTakuya committed Nov 18, 2022
    Copy the full SHA
    c8e4a41 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Copy the full SHA
    53e1cdf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c3262cc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e0fdab6 View commit details
    Browse the repository at this point in the history
  4. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    44a7b4a View commit details
    Browse the repository at this point in the history
  5. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    a4ce7fe View commit details
    Browse the repository at this point in the history
  6. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    b97faa9 View commit details
    Browse the repository at this point in the history
  7. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    9c31747 View commit details
    Browse the repository at this point in the history
  8. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    d5cb12e View commit details
    Browse the repository at this point in the history
  9. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    59bcdb4 View commit details
    Browse the repository at this point in the history
  10. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    c1d2d6a View commit details
    Browse the repository at this point in the history
  11. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    fa297c5 View commit details
    Browse the repository at this point in the history
  12. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    15f09c9 View commit details
    Browse the repository at this point in the history
  13. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    630a685 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a3ad75c View commit details
    Browse the repository at this point in the history
  15. Update docs/reference/actions.md

    Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
    NakajimaTakuya and lb- committed Nov 19, 2022
    Copy the full SHA
    1b59313 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. lint --fix

    NakajimaTakuya committed Nov 21, 2022
    Copy the full SHA
    1226501 View commit details
    Browse the repository at this point in the history