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

エディターツールバーにズームアウトのトグルが常に表示されない不具合を修正 #2437

Merged
merged 5 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
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
13,549 changes: 6,230 additions & 7,319 deletions package-lock.json

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"stop": "wp-env stop",
"destroy": "wp-env destroy",
"watch": "npm run build && concurrently \"wp-scripts start\" \"npx gulp watch\"",
"update": "ncu -u -x 'gulp gulp-autoprefixer sass' && rimraf node_modules/ package-lock.json && npm install",
"update": "ncu -u -x 'gulp gulp-autoprefixer gulp-sass sass' && rimraf node_modules/ package-lock.json && npm install",
"clean:dist": "rimraf dist",
"create:dist-dir": "mkdir -p dist/vk-blocks-pro && mkdir -p dist/vk-blocks",
"copy:files": "cp -r build inc languages vendor *.txt *.png *.php dist/vk-blocks-pro",
Expand Down Expand Up @@ -52,74 +52,74 @@
"> 5%"
],
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-async-to-generator": "^7.24.7",
"@babel/plugin-transform-regenerator": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/view": "^6.29.1",
"@emotion/babel-plugin": "^11.12.0",
"@playwright/test": "^1.45.3",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.7",
"@babel/plugin-transform-async-to-generator": "^7.25.9",
"@babel/plugin-transform-regenerator": "^7.25.9",
"@babel/preset-env": "^7.26.7",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/view": "^6.36.2",
"@emotion/babel-plugin": "^11.13.5",
"@playwright/test": "^1.50.0",
"@rjaros/po2json": "^1.0.0-beta-4",
"@uiw/react-codemirror": "^4.23.0",
"@wordpress/babel-plugin-makepot": "^6.4.0",
"@wordpress/block-editor": "^13.4.0",
"@wordpress/block-library": "^9.5.0",
"@wordpress/block-serialization-default-parser": "^5.4.0",
"@wordpress/blocks": "^13.4.0",
"@wordpress/components": "^28.4.0",
"@wordpress/data": "^10.4.0",
"@wordpress/e2e-test-utils": "^11.4.0",
"@wordpress/edit-post": "^8.4.0",
"@wordpress/element": "^6.4.0",
"@wordpress/env": "10.4.0",
"@wordpress/hooks": "^4.4.0",
"@wordpress/i18n": "^5.4.0",
"@wordpress/icons": "^10.4.0",
"@wordpress/jest-preset-default": "^12.4.0",
"@wordpress/jest-puppeteer-axe": "^7.4.0",
"@wordpress/list-reusable-blocks": "^5.4.0",
"@wordpress/plugins": "^7.4.0",
"@wordpress/scripts": "^28.4.0",
"@wordpress/viewport": "^6.4.0",
"@uiw/react-codemirror": "^4.23.7",
"@wordpress/babel-plugin-makepot": "^6.16.0",
"@wordpress/block-editor": "^14.11.0",
"@wordpress/block-library": "^9.16.0",
"@wordpress/block-serialization-default-parser": "^5.16.0",
"@wordpress/blocks": "^14.5.0",
"@wordpress/components": "^29.2.0",
"@wordpress/data": "^10.16.0",
"@wordpress/e2e-test-utils": "^11.16.0",
"@wordpress/edit-post": "^8.16.0",
"@wordpress/element": "^6.16.0",
"@wordpress/env": "10.16.0",
"@wordpress/hooks": "^4.16.0",
"@wordpress/i18n": "^5.16.0",
"@wordpress/icons": "^10.16.0",
"@wordpress/jest-preset-default": "^12.16.0",
"@wordpress/jest-puppeteer-axe": "^7.16.0",
"@wordpress/list-reusable-blocks": "^5.16.0",
"@wordpress/plugins": "^7.16.0",
"@wordpress/scripts": "^30.9.0",
"@wordpress/viewport": "^6.16.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"babel-plugin-inline-json-import": "^0.3.2",
"classnames": "^2.5.1",
"compare-versions": "^6.1.1",
"concurrently": "^8.2.2",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier": "^5.2.3",
"gettext-parser": "8.0.0",
"gettext-to-messageformat": "0.4.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-notify": "^4.0.0",
"gulp-notify": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"html-react-parser": "^5.1.12",
"husky": "^9.1.4",
"html-react-parser": "^5.2.2",
"husky": "^9.1.7",
"jest-transform-stub": "^2.0.0",
"memize": "^2.1.0",
"npm-check-updates": "^17.0.2",
"npm-check-updates": "^17.1.14",
"npm-run-all": "^4.1.5",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"sass": "1.32.12",
"style-loader": "^4.0.0",
"swiper": "^11.1.9"
"swiper": "^11.2.1"
},
"volta": {
"node": "20.14.0"
},
"dependencies": {
"regenerator-runtime": "^0.14.1"
}
}
}
5 changes: 2 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@ e.g.
== Changelog ==

[ Add function ][ Icon / Slider ] Added noreferrer, nofollow, and link description options to the link feature.

[ Editor Design Bug Fix ] [ Grid Column (Pro) ] Fixed an issue where the 'is-vertical' layout of grid column items was not displayed vertically.

[ Add function ][ Core Table ] Add table cell vertical setting.
[ Editor Design Bug Fix ] [ Grid Column (Pro) ] Fixed an issue where the 'is-vertical' layout of grid column items was not displayed vertically.
[ Specification change ] Fixed the zoom-out toggle not always displaying in the editor toolbar (updated blocks.json API version from 2 to 3).

= 1.94.2 =
[ Bug fix / Specification Change ][ Visual Embed ] Strengthened validation for XSS protection and restricted the range of allowed URLs.
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/accordion-target/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/accordion-target",
"title": "Accordion Target",
"description": "This is the content area where you can add blocks freely.",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/accordion-trigger/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/accordion-trigger",
"title": "Accordion Trigger",
"description": "This is the title area where you can freely add blocks.",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/accordion/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/accordion",
"title": "Accordion",
"description": "Collapses and hides content when the content is long.",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/animation/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/animation",
"category": "vk-blocks-cat",
"title": "Animation",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/archive-list/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/archive-list",
"category": "vk-blocks-cat",
"title": "Archive list",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/blog-card-excerpt/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/blog-card-excerpt",
"category": "vk-blocks-cat",
"title": "Blog Card Excerpt",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/blog-card-featured-image/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/blog-card-featured-image",
"category": "vk-blocks-cat",
"title": "Blog Card Featured Image",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/blog-card-site-logo/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/blog-card-site-logo",
"category": "vk-blocks-cat",
"title": "Blog Card Site Logo",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/blog-card-site-title/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/blog-card-site-title",
"category": "vk-blocks-cat",
"title": "Blog Card Site Title",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/blog-card-title/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/blog-card-title",
"category": "vk-blocks-cat",
"title": "Blog Card Title",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/blog-card/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/blog-card",
"category": "vk-blocks-cat",
"title": "Blog Card",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/breadcrumb/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/breadcrumb",
"category": "vk-blocks-cat",
"title": "Breadcrumb",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/button-outer/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/button-outer",
"title": "Button Outer",
"category": "vk-blocks-cat",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/card-item/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/card-item",
"title": "Card Item",
"description": "A single item in a card block.",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/card/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/card",
"title": "Card",
"description": "A card where you can place images, headings, text, and links.",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/child-page/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/child-page",
"title": "Child page list",
"description": "When a parent page is specified, a list of its child pages will be displayed.",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/dynamic-text/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/dynamic-text",
"category": "vk-blocks-cat",
"title": "Dynamic Text",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/fixed-display/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/fixed-display",
"category": "vk-blocks-cat",
"title": "Fixed display",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/grid-column-item/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/grid-column-item",
"title": "Grid Column Item",
"description": "One item in a grid column block.",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/grid-column/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/grid-column",
"title": "Grid Column",
"description": "Set the number of columns to be displayed for each screen size.",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/gridcolcard-item-body/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/gridcolcard-item-body",
"title": "Grid Column Card Item Body",
"textdomain": "vk-blocks-pro",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/gridcolcard-item-footer/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/gridcolcard-item-footer",
"title": "Grid Column Card Item Footer",
"textdomain": "vk-blocks-pro",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/gridcolcard-item-header/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/gridcolcard-item-header",
"title": "Grid Column Card Item header",
"textdomain": "vk-blocks-pro",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/gridcolcard-item/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/gridcolcard-item",
"title": "Grid Column Card Item",
"textdomain": "vk-blocks-pro",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/gridcolcard/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/gridcolcard",
"title": "Grid Column Card",
"textdomain": "vk-blocks-pro",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/icon-card-item/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/icon-card-item",
"category": "vk-blocks-cat",
"title": "Icon Card Item",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/icon-card/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/icon-card",
"category": "vk-blocks-cat",
"title": "Icon Card",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/outer/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/outer",
"title": "Outer",
"category": "vk-blocks-cat-layout",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/post-category-badge/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/post-category-badge",
"category": "vk-blocks-cat",
"title": "Category Badge",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/post-list-slider/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/post-list-slider",
"category": "vk-blocks-cat",
"title": "Post List Slider",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/post-list/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/post-list",
"category": "vk-blocks-cat",
"title": "Post list",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/post-new-badge/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/post-new-badge",
"category": "vk-blocks-cat",
"title": "New Badge",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/select-post-list-item/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/select-post-list-item",
"title": "Selected Post List Item",
"category": "vk-blocks-cat",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/select-post-list/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/select-post-list",
"title": "Selected Post List",
"category": "vk-blocks-cat",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/step-item/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/step-item",
"title": "Step Item",
"category": "vk-blocks-cat",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/step/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/step",
"title": "Step",
"category": "vk-blocks-cat",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/_pro/tab-item/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/tab-item",
"category": "vk-blocks-cat",
"parent": ["vk-blocks/tab"],
Expand Down
Loading
Loading