- replace
state
with a privateMap
- add
childrenProps
prop inWhitePortal
- fix unpkg build (to bundle PropTypes)
- fix import in react-native (#2)
- rename
index.*.js
todist/*.js
- add simple check for
PropTypes
- fix broken browser build
- Replace main entry to
index.noflow.js
to let users easily consume the module withouttransform-class-properties
andtransform-flow-strip-types
- Add live demo
- Add ES5 build for npm as
index.es5.js
&&index.min.js
- available as
- https://unpkg.com/react-native-portal/index.min.js (note: see 1.1.2)
- https://unpkg.com/react-native-portal/index.es5.js (note: see 1.1.2)
- etc. at https://unpkg.com/react-native-portal/
- available as
- Emit
null
whenBlackPortal
unmounts
- Update Readme
- Add prop-types peer dependancy
- Updated readme
- 2017-04-20
- initial publish