Skip to content

Releases: anubra266/choc-autocomplete

v5.1.8

22 Jul 16:23
Compare
Choose a tag to compare
  • Enhanced Support for Number Values in 'getDefItemValue' Method
    The method we use for fetching default item values, located in our helper script, has now been upgraded to process numerical values effectively. Previously, it only handled text values, but after this update it will be able to handle both numbers and text equally well.

  • Improved defaultValue Handling in 'useAutoComplete' Function
    This function, which is instrumental for our autocomplete feature, has been tweaked for better performance. Earlier it could struggle when dealing with non-text values due to type constraints. Now, it can hassle-free convert different data types into text format using the toString method.

  • More Reliable Tag Label Assignment in 'useAutoComplete' Function
    We also improved how labels are allotted to each tag within the tags array in our autocomplete function. This update ensures that even when the value tagged isn't text-based, the 'label' property can still convert it to a string format, thereby increasing consistency.

v5.1.6

17 Jul 21:12
2348b65
Compare
Choose a tag to compare

Framer motion fix

v5.1.5

11 May 17:12
Compare
Choose a tag to compare
  • Merge pull request #178 from Richi2293/fix/framer-motion 504ba30
  • fix: update yarn lock file 3785e71
  • fix: framer motion version 143055a

v5.1.4...v5.1.5

v5.1.4

10 Nov 08:05
Compare
Choose a tag to compare
  • Merge pull request #165 from Daidalos117/fix/creatable dc47263
  • fix: update react-nany to work correctly e8b78d9

v5.1.3...v5.1.4

v5.1.3

31 Oct 15:17
Compare
Choose a tag to compare
  • Merge pull request #162 from johannespein/hide-placeholder-prop a631919
  • feat: 🎸 add hidePlaceholder prop b029c36

v5.1.2...v5.1.3

v5.1.2

15 Sep 11:47
Compare
Choose a tag to compare

v5.1.1

20 Aug 18:21
Compare
Choose a tag to compare
  • Merge pull request #155 from Wizyma/fix/missing-deps 9578353
  • fix: πŸ› missing dependencies 18eab20

v5.1.0...v5.1.1

v5.1.0

19 Aug 16:38
Compare
Choose a tag to compare

v5.0.0...v5.1.0

v5.0.0

15 Aug 19:42
Compare
Choose a tag to compare
  • Merge pull request #153 from Wizyma/feat/update-chakraV2 97acfda
  • feat: 🎸 update to chakra-v2 f6ba090
  • Merge pull request #149 from naorpeled/patch-1 7e8ffb6
  • docs(README): use updated prop name 9358d6d

v4.22.0...v5.0.0

v4.22.0

13 Apr 19:12
ea51100
Compare
Choose a tag to compare

v4.21.2...v4.22.0