Skip to content

Commits on Apr 8, 2020

Commits on Mar 22, 2020

Commits on Jan 4, 2020

Commits on Oct 24, 2019

Commits on Sep 2, 2019

Commits on Jul 10, 2019

  1. [examples] Update to support Next.js v9 (#16519)

    * Update to next v9
    
    * simplify next.config.js
    
    * Bring back original ts params
    
    * Fix tsconfig to original example
    
    * prettier
    
    * Align nextjs example with next-js-with-typescript
    
    * Sure, this, why not?
    
    * add key
    
    * do for next exaample as well
    Janpot authored and oliviertassinari committed Jul 10, 2019

Commits on Jun 18, 2019

  1. [examples] Fix the styled-jsx integration of the Next.js examples (#1…

    …6268)
    
    * Update _document.tsx
    
    fix SSR bug
    
    * Fix the JavaScript demo too
    lifeiscontent authored and oliviertassinari committed Jun 18, 2019

Commits on Jun 1, 2019

  1. [docs] Batch of fixes (#15996)

    * [docs] Fix Invalid prop  prop type warning
    
    * [docs] Card fix image resolution
    
    * [docs] Fix Blokt image
    
    * [CircularProgress] Handle default props regression
    
    * [docs] Force code left-to-right
    
    * [Tooltip] Fix RTL positioning
    
    * [docs] Fix Confirmation dialogs state
    
    * [docs] Provide a composition demo in the FormControl API
    
    * [docs] Fix Nu Html Checker errors
    
    * fix ci
    oliviertassinari committed Jun 1, 2019

Commits on May 25, 2019

  1. [docs] Improve lighthouse performance score (#15758)

    * [docs] Use font-display: swap for fonts.googleapis
    
    * [docs] Use smaller preview image for themes
    
    * [docs] Fix blokt logo
    
    * [doc] Use github avatar permalinks
    eps1lon authored and oliviertassinari committed May 25, 2019

Commits on May 23, 2019

  1. [docs] Change the links to point to the apex (#15765)

    * [docs] Change the links to point to the apex
    
    * tag latest
    oliviertassinari committed May 23, 2019

Commits on Dec 19, 2018

  1. [docs] Add a next.js demo with hooks (#13920)

    * [docs] Add a next.js demo with hooks
    
    * review
    oliviertassinari committed Dec 19, 2018

Commits on Oct 28, 2018

  1. [examples] Fix Next.js warning "no title in _document.js" (#13415)

    * Fix nextjs error 'no title in pages/_document' and undefined 'pageProps' in pages/_app
    
    * getInitialProps works without
    iamhosseindhv authored and oliviertassinari committed Oct 28, 2018

Commits on Jun 27, 2018

  1. [docs] Use _app.js instead of wrapping every page by withRoot() (#11989)

    * [examples] Avoid wrapping every page by withRoot
    
    * ready to be merged
    NikitaVlaznev authored and oliviertassinari committed Jun 27, 2018

Commits on Mar 21, 2018

  1. [examples] Update next.js PWA color (#10749)

    The example theme defined in getPageContext has only light, medium, dark defined for the primary pallet. As such, in the example, the 500 color used for the PWA theme undefined.
    blainegarrett authored and oliviertassinari committed Mar 21, 2018

Commits on Mar 9, 2018

  1. [docs] Fix next.js example to enable styled-jsx with material-ui (#10580

    )
    
    * fix next.js example to enable styled-jsx with material-ui
    
    * no react destructuration
    shibukawa authored and oliviertassinari committed Mar 9, 2018

Commits on Jan 1, 2018

Commits on Dec 8, 2017

  1. [examples] remove flow from the examples (#9446)

    * [examples] remove flow from the examples
    
    * [examples] remove flow from examples part 2
    stormasm authored and oliviertassinari committed Dec 8, 2017

Commits on Sep 12, 2017

  1. Update _document.js

    Closes #8160
    oliviertassinari committed Sep 12, 2017

Commits on Sep 9, 2017

Commits on Aug 31, 2017

Commits on Aug 23, 2017

  1. [flow] Fixes (#7886)

    oliviertassinari committed Aug 23, 2017
  2. [flow] Upgrade to flow 0.53.1 (#7869)

    * [flow] upgrade flow-bin
    
    * [flow] initial flow-upgrade
    
    - ran flow-upgrade
    - switch React.Element<any> references to React.Node
    - switch all react imports to `* as React` and use the React.* for access to uniformly access both function and types
    - linted
    
    * [flow] flow-typed install
    
    * [flow] flow-typed workaround marked libdef
    
    flow-typed/flow-typed#1165
    
    * [flow] flow-upgrade ./test
    
    * [flow] fix flow usage of WebkitTran*
    
    * [flow] type single-only children for transitions
    
    * [flow] woohoo, resolved sticky Snackbar flow typing
    
    * [flow] more 53.1 typing
    
    * [Card] flow fixes #7854
    
    * [flow] more flow 53.1
    
    * [flow] fixme for #7868
    
    * [flow] 53.1 ./examples
    
    * [flow] weak type docs for 53.1
    
    * [flow] flow-typed workaround for flow-typed/flow-typed#1158
    
    * [flow] workaround for flow-typed/flow-typed#1158
    
    * [flow] require Dialog element
    
    * [flow] convert withStyles to flow
    
    * [flow] workaround brigand/babel-plugin-flow-react-proptypes#127
    
    This isn’t a fix, it just gets past the error.  I assume generated prop types are still invalid.
    
    * [flow] type TouchRipple and Ripple
    
    * [flow] type withTheme
    
    * [flow] type HOC withTheme
    
    * [flow] bind hoc BaseProps
    
    * [flow] type withWidth
    
    * [flow] type Tabs
    
    * [flow] correct requirements for HOC props
    
    * [flow] 0.53.1 conversion - tests finally run with a few errors
    
    * [flow] FormControl children were tested as optional
    
    * [Textarea] revert to target instead of currentTarget
    
    * [docs] Fix missing props in css-in-js examples (#7867)
    
    * [docs] Fix missing props in css-in-js examples
    
    `this.classes.root` wouldn't work - `this.props.classes.root' would.
    
    * Update css-in-js.md
    
    * [flow] get docs working
    
    * [Tabs] fix flow change that broke tab movement
    
    * [flow] reduce DefaultProps usage to the minimum necessary
    
    * [flow] type callback on ButtonBase
    
    * [docs] workaround react-docgen #7780
    
    * Temporary size limit increase due to #7881
    rosskevin committed Aug 23, 2017

Commits on Aug 18, 2017