Skip to content

Releases: zackify/reactview

0.6.2

Choose a tag to compare

@zackify zackify released this 27 May 23:02

fixed context in webpack modules

0.6.1

Choose a tag to compare

@zackify zackify released this 22 May 18:32
  • components with .js actually work now

0.6.0

Choose a tag to compare

@zackify zackify released this 21 May 22:16

Hot module reloading!

0.5.3

Choose a tag to compare

@zackify zackify released this 19 May 06:35
  • Added latest render-placement-loader which adds error handling when the class passed in is invalid

0.5.2

Choose a tag to compare

@zackify zackify released this 17 May 21:09
  • Added option to manually set what component is rendered. If multiple components are imported, you need to do this.

0.5.1

Choose a tag to compare

@zackify zackify released this 15 May 22:59

fixed missing babel dependency

0.5.0

Choose a tag to compare

@zackify zackify released this 15 May 22:32
  • v2.0 of the render placement loader. You must export default the component you want to be rendered.
  • fixed error message formatting when compiling your component
  • refresh the page to see changes to your component (js is hot compiled) next up: hot reloading.

0.4.3

Choose a tag to compare

@zackify zackify released this 15 May 22:14
updated readme

0.4.2

Choose a tag to compare

@zackify zackify released this 15 May 01:39

updated babel-core

0.4.1

Choose a tag to compare

@zackify zackify released this 14 May 17:53

Added option to pass in props to your component