Skip to content
Open

3.3.3 #1156

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
5f1380b
Move prod dependencies outside of devDependencies section
gabriel-detassigny Oct 31, 2025
579db26
Remove unneeded packages
gabriel-detassigny Oct 31, 2025
4a7f336
Re-add eslint required plugin
gabriel-detassigny Oct 31, 2025
48b1c1b
Build assets
gabriel-detassigny Oct 31, 2025
b3c2afd
Merge branch 'update/remove-unneeded-packages' into update/node-version
gabriel-detassigny Nov 6, 2025
1a9ea98
Upgrade to node 22
gabriel-detassigny Nov 6, 2025
ee71ee0
Build assets
gabriel-detassigny Nov 7, 2025
9cf30d1
Replace react-tippy usage with custom hook
gabriel-detassigny Nov 10, 2025
e4ec1af
Remove @tippyjs/react package
gabriel-detassigny Nov 10, 2025
c165c13
Upgrade node packages
gabriel-detassigny Nov 10, 2025
c1cb0d6
Fix new JS lint errors
gabriel-detassigny Nov 10, 2025
142aa21
Upgrade to husky version 9
gabriel-detassigny Nov 13, 2025
c39dc9b
Update more packages
gabriel-detassigny Nov 13, 2025
f7d62a7
Override @wordpress package peer dependencies warnings
gabriel-detassigny Nov 13, 2025
e5a25de
Update husky config
gabriel-detassigny Nov 13, 2025
4a8858b
Build assets
gabriel-detassigny Nov 13, 2025
7369d5c
Upgrade terser-webpack-plugin
gabriel-detassigny Nov 13, 2025
9139266
Fix fonts and images webpack generation
gabriel-detassigny Nov 14, 2025
48bd627
Migrate to codemirror version 6
gabriel-detassigny Nov 21, 2025
b93a3de
Update packages to latest
gabriel-detassigny Nov 21, 2025
a95ecbe
Upgrade to node 22 within CI
gabriel-detassigny Dec 2, 2025
533e0bf
Upgrade node packages minor versions
gabriel-detassigny Dec 2, 2025
2d5ba50
Build assets files
gabriel-detassigny Dec 3, 2025
ebd5ebe
Remove react from direct dependencies
gabriel-detassigny Dec 4, 2025
14cc9a4
Merge branch 'master' into update/node-packages
gabriel-detassigny Feb 19, 2026
678f17d
Update assets
gabriel-detassigny Feb 19, 2026
0387a70
Update node packages
gabriel-detassigny Feb 20, 2026
22f0ee2
Build assets
gabriel-detassigny Feb 20, 2026
eec048f
Merge pull request #1153 from cloudinary/master
gabrielcld2 Feb 23, 2026
dae67d6
Merge pull request #1152 from cloudinary/master
gabrielcld2 Feb 23, 2026
240956e
Update packages to the latest
gabriel-detassigny Feb 23, 2026
1bed663
Merge branch 'master' into update/node-packages
gabriel-detassigny Feb 27, 2026
bc26cf4
Update package-lock.json
gabriel-detassigny Feb 27, 2026
a42c469
Clean up double dot issue on assets build
gabriel-detassigny Feb 27, 2026
537503b
Update built assets
gabriel-detassigny Feb 27, 2026
d43d3bf
Ensure images are copied over during build process
gabriel-detassigny Feb 27, 2026
c7269cb
Move copy-webpack-plugin to dev dependency
gabriel-detassigny Feb 27, 2026
50f54bd
Add missing image_overlay.svg
gabriel-detassigny Feb 27, 2026
ed642b4
Add more missing images from build
gabriel-detassigny Feb 27, 2026
7cf3446
Merge branch 'update/node-packages' into feature/crop-gutenberg-integ…
gabriel-detassigny Mar 3, 2026
09a8d92
Pick up size for cropping from img parent figure class name
gabriel-detassigny Mar 5, 2026
ad95a7c
Apply image crop on editor and frontend with eager loading
gabriel-detassigny Mar 6, 2026
214812e
Extract image size methods into media class
gabriel-detassigny Mar 10, 2026
171b946
Merge pull request #1109 from cloudinary/update/node-packages
gabrielcld2 Mar 10, 2026
2ecfe2c
Improve image sub size handling
gabriel-detassigny Mar 10, 2026
42bc29e
Merge pull request #1154 from cloudinary/feature/crop-gutenberg-integ…
gabrielcld2 Mar 13, 2026
2786523
Ensure there's no extra whitespace on generated zip file names
gabriel-detassigny Mar 13, 2026
c800677
Merge pull request #1155 from cloudinary/develop
gabrielcld2 Mar 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
cache: 'npm'

- name: Cache Composer
Expand Down
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
22
2 changes: 0 additions & 2 deletions css/asset-edit.css

This file was deleted.

3 changes: 2 additions & 1 deletion css/cloudinary.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions css/edit-overlay.css

This file was deleted.

3 changes: 2 additions & 1 deletion css/front-overlay.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions css/gallery-ui.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/images/chart-placeholder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions css/images/circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions css/images/warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion css/syntax-highlight.css

This file was deleted.

3 changes: 2 additions & 1 deletion css/video.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = function ( grunt ) {
// Load all Grunt plugins.
require( 'load-grunt-tasks' )( grunt );

const pluginVersion = grunt.file.read( '.version' );
// Trim whitespace and newlines from pluginVersion.
const pluginVersion = grunt.file.read( '.version' ).trim();

const options = {
plugin_slug:
Expand Down
3 changes: 2 additions & 1 deletion js/asset-edit.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion js/asset-manager.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/block-editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => '867e95d4689ee58793fd');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'b2f0bbe921dc49b7d514');
Loading
Loading