Skip to content

Latest commit

 

History

History
197 lines (159 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

197 lines (159 loc) · 10.6 KB

v0.4.3 (2016-08-12)

Enhancement

Bug fix

  • react-server-cli

Commiters: 7

v0.4.2 (2016-08-10)

Enhancement

Bug fix

  • react-server
    • #501 Prevent another type of flash of unstyled content. (@gigabo)
    • #518 Eliminate a frameback navigation initialization race. (@gigabo)

Commiters: 6

v0.4.1 (2016-08-04)

Enhancement

  • generator-react-server, react-server-cli, react-server
  • react-server
    • #481 Add debug params for log level adjustment in browser. (@gigabo)
  • generator-react-server, react-server-cli
    • #484 Make react-server-cli work as a global install. (@gigabo)

Bug fix

  • react-server
    • #500 Address a flash of unstyled content on the website. (@gigabo)
  • react-server-cli
    • #460 Just don't mess with resolve.root at all. (@gigabo)
    • #458 Tell webpack to look for our deps first. (@gigabo)
    • #373 Ensure that if common exists in the manifest, we include it.. (@egid)

Commiters: 7

v0.4.0 (2016-07-16)

Enhancement

Commiters: 2

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 (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 (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 (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 (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