Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-17555 Upgrade react-intl to v3 #3866

Merged
merged 27 commits into from
Nov 7, 2019

Commits on Nov 6, 2019

  1. Upgrade react-intl to v3

    cometkim committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    5fda8ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6420e3 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    cometkim committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    f3fba13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e43b230 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42a89f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    657e3e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0edd383 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b41c0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8c401d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d614417 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e70e03 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59d2bf0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    61729a6 View commit details
    Browse the repository at this point in the history
  14. Fix tests and snpashots

    - Replace shallowWithIntl to shallow for components which aren't wrapped.
    - Remove `dive()` call. this is not necessary for shallowWithIntl anymore.
    cometkim committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    8391a2a View commit details
    Browse the repository at this point in the history
  15. Fix tests and snapshots about LocalizedInput

    - Fix localized input to use forwardedRef
    - shallowWithIntl/mountWithIntl now attemps to unwrap forwardRef
    - Remove legacy ref API usage for LocalizedInput component
    - Fix related tests
    cometkim committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    2a5f86a View commit details
    Browse the repository at this point in the history
  16. Fix tests and snapshots

    - Remove unnecessary `.dive()` calls
    cometkim committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    305abb5 View commit details
    Browse the repository at this point in the history
  17. Fix lint and typings

    cometkim committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    762c86c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    de00aab View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7e5dcf5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1fb72d1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c2a2fcf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b48a2a4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    799c9f5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6df811b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Re-gen clean lock file

    cometkim committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    7b43e70 View commit details
    Browse the repository at this point in the history
  2. Fix unresolved apis

    cometkim committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    c841d7f View commit details
    Browse the repository at this point in the history
  3. Fix type error

    cometkim committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    e60230b View commit details
    Browse the repository at this point in the history