mirror of
https://github.com/zhigang1992/react-slot-fill.git
synced 2026-04-29 21:05:31 +08:00
1.5 KiB
1.5 KiB
1.0.0.alpha.8
- add Provider#getFillsByName and Provider#getChildrenByName (#13)
1.0.0.alpha.7
- Fix bug where Slot couldn't render null
1.0.0.alpha.6
- Converted to TypeScript
- React 15.x is now supported and extra div elements will be inserted where needed
1.0.0.alpha.5
- Move mutt to dependencies
- remove react-dom peerDependency. react-slot-fill should work with react-native now
1.0.0.alpha.4
Contributors
- @Craga89
1.0.0.alpha.3
oops! no changes
1.0.0.alpha.2
- Add react@next and react-dom@next dependencies instead of hard-coding Fiber
- Add Provider component which avoids using global state
- Change highlight to JSX on README
Contributors:
- @rogeliog
- @camwest
- @davesnx
1.0.0.alpha.1
Initial Release. Note this requires react-fiber to function correctly since Slot returns an array of elements which is only supported there.