1. 15 11月, 2017 5 次提交
  2. 14 11月, 2017 1 次提交
  3. 13 11月, 2017 5 次提交
  4. 12 11月, 2017 1 次提交
  5. 10 11月, 2017 1 次提交
  6. 09 11月, 2017 1 次提交
    • T
      messages are availble within initialProps (#3252) · 629d0a26
      Tomas Roos 提交于
      This has never been working, we based our intl + locale lookups out of this example and found out when translations wasn't working on page transitions due to the fact that messages gets set to undefined because its trying to destruct in the incorrect level
      629d0a26
  7. 06 11月, 2017 8 次提交
  8. 05 11月, 2017 1 次提交
    • T
      Merge branch 'master' into canary · 18f8ab39
      Tim Neutkens 提交于
      # Conflicts:
      #	examples/with-apollo/lib/initApollo.js
      #	examples/with-apollo/package.json
      #	examples/with-react-with-styles/package.json
      #	examples/with-static-export/package.json
      #	package.json
      18f8ab39
  9. 04 11月, 2017 6 次提交
  10. 03 11月, 2017 1 次提交
  11. 02 11月, 2017 1 次提交
  12. 01 11月, 2017 1 次提交
    • L
      Support de-deduping head tags by setting key (#3170) · 190853b4
      Li Weinan 提交于
      * Support de-deduping head tags by setting key
      
      * move dedupe logic to `unique` function
      
      * fix head tag deduping logic
      
      * remove console.log
      
      * use `toContain` assertions
      
      * update de-duping head tags section in README
      190853b4
  13. 31 10月, 2017 2 次提交
  14. 30 10月, 2017 4 次提交
    • K
      Expose mechanism to monitor render events (#2655) · 6e44cdef
      Kevin Decker 提交于
      * Allow custom clientBootstrap entrypoint
      
      This allows for customization of the client global bootstrap.
      
      * Expose render event emitter to client
      
      * Include client entry point in npm package
      6e44cdef
    • K
      Combine source maps (#3178) · 53a2c5a7
      Kevin Decker 提交于
      * Propagate source maps through combine assets step
      
      * Use constant development build id
      
      * Move combine assets step before uglify step
      
      This ensures that uglify will catch these changes.
      
      * Move dynamic chunks step before uglify step
      
      This ensures that uglify will catch these changes.
      
      * Use chunk templates for page and dynamic chunks
      
      This is a little more in line with how webpack generates its bootstrap and should have better compatibility with other plugins and source map generation.
      
      * Register combined source map with chunks
      
      This ensures that a sourcemap is fully generated.
      
      * Do not minimize combined map inputs
      53a2c5a7
    • K
      1e151058
    • R
      4c18678d
  15. 29 10月, 2017 2 次提交