Skip to content

Releases: JFusco/react-tagging-input

v2.1.2

11 Oct 13:28
Compare
Choose a tag to compare

Patch Release

Updates
  • Update development dependencies
  • Remove unused packages in test scripts
  • Add configure and Adapter to test scripts
  • Update to React 16!

v2.1.1

19 Sep 14:50
Compare
Choose a tag to compare

Patch Release

Updates
  • Update development dependencies
  • Clean up whitespace in all files to use spaces instead of tabs
  • Clean up README files examples
  • Remove strict check on node engine and npm version

v2.1.0

07 Jul 13:21
Compare
Choose a tag to compare

Minor Release

Updates
  • Update dependencies and devDependencies
  • Add Flow types to Tag.js and Tags.js components
  • Update tests to work with new versions of React and Jest
  • Add .flowconfig to ignore/include folders and options to recognize scss imports
Breaking Changes
  • None

v2.0.0

19 Mar 17:39
Compare
Choose a tag to compare

Major Release

Updates

Refactor the Tags component to be stateless and allow the state of
tags to be changed/controlled at the host component level. Keep all
other business logic in the component layer.

Update README to reflect new refactor of the component. Update
options and events, remove onChange event.

Update tags tests to use stateless component. Create an
App fixture to be able to capture events and state change
in the component so we can test properly.

Update webpack to extract the css in a production build
as well as a development build. Remove css-loader rule from rules config.

Update example/docs to reflect new changes to the component.

Breaking Changes
  • Component is now stateless, host component must provide tags
  • Removed onChange event
  • tags is now a required attribute

v1.10.0

18 Mar 20:49
Compare
Choose a tag to compare

Minor Release

Updates
  • Update dependencies and devDependencies
  • Add deploy config to travis config to auto deploy to npm
  • Remove preversion task from package.json
  • Update node engine version in package.json and travis.yml
Breaking Changes
  • None

v1.9.0

17 Mar 12:56
Compare
Choose a tag to compare

Minor Release

Updates
  • Update dependencies and devDependencies.
  • Remove gulp dependency completely and just use webpack and npm for running builds.
  • Modify plugins in webpack
  • Update package.json to include semver build scripts so we can easily bump the version.
  • Update README documentation
Breaking Changes
  • None

v1.8.6

04 Mar 11:37
Compare
Choose a tag to compare

Minor Release

Updates
  • Update Jest and test suite to use snapshots
  • Update webpack and remove loaders and add rules, update to 2.2.1
  • Add in new style-loader, css-loader and sass-loader rules
  • Update and modify ExtractTextPlugin in webpack
  • Remove '' in extensions because webpack does not require it anymore
  • Remove Dedupe plugin as webpack has deprecated this. Add NoEmitOnErrorsPlugin
  • Remove NoErrorsPlugin as webpack deprecated this
  • Update all outdated devDependecnies to latest builds
  • Update and simplify .babelrc
  • Remove all plugins from .babelrc and package.json and add stage-0 preset
Breaking Changes
  • None

v1.7.6

01 Jan 18:52
Compare
Choose a tag to compare

Patch Release

Updates
  • Added mocks directory to project

v1.7.5

01 Jan 18:45
Compare
Choose a tag to compare

Minor Release

Updates
  • Update the devDependencies to update React and Jest libraries.
  • Add mocks directory and styleMock.js to be able to mock the scss that gets imported in to the component.
  • Change dev to development and prod to production in package.json and webpack configs.
  • Add __DEV__ variable to .eslint globals and Jest globals.
Breaking Changes
  • None

v1.6.5

07 Nov 20:15
Compare
Choose a tag to compare

Patch Release

Updates
  • Fixing examples and README to not use the bind decorator from babel
Breaking Changes
  • None