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

perf: reduce the bundle size, vol. 2 #24969

Merged
merged 21 commits into from
Jul 16, 2023
Merged

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    dae5a14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e15b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa17b2 View commit details
    Browse the repository at this point in the history
  4. Code-split Uppy

    (Note: this also depends on a similar design-system PR for DisplayImageUpload.)
    iamakulov committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    61d6a16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5baea4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    081c778 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    f80321a View commit details
    Browse the repository at this point in the history
  2. Link to the Lodash issue

    iamakulov committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ea4840b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    f675c17 View commit details
    Browse the repository at this point in the history
  2. use minor release

    tanvibhakta committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ea7626b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb2ef2a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge branch 'release' into perf/bundle-size-v2

    Satish Gandham committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ee77836 View commit details
    Browse the repository at this point in the history
  2. Update yarn.lock

    Satish Gandham committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f6a1471 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge branch 'release' into perf/bundle-size-v2

    Satish Gandham committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    233e4f5 View commit details
    Browse the repository at this point in the history
  2. switch to [email protected] from 1.1.10

    Satish Gandham committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5123946 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release' into perf/bundle-size-v2

    Satish Gandham committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2677f12 View commit details
    Browse the repository at this point in the history
  4. Fix the lodash import

    iamakulov committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a50ca87 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    38a9496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fbfefe View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Jul 15, 2023

  1. Uppy: Increase specificity of custom styles

    This ensures custom styles aren’t overridden by .uppy-u-reset from Uppy styles which is also present on the same nodes. (Right now, the order in which Uppy styles vs styled-components styles are inserted seems to be dependent only on the import structure/order.)
    iamakulov committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    acdbc51 View commit details
    Browse the repository at this point in the history