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

[core] forward innerRef for certain components #14536

Merged
merged 35 commits into from
Mar 1, 2019

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    0f5967f View commit details
    Browse the repository at this point in the history
  2. [core] add withForwardedRef hoc

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    f987a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    645c3cd View commit details
    Browse the repository at this point in the history
  4. [Grid] Fix failing test

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    cc2ee61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db37607 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ee275f View commit details
    Browse the repository at this point in the history
  7. [SwitchBase] Fix failing tests

    - forwardRef for TouchRipple was a bad idea. We need the imperative
    handles of the class
    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    2eaa732 View commit details
    Browse the repository at this point in the history
  8. [OutlinedInput] Fix failing test

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    1f6caac View commit details
    Browse the repository at this point in the history
  9. [core] Revert forwardRef for modal and dialog

    Caused all tests to fail. Defering until absolutely necessary
    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    426bc7a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ecbb34 View commit details
    Browse the repository at this point in the history
  11. [TextField] Fix failing test

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    f8a3edf View commit details
    Browse the repository at this point in the history
  12. [Popover] Revert forwardRef

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    0378a91 View commit details
    Browse the repository at this point in the history
  13. [TablePagination] Fix tests

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    e5a3ce1 View commit details
    Browse the repository at this point in the history
  14. {Tabs] Revert forwardRef

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    d614e7e View commit details
    Browse the repository at this point in the history
  15. [Tab] Fix failing test

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    369375d View commit details
    Browse the repository at this point in the history
  16. [BottomNavigation] Fix tests

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    7c5ebe1 View commit details
    Browse the repository at this point in the history
  17. [ButtonBase] Fix tests

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    7c48522 View commit details
    Browse the repository at this point in the history
  18. [Chip] Fix chipRef being undefined

    Fixes test suite
    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    016971c View commit details
    Browse the repository at this point in the history
  19. [Collapse] Revert forwardRef

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    c78abef View commit details
    Browse the repository at this point in the history
  20. [Drawer] Fix tests

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    b49c7f7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d766e03 View commit details
    Browse the repository at this point in the history
  22. [ExpansionPanel] Fix tests

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    8e1fa38 View commit details
    Browse the repository at this point in the history
  23. [FilledInput] Fix tests

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    ca047b6 View commit details
    Browse the repository at this point in the history
  24. [GridListTile] Fix failing tests

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    f33ed34 View commit details
    Browse the repository at this point in the history
  25. [Input] Fix test

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    4c54e65 View commit details
    Browse the repository at this point in the history
  26. [Textarea] Revert forwardRef

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    e2c862e View commit details
    Browse the repository at this point in the history
  27. [InputLabel] Fix tests

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    94d3630 View commit details
    Browse the repository at this point in the history
  28. [Menu] Fix menu tests

    [skip ci]
    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    1b3039c View commit details
    Browse the repository at this point in the history
  29. [Snackbar] Fix tests [skip ci]

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    e7f4372 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    986ec2c View commit details
    Browse the repository at this point in the history
  31. [core] Format rebased files

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    08115ed View commit details
    Browse the repository at this point in the history
  32. [docs] Fix API docs

    - added accidentally deleted component JSDOCs
    - ignored innerRef from withForwardRef HOC
    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    a3331fe View commit details
    Browse the repository at this point in the history
  33. [core] Fix lint errors

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    05bf7d8 View commit details
    Browse the repository at this point in the history
  34. [lab] Use forwardRef

    eps1lon authored and oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    eadc6b9 View commit details
    Browse the repository at this point in the history
  35. fix rebase issue

    oliviertassinari committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    827b466 View commit details
    Browse the repository at this point in the history