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

Make window & document references iframe-aware #177

Closed
wants to merge 3 commits into from
Closed

Make window & document references iframe-aware #177

wants to merge 3 commits into from

Commits on Jul 19, 2016

  1. Add missing comma in readme

    nikolas authored and acusti committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    86eee40 View commit details
    Browse the repository at this point in the history
  2. ✅ Fix propType tests latest React

    React 15.2.0 changed propType validation warning text:
    https://github.com/facebook/react/blob/master/CHANGELOG.md#1520-july-1-2
    016
    acusti committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    549669e View commit details
    Browse the repository at this point in the history
  3. Use window/document relative to DOM element

    Use the ownerDocument and window of the DOM element being manipulated
    rather than the global window and document objects. This makes
    react-draggable work with a tool like
    https://github.com/ryanseddon/react-frame-component
    acusti committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    2f1ffdb View commit details
    Browse the repository at this point in the history