Skip to content

Releases: JFusco/react-predictive-input

v1.2.6

13 Dec 02:12
Compare
Choose a tag to compare

Patch Release

Updates
  • Add new React library and PropTypes
  • Fix bug #3
Breaking Changes
  • None

v1.2.5

07 Nov 20:14
Compare
Choose a tag to compare

Patch Release

Updates
  • Fixes bug #1
Breaking Changes
  • None

v1.2.4

06 Nov 18:16
Compare
Choose a tag to compare

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

v.1.2.1

06 Nov 18:10
Compare
Choose a tag to compare

Patch Release

Updates
  • Fixing name of the repository url in package.json since I changed the name of the package
Breaking Changes
  • None

v1.2.0

06 Nov 18:08
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.1.1

10 Oct 16:00
Compare
Choose a tag to compare

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
  • Write tests
Breaking Changes
  • None

v1.0.1

04 Aug 02:51
Compare
Choose a tag to compare

Minor Release

Changes
  • Added initial README
  • Fixing default values for caseSensitive and fuzzy
  • Updating devDependencies and keywords
TODO
  • Write tests 0_o
Breaking Changes
  • None

v1.1.0

03 Aug 18:26
Compare
Choose a tag to compare

Initial commit of codebase

  • TODO: work on README
  • Write tests for each component