react-select v2.3.0 Release Notes

Release Date: 2019-01-18 // over 5 years ago
  • 🐛 Bug fixes

    • #3315 add RAF call to Collapse component getRef() such that getBoundingClientRect() is invoked consistently.
    • #3275 wrap String invocation around inputValue to avoid calling toLowerCase on invalid elements. thanks tavareshenrique
    • #3357, fix loadOptions call in Async select to always pass in a string for the inputValue.
    • ⬆️ #3346 Revert work done in CSP nonce PR #3260 to unblock react-select usage in an SSR setting. Users who need nonce support still, please pin your version of react-select at 2.2.0. Nonce support will be re-added in 3.0.0 along with an upgrade to emotion 10; which includes nonce support without having to provide a custom emotion instance.

    🔋 Features

    • #3115 menu-is-open modifier added to control class when the menu is open. @s20lee