Livereactload Versions Save

Live code editing with Browserify and React

3.0.0

7 years ago
  • The whole reloading logic rewritten, fixes #117 #114 #113 #112 #111 and #104
  • Show warning in browser's console if react-transform is not enabled #120
  • Dropped --client <custom-client> CLI option (breaking change)

2.2.4

7 years ago
  • Fix broken de-duping logic #115 (thanks @ganemone!)

2.2.3

8 years ago
  • Add opt-in --no-dedupe CLI option ({dedupe:false}) to disable Browserify de-duplication #104
  • Fix Gulp example (thanks @petetnt)

2.2.2

8 years ago
  • Add error handler to prevent crash on ungraceful websocket disconnect #108 (thanks @djblue)

2.2.1

8 years ago
  • Auto find host based on window.location.hostname #105 (thanks @djblue)

2.2.0

8 years ago
  • Notify clients about bundle errors (e.g. syntax errors) #94
  • Fix gulp example not to leave bundler process open after browserify task #90
  • Support Browserify's --ig flag, fixes #87
  • Fix de-duped module reloading bug #99 (thanks @mlarcher)
  • Update dependency versions and refactor codebase to use more ES6 features

2.1.1

8 years ago
  • Maintain standalone functionality (#98 thanks to @boblauer)
  • Documentation fixes (#95 #88 thanks to @cheapsteak & @SystemParadox)

2.1.0

8 years ago
  • Add possibility to disable reloading client by using --no-client config option or to override it with custom implementation by using --client 'my-custom-client' #74 (thanks to @vweevers)

2.0.5

8 years ago
  • Fix Uncaught TypeError: require is not a function when using babel-runtime #71

2.0.4

8 years ago
  • Fix broken reload propagation guards (if any module exports only React components, then reloading should stop to that module) #69
  • Add ability to accept reloaded modules with onReload hook and prevent parent module reloading (fixes also redux warning) #64 #70
  • Fix incorrect web socket protocol detection #48