Skip to content

Releases: waylayio/react-filter-box

v3.4.12

27 Feb 07:32
Compare
Choose a tag to compare

v3.4.12 (2023-02-27)

🐛 Bug Fix

  • fixes 'e.update is not a function' error (a8fd65a)

v3.4.11

12 Jan 12:27
Compare
Choose a tag to compare

v3.4.11 (2023-01-12)

🐛 Bug Fix

  • add cursor and query as parameters for custom hint rendering (#16) (2f61dc5)
  • dont show autocompletion if the input is empty (#14) (b94d3a9)
  • stop calling on submit when a hint is picked (#15) (7d9bd0a)

🏠 Internal

  • config: removes 'paths-ignore' from codeql config (89fec72)
  • config: removes unwanted 'paths-ignore' from codeql analysis config (9e03d52)
  • deps: bump json5 from 2.2.1 to 2.2.3 (#17) (09a5548)
  • deps: regenerate yarn.lock based on .yarnrc config; adds resolution on loader-utils (c175f6e)
  • deps: updates dependencies (1abd1d8)

v3.4.7

09 Sep 08:14
Compare
Choose a tag to compare

v3.4.7 (2022-09-09)

🐛 Bug Fix

  • wrong condition on filterable content check (d79873e)

v3.4.6

09 Sep 05:46
Compare
Choose a tag to compare

v3.4.6 (2022-09-09)

🚀 New Feature

🐛 Bug Fix

  • allow spaces when validating searchable content (#13) (bfd1a74)
  • remove suggestion of paranthesis (#12) (e927a39)

v3.4.5

09 Sep 05:45
Compare
Choose a tag to compare

v3.4.5 (2022-07-25)

🏠 Internal

v3.4.4

20 Jul 12:11
Compare
Choose a tag to compare

🚀 New Feature

  • change component to fit our needs (acd7e79)

🏠 Internal

  • adds entry in .gitignore for yarn-error.log (b437cf2)
  • adds version script in package.json (148b896)
  • removes yarn-error.log (88e7d5b)