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: release 4.0.0 #860

Merged
merged 6 commits into from
Dec 20, 2019
Merged

feat: release 4.0.0 #860

merged 6 commits into from
Dec 20, 2019

Commits on Dec 18, 2019

  1. feat: implement useCombobox (#812)

    * start implementation
    
    * more code reuse
    
    * create useCombobox
    
    * start implementation for handlers
    
    * remove not needed call
    
    * input handlers
    
    * progress on handlers
    
    * fix close on toggle button click
    
    * remove unneeded state change types
    
    * add example to docsite
    
    * focus input at toggle click + reactNative
    
    * add setInputValue
    
    * rename root to combobox + tests
    
    * add icon to button
    
    * add item tests
    
    * add more menu tests
    
    * finished input tests + initial state
    
    * finish testing
    
    * don't apply handlers if disabled
    
    * add tests for disabled cases
    
    * apply mozilla button close fix
    
    * initial default values small refactor
    
    * improvements for docs
    
    * updates to the docs and readme
    
    * readme updates
    
    * prop types validation not on production
    
    * readme correction
    
    * add ts typings
    silviuaavram committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    d80e1a2 View commit details
    Browse the repository at this point in the history
  2. fix(TS): add generic to Downshift (#748)

    Kamil Socha authored and silviuaavram committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    4b12d7c View commit details
    Browse the repository at this point in the history
  3. fix a couple of typos

    silviuaavram committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    c1f0ac8 View commit details
    Browse the repository at this point in the history
  4. fix a type

    silviuaavram committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    1064e35 View commit details
    Browse the repository at this point in the history
  5. final touches in README

    silviuaavram committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    2c8c5cc View commit details
    Browse the repository at this point in the history
  6. readme update

    silviuaavram committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    c3de327 View commit details
    Browse the repository at this point in the history