Skip to content

Releases: JFusco/react-tagging-input

v1.3.6

30 Jul 22:04
Compare
Choose a tag to compare

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

25 Jul 19:29
Compare
Choose a tag to compare

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
  • None

v.1.1.6

18 Jul 16:11
Compare
Choose a tag to compare

Minor Release

Bug fixes
  • (╯°□°)╯︵ ┻━┻
  • Fixing Travis CI integration... ... .. ..
Breaking Changes
  • None

v1.1.5

18 Jul 15:27
Compare
Choose a tag to compare

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
  • None

v1.1.3

18 Jul 14:16
Compare
Choose a tag to compare

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
  • None

v1.1.2

18 Jul 01:58
Compare
Choose a tag to compare

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
  • None

v1.0.2

17 Jul 16:59
Compare
Choose a tag to compare

Minor Release

Bug fixes
  • Changing name of NPM package
  • Updating docs with new name
Breaking Changes
  • None

v1.0.1

17 Jul 16:48
Compare
Choose a tag to compare

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
  • None

v1.0.0

17 Jul 00:47
Compare
Choose a tag to compare

Initial commit of codebase

  • TODO: work on README