1. 28 5月, 2018 1 次提交
    • M
      Allow onClick on next/link component's child (#4474) · 66922526
      Michał Miszczyszyn 提交于
      Allow `onClick` on `next/link` child. This should not be a breaking change, but it's a very useful feature. Real-life use cases include: analytics or closing menu on navigation, and other.
      
      - [x] allow optional `onClick` on `next/link` component's child
      - [x] call original `child.props.onClick(e)` before `this.linkClicked(e)`
      - [x] add integration tests
      - [x] cancel the navigation if `e.defaultPrevented === true`
      
      Fixes #1490
      66922526
  2. 26 5月, 2018 1 次提交
  3. 25 5月, 2018 14 次提交
  4. 24 5月, 2018 8 次提交
  5. 23 5月, 2018 1 次提交
  6. 22 5月, 2018 2 次提交
  7. 21 5月, 2018 3 次提交
    • T
      Minor update to with-apollo-auth (#4426) · 54e152b1
      Tage A. L. K 提交于
      Changes
      * Update dependencies.
      * Remove sending client prop to component on pages.
      * Use withApollo correctly on components.
      * Use `client.cache.reset()` instead of `prop.client.resetStore()`.
      
      @adamsoffer @timneutkens 
      54e152b1
    • J
      with-firebase-hosting: update to work with next v6 (#4435) · 57be892d
      James Hegedus 提交于
      * with-firebase-hosting: update next.js 6, readme about customization
      
      * now next.js 6 is on Babel 7, remove conflicting babel deps
      * update Next Server/Cloud Function .babelrc config
      * update other deps: Cloud Functions to 1.x.x etc
      * rm install-deps script as it is no longer used on deployment (firebase does not upload node_modules)
      * make scripts consistent in their wrapping of dirs with \" (escaped double quotes)
      
      * with-firebase-hosting: pin next to "latest" version
      
      * with-firebase-hosting: fix lint errors
      57be892d
    • S
      Create with-firebase-hosting-and-typescript example (#4443) · 35d32b48
      Sampson Oliver 提交于
      Adds an example based off of @jthegedus work on firebase hosting, compatible with next v6 and using typescript in both the firebase functions and the next app.
      35d32b48
  8. 20 5月, 2018 1 次提交
  9. 18 5月, 2018 2 次提交
  10. 17 5月, 2018 5 次提交
  11. 16 5月, 2018 2 次提交