Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[react-jss] Add flow typings #818

Merged
merged 27 commits into from Aug 15, 2018

Commits on Aug 7, 2018

  1. First commit

    gomesalexandre committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    b4b0523 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    e008910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5348a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    887652f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Moved types/index.js just to types.js and added InnerProps and OuterP…

    …rops utility types
    Henri Beck committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    3954fc5 View commit details
    Browse the repository at this point in the history
  2. Simplified typings of injectSheet.js

    Henri Beck committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    a7cca18 View commit details
    Browse the repository at this point in the history
  3. Updated and fixed some typings in createHOC.js

    - Used OuterProps and InnerProps types
    - Fixed the props of the returning component
    Henri Beck committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    b379272 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Removed unnecessary types in ns.js

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    b1fb062 View commit details
    Browse the repository at this point in the history
  2. Added flow flag to some untyped files

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    1d69fce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c07422 View commit details
    Browse the repository at this point in the history
  4. Fix typing of getDisplayName

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    386f2e5 View commit details
    Browse the repository at this point in the history
  5. Added Context Type and updated Options to use StyleSheetFactoryOption…

    …s type
    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    839e1ae View commit details
    Browse the repository at this point in the history
  6. Moved types/index.js just to types.js and added

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    fccbbf0 View commit details
    Browse the repository at this point in the history
  7. Improved Context Type

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    5f1c1e8 View commit details
    Browse the repository at this point in the history
  8. Updated createHoc to use Context type

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    d867aa2 View commit details
    Browse the repository at this point in the history
  9. Improved typing of the Theming option

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    539c3ed View commit details
    Browse the repository at this point in the history
  10. Formatted code with prettier

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    bacb6bd View commit details
    Browse the repository at this point in the history
  11. Updated size snapshot and lockfile

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    2b86b8d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecdf147 View commit details
    Browse the repository at this point in the history
  13. Fixed types of the JssProvider props

    - Made most props optional
    - Only allow one child
    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    4c16374 View commit details
    Browse the repository at this point in the history
  14. Remove semi eslint rule

    Henri Beck committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    3ad6097 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Removed unnecessary types

    Henri Beck committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    1a803f9 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary check

    Henri Beck committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    44d7dd5 View commit details
    Browse the repository at this point in the history
  3. Updated a if statement and fixed removing dynamic sheet from global r…

    …egistry after component unmounts
    Henri Beck committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    9da04d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    3d7d984 View commit details
    Browse the repository at this point in the history
  2. Renamed generic types of createHOC

    Henri Beck committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    fcd4345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    629d9f5 View commit details
    Browse the repository at this point in the history