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

Compose: Introduce an in-house debounce() utility, deprecate Lodash version #43943

Merged
merged 10 commits into from
Sep 15, 2022

Commits on Sep 15, 2022

  1. Compose: Introduce a local debounce implementation

    Co-authored-by: Sérgio Gomes <mail@sgomes.com>
    tyxla and sgomes committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    3ac6a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76317b View commit details
    Browse the repository at this point in the history
  3. Deprecate _.debounce()

    tyxla committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    bbf2946 View commit details
    Browse the repository at this point in the history
  4. Export debounce() for native

    tyxla committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e056dae View commit details
    Browse the repository at this point in the history
  5. Cleanup docs

    tyxla committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b13a478 View commit details
    Browse the repository at this point in the history
  6. Add missing dependency

    tyxla committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    82ecb3e View commit details
    Browse the repository at this point in the history
  7. Update package-lock.json

    tyxla committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7d86e49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b46eae View commit details
    Browse the repository at this point in the history
  9. Add Lodash license

    tyxla committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2a707ef View commit details
    Browse the repository at this point in the history
  10. Add changelog

    tyxla committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d0984f4 View commit details
    Browse the repository at this point in the history