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 695beb9 commit 44f6cba
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.5-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

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

## [3.1.4] - 2024-08-15
### Changed
- Updated package dependencies. [#38665]
Expand Down Expand Up @@ -137,6 +144,7 @@

- Build: Refactored (aligned build system with Gridicons).

[3.1.5-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.4...v3.1.5-alpha
[3.1.4]: https://github.com/Automattic/social-logos/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/Automattic/social-logos/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/Automattic/social-logos/compare/v3.1.1...v3.1.2
Expand Down
2 changes: 1 addition & 1 deletion build/font/social-logos.css

Large diffs are not rendered by default.

Binary file modified build/font/social-logos.woff2
Binary file not shown.
30 changes: 15 additions & 15 deletions build/react/social-logo-data.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/svg-sprite/example.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/svg-sprite/social-logos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-logos",
"version": "3.1.4",
"version": "3.1.5-alpha",
"description": "A repository of all the social logos used on WordPress.com.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
"bugs": {
Expand Down

0 comments on commit 44f6cba

Please sign in to comment.