Skip to content

Releases: jwohlfert23/react-native-tag-input

0.0.18

01 Nov 17:37
Compare
Choose a tag to compare

scrollViewProps, inputDefaultWidth

0.0.17

21 Oct 17:14
Compare
Choose a tag to compare

TagInput is now a true "controlled component", both for the list of tags but also now for the text in the TextInput at the end. This enables a variety of new use cases, but also rips out the logic for parsing separators and using regex to extract new tags. This functionality now has to be implemented by the user in their onChangeText function. The example project has an example usage.

0.0.16

02 Oct 04:19
Compare
Choose a tag to compare

Modernize underlying component code, redo logic for determining and measuring component height, and a function for extracting the label from the input data

0.0.14

13 Feb 19:35
Compare
Choose a tag to compare
Bump version

0.0.13

13 Feb 19:32
Compare
Choose a tag to compare
Merge pull request #20 from 0duaht/prevent-duplicate-tags

Prevent tags from being duplicated by adding only unique tags to list

0.0.12

29 Aug 18:18
Compare
Choose a tag to compare
bump version

0.0.11

10 Aug 20:03
Compare
Choose a tag to compare
Bump version

0.0.4

05 Jul 17:28
Compare
Choose a tag to compare
Add image to readme

0.0.1

05 Jul 16:57
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
Initial commit