Skip to content

Releases: JFusco/react-tagging-input

v1.6.4

06 Nov 21:47
Compare
Choose a tag to compare

Minor Release

Updates
  • Code cleanup
Breaking Changes
  • None

v.1.6.3

06 Nov 16:22
Compare
Choose a tag to compare

Patch Release

Updates
  • Forgot to make a build for the docs/examples (╯°□°)╯︵ ┻━┻

v1.6.2

06 Nov 16:22
Compare
Choose a tag to compare

Patch Release

Updates
  • Adding webpack plugin to copy example/doc files over to /docs directory
  • Fixing README paths to css imports
  • Additional clean up in webpack example config
Breaking Changes
  • None

v1.6.1

05 Nov 22:32
Compare
Choose a tag to compare

Patch Release

Updates
  • Adding initial documentation and examples
  • Adding code for examples
  • Creating npm tasks and webpack build to handle building docs and running docs on webpack dev server for development
Breaking Changes
  • None

v1.6.0

05 Nov 20:55
Compare
Choose a tag to compare

Minor Release

Updates
  • Changes to webpack config files
  • Adding webpack dev server and hot loader
  • Now have a dev and a prod setting depending on NODE_ENV. Broke out config settings of webpack in to their own objects found in the /webpack directory
  • Re-organizing /src directory - we now have an index.html and an index.js file that will serve up the component so it can be developed on in webpack dev server
  • Adding scss loaders to webpack config and importing scss in to the component itself via import
  • Removing all gulp commands except scss-lint and clean - everything else can be ran via npm scripts.
Breaking Changes
  • None

v1.5.0

02 Nov 01:36
Compare
Choose a tag to compare

Minor Release

Updates
  • Removing dependency of react-addons update helper method
  • Adding new plugin to allow this binding in component events
  • Changing SCSS names to use the BEM naming convention and modified tests as needed
  • Changing order of statics and state at the top of the Tags.js file
Breaking Changes
  • None

v1.4.9

10 Oct 15:57
Compare
Choose a tag to compare

Patch Release

Updates
  • Adding npmignore
Breaking Changes
  • None

v1.4.8

10 Oct 15:46
Compare
Choose a tag to compare

Minor Release

Updates
  • Adding ability to change file names for build files via config.json
  • Updated dependency versions
  • Updated documentation with correct badge paths
  • Refactored build process
  • Removed babel, webpack and test scripts from gulp and calling them with straight npm
Breaking Changes
  • None

v1.3.8

06 Aug 22:51
Compare
Choose a tag to compare

Patch Release

Updates
  • Adding coveralls badge for code test coverage
  • Updated peerDependencies (React and React-dom)
Breaking Changes
  • None

v1.3.7

30 Jul 23:09
Compare
Choose a tag to compare

Patch Release

Bux fixes
  • Removing href attribute from remove icon element
  • Adding cursor: pointer; to a tag
Breaking Changes
  • None