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

Release 2.8.4 #2569

Merged
merged 78 commits into from
Aug 27, 2024
Merged

Release 2.8.4 #2569

merged 78 commits into from
Aug 27, 2024

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    40a068a View commit details
    Browse the repository at this point in the history
  2. Parse cost

    jorgemd24 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d1e147a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    8d6d98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b1129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dc4a94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddc2b96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6997f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23536a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdd9aab View commit details
    Browse the repository at this point in the history
  8. Resolve eslint errors that can be automatically fixed.

    Fixed by running `npm run lint:js -- --fix`.
    eason9487 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c41ef64 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67ef0e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4db2a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6997b6f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    47d1f9f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9886344 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fccc0cd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6fb9a6c View commit details
    Browse the repository at this point in the history
  16. Jest: Force 'uuid' to resolve with the CommonJS entry point as jest d…

    …oesn't support `package.json.exports`.
    eason9487 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d5de474 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    964e769 View commit details
    Browse the repository at this point in the history
  18. Jest: Ignore that 'qrcode.react' module is incorrectly listed in dev …

    …dependencies of '@automattic/components'.
    eason9487 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d8b3d7a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    76c1efa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e9cbf6a View commit details
    Browse the repository at this point in the history
  21. Jset: Migrate test cases to @testing-library/user-event v14.

    Migration includes:
    - Invoke `userEvent.setup()` in the test itself and before the component is rendered.
    - Adding `async` and `await` as all APIs are asynchronous.
    - No need to be wrapped in `act`.
    - Replace the simulation of pressing buttons with the `keyboard` API.
    - `clear()` is changed to only support editable elements only.
    eason9487 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    da344e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    38d4563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b634d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    def9cb0 View commit details
    Browse the repository at this point in the history
  4. Jest: The ARIA role of <img> is considered as presentation if its…

    … `alt` is an empty string.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    45f90a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5e5324 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad1daac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7c6eca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a89e0b2 View commit details
    Browse the repository at this point in the history
  9. Jest: Ignore the deprecation warnings of defaultProps from React by…

    … calling `console.error()`.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0686dc9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9df6ee1 View commit details
    Browse the repository at this point in the history
  11. Make <AppTooltip> compatible with the placement prop introduced b…

    …y WordPress 6.4 to replace `position`.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    757b5c9 View commit details
    Browse the repository at this point in the history
  12. Rewrite the replacer of JSON.stringify in getReportKey to ensure …

    …it returns the same key regardless of the query keys' order.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    940649d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8554c2d View commit details
    Browse the repository at this point in the history
  14. Avoid accidentally using the event object to reset the asset group in…

    … `<CampaignAssetsForm>`.
    eason9487 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e2b305f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b23328b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8c863f2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    18d1469 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a6407f7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6310f9c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    cc5adf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2549 from woocommerce/trunk

    Release 2.8.3 - Merge `trunk` to `develop`
    jorgemd24 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a9a9394 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge pull request #2550 from woocommerce/tweak/handle-no-wpcom-token…

    …-when-getting-api-pull-status
    
    Tweak Connect Test Page errors when WPCOM token is not connected.
    jorgemd24 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    315fce2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de9bd60 View commit details
    Browse the repository at this point in the history
  3. PHPCS fix

    jorgemd24 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    70b3f1f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    69fc1b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a259f View commit details
    Browse the repository at this point in the history
  3. update text

    kt-12 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    af8c961 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16fc14d View commit details
    Browse the repository at this point in the history
  5. Test for fixed SKU number

    mikkamp committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4c9d6db View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Allow npm ^9 because dependabot is using an npm version that doesn'…

    …t pair with Node.js 20.
    
    Address: #2517 (comment)
    eason9487 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b2a3d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76514b View commit details
    Browse the repository at this point in the history
  3. Make settings an object

    puntope committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f5a48b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2559 from woocommerce/dev/2556-fixed-sku

    Use a fixed SKU number when testing product adapter
    mikkamp authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ec86226 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdbd91e View commit details
    Browse the repository at this point in the history
  6. Remove unused imports

    mikkamp committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    30fa48f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2517 from woocommerce/dev/2002-use-nodejs-20

    Upgrade to use Node.js 20 and bump npm dependencies
    eason9487 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7316de3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2544 from woocommerce/tweak/2002-jest-for-nodejs-…

    …20-and-compatible-wp-wc
    
    Migrate jest tests to use Node.js 20 and make components compatible with upgraded packages
    eason9487 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b22d9c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e46bd2e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2562 from woocommerce/dev/use-nodejs-20

    Upgrade to use Node.js 20 and make components compatible with upgraded packages
    eason9487 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    981f1a8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2557 from woocommerce/tweek/2541-update-copy

    Update 'Linked accounts' to include Google Ads
    eason9487 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5f2c5b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge pull request #2561 from woocommerce/dev/unit-test-namespaces

    Align namespaces for unit tests
    mikkamp authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4c96cd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    04e1be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf936d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2527 from woocommerce/fix/flat-method-shipping-co…

    …st-with-comma-separator
    
    Fix issue with comma separators for Shipping Rates
    jorgemd24 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    59ae632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9774e44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74a55ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9548817 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5522861 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9981934 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2560 from woocommerce/fix/settings-format

    Return settings prop as object in the REST API
    jorgemd24 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7882202 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e85de42 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5aee0c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff09561 View commit details
    Browse the repository at this point in the history
  13. woorelease: Changelog update

    tomalec committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8516d8f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b34a5c4 View commit details
    Browse the repository at this point in the history