Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Precompiled lib, use webpack and update dependency versions #32

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 1, 2016

  1. Added Prepublish hook

    Moved from browserify and grunt to webpack
    Use babel with react preset
    Npm based build
    he8us committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    0f592ad View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Publish precompiled lib

    jbrodriguez committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    683858e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Upgrade to work with react 15

    - Set react dependencies to >=0.14.x so that it will accept react 15
    scags9876 committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    7c773d8 View commit details
    Browse the repository at this point in the history
  2. Upgrade lodash to 4.x

    scags9876 committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    672c667 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.5.2

    scags9876 committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    167d9de View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Configuration menu
    Copy the full SHA
    6f53dc9 View commit details
    Browse the repository at this point in the history
  2. update bundle

    scags9876 committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    688eb9e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Update to support react v15

    These mainly address deprecation warnings given with react 15.
    
     - Remove soon to be deprecated React.propTypes in favor of the PropTypes package.  See https://fb.me/prop-types-docs
     - Remove soon to be deprecated React.createClass in favor of the creatReactClass package. See https://fb.me/react-create-class
     - Fix bug with undefined propType warning
    scags9876 committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    4e2ead1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e3b3d View commit details
    Browse the repository at this point in the history