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

v6.0.0 #220

Merged
merged 70 commits into from Nov 13, 2022
Merged

v6.0.0 #220

merged 70 commits into from Nov 13, 2022

Commits on Feb 24, 2021

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

Commits on Mar 12, 2021

  1. Make preventing default on keydown optional

    Preventing default on keydown causes all inputs on the page to stop working whilst the Menu component is mounted. Some apps have the menu mounted whilst not in use, causing inputs to stop working.
    
    Adds a flag to disable this feature and also makes it work as intended only for keys required for operating the menu that may cause the window to scroll.
    
    Related issue #168
    DavidHooper authored and David Hooper committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ebc353f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Update README.md

    alexsegura committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    170bb35 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

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

Commits on Jun 22, 2021

  1. Prob: Cannot hide Separator.

    Solv: Add support for hidden predicate to Separator.
    tristanls committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    21225f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. bump dependencies

    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8c18ce7 View commit details
    Browse the repository at this point in the history
  2. fix build

    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    fc492a3 View commit details
    Browse the repository at this point in the history
  3. update example

    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1b6154d View commit details
    Browse the repository at this point in the history
  4. upgrade cypress and fix test

    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ad702ff View commit details
    Browse the repository at this point in the history
  5. fix item spec

    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6c1e043 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59ad34f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb33951 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb36531 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    245f9ab View commit details
    Browse the repository at this point in the history
  10. fix tests

    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1d8aa2d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #181 from alexsegura/fix-readme

    Remove MenuProvider from README
    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    471e648 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6cbaef7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #175 from fmilioni/master

    add: prop to disable boundaries check
    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    4078108 View commit details
    Browse the repository at this point in the history
  14. fix: remove process.env #174

    fkhadra committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6071e93 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    491efa4 View commit details
    Browse the repository at this point in the history
  2. rename prop

    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    29d78b0 View commit details
    Browse the repository at this point in the history
  3. Update index.ts

    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ea40e0d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #191 from gabrieljablonski/item-id-handler-params

    Pass item id to `onClick()` handler and `hidden`/`disabled` predicates
    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2d66ac1 View commit details
    Browse the repository at this point in the history
  5. update dependency array

    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f450acf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1913a3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #178 from DavidHooper/master

    Make preventing default on keydown optional - Fixes #168
    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    25e8612 View commit details
    Browse the repository at this point in the history
  8. remove callbacks

    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f1e3cd7 View commit details
    Browse the repository at this point in the history
  9. clean hooks

    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    d9ccd6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2895deb View commit details
    Browse the repository at this point in the history
  11. add closeOnClick prop

    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    85120f2 View commit details
    Browse the repository at this point in the history
  12. replace default arrow

    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1da3f94 View commit details
    Browse the repository at this point in the history
  13. WIP reworking style

    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8188858 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8a9d6e View commit details
    Browse the repository at this point in the history
  15. Revert "feat: use transform to position menu"

    This reverts commit a8a9d6e.
    fkhadra committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    4f2f4c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. fix dom attributes

    fkhadra committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    49e9a13 View commit details
    Browse the repository at this point in the history
  2. fix submenu offscreen #203

    fkhadra committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d3afad0 View commit details
    Browse the repository at this point in the history
  3. refactor a bit

    fkhadra committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    651029b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59cfe8b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. update comments

    fkhadra committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ed7df35 View commit details
    Browse the repository at this point in the history
  2. add item feedback class

    fkhadra committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    084dff8 View commit details
    Browse the repository at this point in the history
  3. update typing

    fkhadra committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    9fad5c7 View commit details
    Browse the repository at this point in the history
  4. update example

    fkhadra committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    75dd034 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d733250 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #194 from tristanls/master

    feat: hide Separator.
    fkhadra committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ca068cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6841ed2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38d9124 View commit details
    Browse the repository at this point in the history
  9. clean code a bit

    fkhadra committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    2539f41 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. rework scss

    fkhadra committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    02a2d29 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    6dc74fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b13436 View commit details
    Browse the repository at this point in the history
  3. rename variable

    fkhadra committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    99ecb93 View commit details
    Browse the repository at this point in the history
  4. fix disabled item focus

    fkhadra committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    951c52c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. fix tests

    fkhadra committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5082f6d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. update tests

    fkhadra committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    0242570 View commit details
    Browse the repository at this point in the history
  2. tweaking theme

    fkhadra committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9de53b3 View commit details
    Browse the repository at this point in the history
  3. change default animation

    fkhadra committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9efbcc5 View commit details
    Browse the repository at this point in the history
  4. update build system

    fkhadra committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a8ca462 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. update module and export

    fkhadra committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fd16394 View commit details
    Browse the repository at this point in the history
  2. fix deps

    fkhadra committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    858cc9c View commit details
    Browse the repository at this point in the history
  3. tweak

    fkhadra committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f89bdfc View commit details
    Browse the repository at this point in the history
  4. cleanup

    fkhadra committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0b446a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. add api to track visibility

    fkhadra committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c2b9337 View commit details
    Browse the repository at this point in the history
  2. update readme

    fkhadra committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ce46846 View commit details
    Browse the repository at this point in the history
  3. fix regression

    fkhadra committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    52fd96f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f91da97 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. remove engine

    fkhadra committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b71cf3b View commit details
    Browse the repository at this point in the history
  2. 6.0.0-rc.1

    fkhadra committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    97b9ef4 View commit details
    Browse the repository at this point in the history
  3. 6.0.0-rc.2

    fkhadra committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    91a720a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe6029e View commit details
    Browse the repository at this point in the history
  5. 6.0.0-rc.3

    fkhadra committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    1d1ded7 View commit details
    Browse the repository at this point in the history