Skip to content

Tags: assembl/react-tags

Tags

v6.3.0

Toggle v6.3.0's commit message
feat: Add onTouchStart for mobile device (react-tags#448)

Add onTouchStart for tags and suggestions

v6.2.1

Toggle v6.2.1's commit message
chore(package): Update eslint-plugin-jsx-a11y to the latest version 🚀 (

…react-tags#470)

* chore(package): update eslint-plugin-jsx-a11y to version 6.2.0

* chore(package): update lockfile package-lock.json

v6.2.0

Toggle v6.2.0's commit message
fix: Remove import '../styles/react-tags.scss' and add inline style

fixes react-tags#434

v6.1.0

Toggle v6.1.0's commit message
fix: maxLength issue on pasting text (react-tags#426)

* Fix maxLength issue on pasting text

* checking if maxLenght is defined

* Fix maxLength issue on pasting text(updated) and test case added respect to the issue and maxLength defaultProps set to Infinity

* chnages maxLength default props and maxLength would be clipboard text length

* maxLength comment removed and test case update for maxLenght

* test case failed fixed for maxLength

* maxlength is assigned to a varible in test file

* input value set to a variable in the maxLength test file

v6.0.2

Toggle v6.0.2's commit message
fix(travis.yml): Add npm run build in travis.yml so that build files …

…are included in release

v6.0.1

Toggle v6.0.1's commit message
fix(package): Fix path in main for library and add --copy-files in bu…

…ild script so that non js files

v6.0.0

Toggle v6.0.0's commit message
refactor: change classname from tag to tag-wrapper

BREAKING CHANGE: If tag-wrapper is already passed to classNames prop then css might be breaking as
now tag-wrapper class is added in the component itself

v5.2.3

Toggle v5.2.3's commit message
version bump to 5.2.3

v5.2.1

Toggle v5.2.1's commit message
version bump to 5.2.1

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Don't trim value when passing to handleChange prop (react-tags#381)

fixes react-tags#361