react-transclusion
Version:
Render arbitrary components into outlets for use in dynamic layouts.
20 lines (11 loc) • 336 B
Markdown
# 1.4.1
- really accept `tagProps`
- stop using polyfill for `Object.assign`
# 1.4.0
- accept `tagProps`
# 1.3.2
- removed usage of `Object.assign` for IE11 compatibility
# 1.3.1
- now infers outlet occupant "key" from `component.displayName` frd
# 1.3.0
- now infers outlet occupant "key" from component.displayName if present