Skip to content

Releases: redfin/react-server

v0.3.4

05 Jul 18:38
Compare
Choose a tag to compare

v0.3.4 (2016-07-05)

Bug fix

  • react-server
    • #332 Keep document.location up-to-date in frameback frame. (@gigabo)
    • #330 Wait for CSS to load on client transition. (@gigabo)

Commiters: 3

v0.3.3

30 Jun 22:27
Compare
Choose a tag to compare

v0.3.3 (2016-06-30)

Enhancement

  • babel-plugin-react-server, babel-preset-react-server
  • react-server-gulp-module-tagger, react-server-module-tagger

Performance

  • react-server
    • #288 Reduce nodeArrival calls by taking in range of node indices. (@SteveVitali)

Bug fix

  • babel-plugin-react-server
  • react-server-cli
    • #318 Downgrade webpack-dev-server to 1.13.0. (@gigabo)
  • generator-react-server
    • #298 Validate project name in generator to ensure it's a valid npm package name. (@latentflip)

Security

  • react-server-cli
  • generator-react-server
  • react-server
    • #305 Adding X-Content-Type-Options: nosniff header. (@roblg)

Commiters: 6

v0.3.2

13 Jun 18:39
Compare
Choose a tag to compare

v0.3.2 (2016-06-13)

Bug fix

  • react-server
    • #268 Include URL fragment in history navigation stack pathnames. (@gigabo)

Enhancement

Performance

  • react-server
    • #274 Clear failsafe timeouts on route/render success. (@gigabo)

Commiters: 3

v0.3.1

03 Jun 21:08
Compare
Choose a tag to compare

v0.3.1 (2016-06-03)

Bug fix

  • react-server
    • #263 Fixed: #261 - error response body needs to be rehydrated. (@roblg)
  • generator-react-server

Enhancement

  • react-server-cli
    • #251 Handle image and font files linked from CSS. (@aickin)

Commiters: 4

v0.3.0

02 Jun 20:43
Compare
Choose a tag to compare

v0.3.0 (2016-06-02)

Breaking change

  • react-server-cli
    • #226 Standardize routes file configuration (and rename --routes => --routes-file). (@gigabo)
  • react-server

Bug fix

  • react-server
    • #219 Trim dangling root nodes with reuseDom. (@gigabo)
    • #218 Update root container attributes on reuseDom client transition. (@gigabo)
  • react-server-cli

Enhancement

Commiters: 3