Skip to content

Releases: samtgarson/vueport

v0.1.5

14 May 13:20
Compare
Choose a tag to compare

Handles a timeout from the call to the renderer.

v0.1.4

15 Mar 15:57
Compare
Choose a tag to compare

This release adds a class to the wrapper element which you can use in your route Vue component.

v0.1.3

12 Jan 11:48
Compare
Choose a tag to compare

Handle bug in Net::HTTP which causes the response to be encoded incorreclty.

v0.1.2

01 Jan 14:00
Compare
Choose a tag to compare
  • Enable Vue router integration by posting to the requested path on the Node server
  • Switch from HTTParty to Net::HTTP, as that post-install message is really annoying
  • Fix SSR warnings

v0.1.1

31 Dec 13:50
Compare
Choose a tag to compare

This release creates our own webpack config rather than borrowing the one from WebpackRails so we're much more stable. This config has been based on the config from the Vue CLI template.

We also introduce JS linting, and make a few small fixes for niceness.