react-select v2.2.0 Release Notes

Release Date: 2018-12-28 // over 5 years ago
  • ๐Ÿ› Bug Fixes

    • #3296 Fix for tab interactions when in composition mode with an IME. Thanks yshr446 for the PR.
    • ๐Ÿšš #3302 Fix to breaking android and mobile safari touch bug #2755, by adding more conscientious checks to the onTouchStart and onTouchMove listeners. Thanks xakep139 for the PR.
    • #3303 Input and GroupHeading components now get passed the selectProps prop, thanks maxmarchuk for the PR.
    • ๐Ÿ’… #3260 As a result of the CSP nonce support feature, the emotion instance is now cached and passed down to all internal components, meaning that users looking to heavily customise their Select components can do so without externally importing emotion, and nonce instances are respected per select instance. Please see this segment in the docs for a more detailed explanation.
    • #3299 fix to assistive text on menu open.

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ #3260 Add CSP nonce support to Select, thanks Avaq and Andarist for the heavy lifting.