Skip to content

Latest commit

 

History

History
76 lines (42 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

76 lines (42 loc) · 1.93 KB

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

1.0.0.alpha.5

1.0.0.alpha.4

Contributors

  • @Craga89

1.0.0.alpha.3

oops! no changes

1.0.0.alpha.2

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.