Skip to content

Commit

Permalink
Jetpack: lossless image optimization, part 3 (#38750)
Browse files Browse the repository at this point in the history
Lossless image optimization of Jetpack images.

This is a continuation of #38398 and #38573. Please see #38398 for more context and details.

This finishes this series of commits. All images except for projects/js-packages/connection/components/disconnect-dialog/images/disconnect-thanks.jpg have been optimized. See @anomiex's debugging of the problem in Automattic/jetpack#38750 (review) for more info on why that image was skipped.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10458732981

Upstream-Ref: Automattic/jetpack@8510521
  • Loading branch information
danluu authored and matticbot committed Aug 19, 2024
1 parent c57609a commit 015aa8f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This is an alpha version! The changes listed here are not final.
### Changed
- Updated package dependencies.

### Fixed
- Lossless image optimization for images (should improve performance with no visible changes).

## [0.24.0] - 2024-08-15
### Changed
- Updated package dependencies. [#38665]
Expand Down
2 changes: 1 addition & 1 deletion build/block-editor/blocks/video/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '86a498bac91bea265846');
<?php return array('dependencies' => array('lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '30c307a983fe2a590b41');
2 changes: 1 addition & 1 deletion build/block-editor/blocks/video/index.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed build/images/dynamic-colors-b7ff131e82a4032d9a08.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 015aa8f

Please sign in to comment.