Skip to content

react-select@3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 13:43
· 744 commits to master since this release
45f6f29

Minor Changes

  • c615e93d #4084 Thanks @JedWatson! - Changed the cx and getValue props that are passed to components into instance properties, which means they now pass a referential equality check on subsequent renders.

    This is helpful, for example, when you're optimising the performance of rendering custom Option components - see #3055

  • 72f6036f #4306 Thanks @bladey! - Remove duplicate prop createOptionPosition

Patch Changes