mirror of
https://github.com/zhigang1992/react-slot-fill.git
synced 2026-04-29 12:55:23 +08:00
1.9 KiB
1.9 KiB
2.0.0
- Remove react-dom requirement and require React 16
1.0.2
- Update React peerDependency to ^16.0.0
1.0.0
- Fix issue with Fill typescript definitions
- First proper 1.0.0 release
1.0.0.alpha.12
- fix issue with mitt es6 imports in webpack 2
1.0.0.alpha.11
- update to support React 15.5.x and TypeScript 2.3.x
1.0.0.alpha.10
- lock down mitt version due to breaking change
1.0.0.alpha.9
- add Provider#getFillsByName and Provider#getChildrenByName (#13)
1.0.0.alpha.8
- Bad build
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.