Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
v2.0.1 Check for mount target before manual unmount
-
v2.0.0 React 16 upgrade
-
v1.1.1 Invaid peer deps
-
v1.1.0 Adding new proptypes package
-
v1.0.3 Fix Firefox bug with document.write adding to browser history
-
v1.0.2 Avoid error when re-using comonent
-
v1.0.1 Set right context for firefox when rendering iframe
-
v1.0.0 Modernize Frame Component, propagate iframe globals (window, document) as context values
-
v0.6.6 add top level class names to div wrapper elements for styling hooks
-
v0.6.5 Unmount at correct DOM node if using mountTarget prop, update object-assign dep
-
v0.6.4 Remove ES2015 const usage, breaks in older browsers
-
v0.6.3 Remove all unknown props before rendering iframe
-
v0.6.2 Remove non DOM based props from elements rendered
-
v0.6.1 document.clear() is deprecated and not actually needed
-
v0.6.0 React v15 update, new mountTarget prop to specify render target when using initialContent prop
-
v0.5.2 Add contentDid[Mount|Update] lifecycle hooks
-
v0.5.1 Add doctype to intitial content, check if node is mounted before trying to render frame contents
-
v0.5.0 Add new initialContent prop, use unstable_renderSubtreeContainer to preserve context across React#render calls
-
v0.4.1 Preserve iframe DOM between renders
-
v0.4.0 React 0.14.x support