Skip to content

Releases: maslianok/react-select-me

v1.3.0

02 Feb 09:32
Compare
Choose a tag to compare
  • Update dependencies
  • Clean up code

v1.2.1

04 Jun 08:52
Compare
Choose a tag to compare
  • componentWillReceiveProps replaced with getDerivedStateFromProps
  • update dependencies
  • fix eslint errors

v1.1.0

25 Sep 15:32
Compare
Choose a tag to compare

v.1.0.0

07 Aug 09:33
Compare
Choose a tag to compare

The library becomes 8 times smaller 🎉 Before: 31.54kb gzipped; Now: 4.25kb gzipped;

❗️Breaking changes
We extracted some features to a separate HOCs to keep the library size as small as possible:

  • Immutable support extracted to a separate HOC. Now you must use makeImmutable to work with Immutable data
  • Virtualized lists support extracted to a separate HOC. Now you must use makeVirtualized to virtualize list options.

v.0.10.3

25 Feb 16:10
Compare
Choose a tag to compare

Upgrade libraries.
Improve files structure.

v0.10.0

20 Nov 21:59
Compare
Choose a tag to compare
  • Upgrade libraries (React v16)
  • Bugfixes
  • Move examples to CRA

0.8.0

13 Apr 06:54
Compare
Choose a tag to compare

Added prop-types dependency to avoid deprecation warnings for React 15.5+.

0.7.1

02 Feb 09:16
Compare
Choose a tag to compare

Fixed filter method for IE

0.7.0

30 Jan 08:12
Compare
Choose a tag to compare

Breaking changes:

  • clearFilterOnClose renamed to searchClearOnClose

Other:

  • update libraries
  • code refactoring

v0.3.0

24 Aug 05:34
Compare
Choose a tag to compare
  • 'Add new item' option
  • 'No items found' option
  • Minor bug fixes