- Remove react-dom requirement and require React 16
- Update React peerDependency to ^16.0.0
- Fix issue with Fill typescript definitions
- First proper 1.0.0 release
- fix issue with mitt es6 imports in webpack 2
- update to support React 15.5.x and TypeScript 2.3.x
- lock down mitt version due to breaking change
- add Provider#getFillsByName and Provider#getChildrenByName (#13)
- Bad build
- Fix bug where Slot couldn't render null
- Converted to TypeScript
- React 15.x is now supported and extra div elements will be inserted where needed
- Move mutt to dependencies
- remove react-dom peerDependency. react-slot-fill should work with react-native now
- @Craga89
oops! no changes
- 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
- @rogeliog
- @camwest
- @davesnx
Initial Release. Note this requires react-fiber to function correctly since Slot returns an array of elements which is only supported there.