react-spectrum
(RSP-1338) V3 Menu Items and semantic element conversion
#171
Merged

Commits
  • Moving each Menu component into it's own file
    LFDanLu committed 5 years ago
  • Adding useMenuItem aria hook
    LFDanLu committed 5 years ago
  • Initial conversion to use semantic elements and grid css
    LFDanLu committed 5 years ago
  • Getting rid of extra space
    LFDanLu committed 5 years ago
  • Adding react-types/menu
    LFDanLu committed 5 years ago
  • Updating multiselect menuitem to have checkboxes and supporting keyboard icons
    LFDanLu committed 5 years ago
  • Cleaning up comments and updating stories
    LFDanLu committed 5 years ago
  • WIP Menu Checkbox and Switch support
    LFDanLu committed 5 years ago
  • Adding closeOnSelect and replacing setOpen call in MenuItems with onClose from MenuTrigger
    LFDanLu committed 5 years ago
  • fixing lint and passing closeOnSelect down to menu item
    LFDanLu committed 5 years ago
  • Updating story and css for description slot
    LFDanLu committed 5 years ago
  • Updating menutrigger test to use v3 menu
    LFDanLu committed 5 years ago
  • Removing checkbox multiselect and switch examples
    LFDanLu committed 5 years ago
  • Updating MenuTrigger tests to use v3 Menu
    LFDanLu committed 5 years ago
  • Adding some more menuTrigger tests
    LFDanLu committed 5 years ago
  • fixing lint and removing some stragglers from checkbox/switch menu item design
    LFDanLu committed 5 years ago
  • More tests for Menu
    LFDanLu committed 5 years ago
  • Adding useMenuItem tests and updating other tests
    LFDanLu committed 5 years ago
  • fixing lint
    LFDanLu committed 5 years ago
  • Cleaning up css
    LFDanLu committed 5 years ago
  • Addressing review comments
    LFDanLu committed 5 years ago
  • Merge branch 'master' of https://github.com/adobe-private/react-spectrum-v3 into v3_menu_items_2
    LFDanLu committed 5 years ago
  • Making menuitem selection via ENTER always close menu
    LFDanLu committed 5 years ago
  • Changing menu grid area to match keyboard and text element default slots
    LFDanLu committed 5 years ago
  • Merge branch 'master' of https://github.com/adobe-private/react-spectrum-v3 into v3_menu_items_2
    LFDanLu committed 5 years ago
  • Overwrite user agent styles for <p> to preserve menu text styling
    LFDanLu committed 5 years ago
  • Add more items to default menu story
    LFDanLu committed 5 years ago
  • Merge branch 'master' of https://github.com/adobe-private/react-spectrum-v3 into v3_menu_items_2
    LFDanLu committed 5 years ago
  • tweaking autofocus behavior
    LFDanLu committed 5 years ago
  • Merge branch 'master' of https://github.com/adobe-private/react-spectrum-v3 into v3_menu_items_2
    LFDanLu committed 5 years ago
  • addressing review comments
    LFDanLu committed 5 years ago
  • Merge branch 'master' of https://github.com/adobe-private/react-spectrum-v3 into v3_menu_items_2
    LFDanLu committed 5 years ago
  • simplifying merge props in useMenuItem
    LFDanLu committed 5 years ago
  • Merge branch 'master' of https://github.com/adobe-private/react-spectrum-v3 into v3_menu_items_2
    LFDanLu committed 5 years ago
Loading