Releases: JFusco/react-predictive-input
Releases · JFusco/react-predictive-input
v1.2.6
Patch Release
Updates
- Add new React library and PropTypes
- Fix bug #3
Breaking Changes
v1.2.5
Patch Release
Updates
Breaking Changes
v1.2.4
Patch Release
Updates
- Fixing name of package in
README
- Patches 1.2.2 and 1.2.3 are the same thing, I kept missing spots on where to change the name
Breaking Changes
v.1.2.1
Patch Release
Updates
- Fixing name of the repository url in
package.json
since I changed the name of the package
Breaking Changes
v1.2.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 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
v1.1.1
Minor Release
Changes
- Refactoring build process
- Adding npmignore for when I want to publish it to npm repo
- Updating
devDependencies
and keywords
- Removing webpack, babel and tests from gulp build and moving to npm
TODO
Breaking Changes
v1.0.1
Minor Release
Changes
- Added initial README
- Fixing default values for
caseSensitive
and fuzzy
- Updating
devDependencies
and keywords
TODO
Breaking Changes
v1.1.0
Initial commit of codebase
- TODO: work on README
- Write tests for each component