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] Remove createStyles from @material-ui/core #26018

Merged
merged 43 commits into from
Apr 29, 2021

Commits on Apr 26, 2021

  1. init

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f65c6a5 View commit details
    Browse the repository at this point in the history
  2. revert

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0492da2 View commit details
    Browse the repository at this point in the history
  3. test updates

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    a198803 View commit details
    Browse the repository at this point in the history
  4. remove warning

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    bd8a443 View commit details
    Browse the repository at this point in the history
  5. misc

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    8b81eeb View commit details
    Browse the repository at this point in the history
  6. media query

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    10cd53f View commit details
    Browse the repository at this point in the history
  7. fixes

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    14e546b View commit details
    Browse the repository at this point in the history
  8. fixes

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    93a9281 View commit details
    Browse the repository at this point in the history
  9. ts fixes

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7f63ba3 View commit details
    Browse the repository at this point in the history
  10. prettier

    mnajdova committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    c7885cc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. init

    mnajdova committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    54ca796 View commit details
    Browse the repository at this point in the history
  2. reverted some changes

    mnajdova committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    1e245c0 View commit details
    Browse the repository at this point in the history
  3. prettier & Popper fix

    mnajdova committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    896d973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a69548a View commit details
    Browse the repository at this point in the history
  5. add in ci.json

    mnajdova committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    38ec9b2 View commit details
    Browse the repository at this point in the history
  6. update rollup

    mnajdova committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    224f6d4 View commit details
    Browse the repository at this point in the history
  7. fix package

    mnajdova committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e34a84b View commit details
    Browse the repository at this point in the history
  8. bump utils package

    mnajdova committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    fd016d3 View commit details
    Browse the repository at this point in the history
  9. size snapshot

    mnajdova committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    ae4713e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. rename package

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    9cc6155 View commit details
    Browse the repository at this point in the history
  2. prettier

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4aaa2fb View commit details
    Browse the repository at this point in the history
  3. duplicate utlities

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    30bb8ed View commit details
    Browse the repository at this point in the history
  4. spec fixes

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    ec40710 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b06797b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40423b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f6cdbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ea31d4 View commit details
    Browse the repository at this point in the history
  9. changes

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    031da6f View commit details
    Browse the repository at this point in the history
  10. migration guide

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    5a023f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0038937 View commit details
    Browse the repository at this point in the history
  12. fix empty lines in js demos

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    2dd38ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    993f842 View commit details
    Browse the repository at this point in the history
  14. prettier

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    3ca2fed View commit details
    Browse the repository at this point in the history
  15. replaced multiline imports

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    267571b View commit details
    Browse the repository at this point in the history
  16. fixes

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    6973b1c View commit details
    Browse the repository at this point in the history
  17. bring back createStyles

    mnajdova committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e5ea6c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    7bdee91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c09c7ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8e70d5 View commit details
    Browse the repository at this point in the history
  4. add cast

    mnajdova committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ce52e09 View commit details
    Browse the repository at this point in the history
  5. removed plugin

    mnajdova committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    80011da View commit details
    Browse the repository at this point in the history
  6. Update docs/src/pages/guides/migration-v4/migration-v4.md

    Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
    mnajdova and oliviertassinari authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    555f4fd View commit details
    Browse the repository at this point in the history
  7. add back warning

    mnajdova committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    62d43a4 View commit details
    Browse the repository at this point in the history