Skip to content

Releases: jackmellis/vue-hoc

0.3.0

03 Feb 20:18
Compare
Choose a tag to compare
  • unknown render props are passed to the component as attributes
  • allow slots to contain both elements and text nodes together

0.2.0

23 Oct 16:50
Compare
Choose a tag to compare
  • createHOCc and createRenderFnc are now not fully curried methods, each takes configuration arguments and returns a function that accepts a component.
    // 0.1:
    createHOCc(options)(renderWith)(Component)
    // or
    createHOCc(options, renderWith, Component)
    // must now be written as
    createHOCc(options, renderWith)(Component)

0.1.6

28 Sep 17:24
Compare
Choose a tag to compare
  • Correctly handle scoped (template) slots 10

0.1.0

29 Aug 16:54
Compare
Choose a tag to compare
v0.1