Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 3.55 KB

15.5.10

  • Fix a false positive warning when using a production UMD build of a third-party library with a DEV version of React. (@gaearon in #50)

15.5.9

  • Add loose-envify Browserify transform for users who don't envify globally. (@mridgway in #45)

15.5.8

  • Limit the manual PropTypes call warning count because it has false positives with React versions earlier than 15.2.0 in the 15.x branch and 0.14.9 in the 0.14.x branch. (@gaearon in #26)

15.5.7

  • Critical Bugfix: Fix an accidental breaking change that caused errors in production when used through React.PropTypes. (@gaearon in #20)
  • Improve the size of production UMD build. (@aweary in 38ba18 and 7882a7)

15.5.6

Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.

15.5.5

Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.

15.5.4

Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.

  • Reduce the size of the UMD Build. (@acdlite in 31e9344)
  • Remove bad package url. (@ljharb in 158198f)
  • Remove the accidentally included typechecking code from the production build.

15.5.3

Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.

  • Remove the accidentally included React package code from the UMD bundle. (@acdlite in df318bb)

15.5.2

Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.

  • Remove dependency on React for CommonJS entry point. (@acdlite in cae72bb)

15.5.1

Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.

  • Remove accidental uncompiled ES6 syntax in the published package. (@acdlite in e191963)

15.5.0

Note: this release has a critical issue and was deprecated. Please update to 15.5.7 or higher.

  • Initial release.

Before 15.5.0

PropTypes was previously included in React, but is now a separate package. For earlier history of PropTypes see the React change log.