Releases: JFusco/react-tagging-input
Releases · JFusco/react-tagging-input
v1.3.6
Minor Release
Added features
- Added
maxTags
option
- Finished unit tests and adding a test for maxTags and uniqueTags
- Refacotred SCSS into multiple files based on core and components
- Added
test
task to gulp build process
- Destructuring properties in methods in tags component
- Updating dev dependencies
Breaking Changes
- Changed name of
delimiters
to addKeys
- Changed name of events to have the
on
prefix
- Changed name of
allowDupes
to uniqueTags
v1.2.6
Minor Release
Added features
- Added
delimiters
option and added docs to README on usage
- Finishing unit tests for Tags and Tag components
- Refactored unit tests that were already written
- Installed class properties plugin so we could use static members inside a React Component class
- Changing tag container and tags to an unordered list element to stay semantic
Bug fixes
- Fixing unit test task runner and watch command
Breaking Changes
v.1.1.6
Minor Release
Bug fixes
- (╯°□°)╯︵ ┻━┻
- Fixing Travis CI integration... ... .. ..
Breaking Changes
v1.1.5
Minor Release
Bug fixes
- Fixing testing bug where Travis CI couldn't find
src/js/tag.js
because of case sensitivity
- Simplifying
.travis.yml
a bit
- Adding
.eslint
task to Travis config
Breaking Changes
v1.1.3
Minor Release
Bug fixes
- Fixing bug where tests would not run when
watch
task is polling
- Fixing bug in
.eslintignore
pointing to the wrong dist component folder
- Fixing bug where tests would not run in the main
gulp
task
Breaking Changes
v1.1.2
Minor Release
Changes
- Adding initial unit tests and integration tests
- Updating README
- Adding dependencies for Jest testing library
- Adding animations to tags when tags are being added
- General cleanup
Breaking Changes
v1.0.2
Minor Release
Bug fixes
- Changing name of NPM package
- Updating docs with new name
Breaking Changes
v1.0.1
Minor Release
Changes
- Adding brand new documentation in the README file
- Adding new
allowDupes
option
- Fixing ESLint bug that wouldn't fix files automagically
Breaking Changes
v1.0.0
Initial commit of codebase