Releases: JFusco/react-tagging-input
Releases · JFusco/react-tagging-input
v1.6.4
v.1.6.3
v1.6.2
v1.6.1
v1.6.0
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 anindex.html
and anindex.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
andclean
- everything else can be ran vianpm
scripts.
Breaking Changes
- None
v1.5.0
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
v1.4.8
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