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

Refactor API #24

Merged
merged 9 commits into from Jun 12, 2017
Merged

Refactor API #24

merged 9 commits into from Jun 12, 2017

Commits on May 26, 2017

  1. Initial

    jquense committed May 26, 2017
    Copy the full SHA
    7beed40 View commit details
    Browse the repository at this point in the history
  2. clean up prop names

    jquense committed May 26, 2017
    Copy the full SHA
    d4140cf View commit details
    Browse the repository at this point in the history
  3. more exploration

    jquense committed May 26, 2017
    Copy the full SHA
    7861192 View commit details
    Browse the repository at this point in the history
  4. fun children

    jquense committed May 26, 2017
    Copy the full SHA
    a4db03a View commit details
    Browse the repository at this point in the history
  5. fix tests

    jquense committed May 26, 2017
    Copy the full SHA
    bbffd6a View commit details
    Browse the repository at this point in the history
  6. some comment docs

    jquense committed May 26, 2017
    Copy the full SHA
    4167bee View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Incorporated development + production builds into /dist (#64) (#66)

    * Incorporated development + production builds into /dist (#64) and
    updated Readme to include CDN/External information.
    
    * Dropping references to Webpack specific build configurations in Readme
    and adding clarity for CDN/external.
    virgofx authored and jquense committed Jun 12, 2017
    Copy the full SHA
    d3a78bf View commit details
    Browse the repository at this point in the history
  2. Enhancement for best practice prop types. (#70)

    * Fixes #69: Adding capability to reduce production build output size and
    allow users that import this package to include prop types in
    development and optionally remove them using Webpacks UglifyJS + Define
    plugin.
    
    * Updated .babelrc that properly wraps prop-types.
    
    * Restoring the original constant declaration for prop types as uglify
    does find dead code and remove it.
    
    * Updating changelog.
    virgofx authored and jquense committed Jun 12, 2017
    Copy the full SHA
    4ba9c40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6effd71 View commit details
    Browse the repository at this point in the history