WordPress 6.6.2 メンテナンスリリースにおけるバグ修正
Thank you for reading this post, don't forget to subscribe!WordPress 6.6.2 のメンテナンスリリースでは、コア部分とブロックエディターの合計で 26 件のバグが修正されました。これらの修正により、WordPress の安定性と使い勝手が向上しています。
コア部分 (Core)
- About Page: About ページのテキストラップ: 日本語のテキストが意図しない改行をする問題を修正しました。
- Template:テンプレートの名前を変更するときに、コンテンツが消えてしまう問題を修正しました。
- Customizer:カスタマイザーの URL にある autofocus クエリパラメータが壊れている: WordPress 6.6-RC2 で、カスタマイザーの URL にある autofocus クエリパラメータが機能しない問題を修正しました。
- Installed Themes:インストールされたテーマの検索機能に問題があったのを修正しました。
- Site Health Tool: WordPress 6.6 RC3 で、サイトヘルスツールのディレクトリサイズが読み込み状態のままになる問題を修正しました。
- wp_calculate_image_srcset が警告を発生させる: WP_CONTENT_URL が相対 URL の場合、wp_calculate_image_srcset が警告を発生させる問題を修正しました。
- global-styles-inline-css ルールが破壊的な変更を導入していた問題を修正しました。
- Align Display: WordPress 6.6 で、「なし」のテキストが「表示の配置」から消えてしまう問題を修正しました。
- WP_HTML_Tag_Processor が有効な src 属性を設定できない問題を修正しました。
- Docs: ドキュメントを改善し、既存の管理バーメニューアイテムを変更するための推奨事項を含めました。
- Interactivity API:インタラクティビティ API: ディレクティブがサーバー上で派生状態のプロパティにアクセスできない問題を修正しました。
- Button Block:タンブロックをアウトラインスタイルに設定すると、CSS 出力順が変わり、競合が発生する問題を修正しました。
- wp_list_pages() の depth が 0 の場合、トップレベルのページのみが表示される問題を修正しました。
- Global Styles:グローバルスタイル:グローバルスタイルで空の CSS ルールとブロックのカスタム CSS の不正なセレクターを防ぎました。
- Layout Styles: 非 iframe 型のエディター内で、レイアウトスタイルの特異性が上がっている問題を修正。一部のレイアウトスタイルが、WordPress 6.6 の非 iframe エディター内で特定性が向上していた問題を修正しました。
ブロックエディター (Block Editor)
- グローバルスタイル: ブロックのカスタム CSS 擬似要素セレクターを修正しました。
- おすすめ画像ブロック: おすすめ画像ブロックの CSS の特異性を下げました。
- 非 iframe エディターでのレイアウトスタイルの特異性を修正しました。
- 非ブロックベースのテーマでテンプレートパーツを複製できない問題を修正しました。
- データビューで、資格のあるアイテムがない場合にアクションモーダルを表示しないようにしました。
- キャンバスの問題を修正するために、VisualEditor の高さを削除しました。
- 投稿エディター: 投稿エディターで、投稿コンテンツの後にクリックスペースを追加できるようにしました。
- 投稿エディター: 投稿エディターで、メタボックスによってポップオーバーが非表示になるのを防ぎました。
- 投稿エディター: 投稿エディターで、擬似要素を使用してコンテンツの下にスペースを適用し、padding-bottom を使用しないようにしました。
- メニューアイコンがない投稿タイプに対するエラーを回避しました。
- postcss-prefixwrap の依存関係を 1.51.0 に更新し、:where セレクターのプレフィックスを修正しました。
原文
WordPress 6.6.2 core
# | Ticket | Summary:Status: closed(15 matches) | Priority | Component | Version |
---|---|---|---|---|---|
1 | #60892 | About Page: `text-wrap: balance;`adds unintended new lines in Japaneese | normal | Help/About | 6.5 |
2 | #61550 | Template contents are wiped out on rename | normal | Editor | 6.6 |
3 | #61561 | autofocus query string parameter in customizer url is broken in WP6.6-RC2 | normal | Customize | 6.6 |
4 | #61578 | Issue with search functionality in installed themes section | normal | Themes | 6.6 |
5 | #61638 | Site Health Tool – Directory sizes stuck in loading state in WordPress v6.6 RC3 | normal | Site Health | 6.6 |
6 | #61690 | wp_calculate_image_srcset triggers warnings when WP_CONTENT_URL is a relative URL | normal | Upload | 6.6 |
7 | #61704 | global-styles-inline-css rule introduces breaking changes ” :root :where(body)” | normal | Editor | 6.6 |
8 | #61714 | Text “None” disappeared from Align Display in WordPress 6.6 | high | I18N | 6.6 |
9 | #61719 | WP_HTML_Tag_Processor doesn’t allow to set a valid image src | normal | HTML API | 6.6 |
10 | #61738 | Docs: Improve docs to include recommendations for changing existing admin bar menu items | normal | Toolbar | 6.6.1 |
11 | #61741 | Interactivity API: Directives cannot access derived state properties on the server | normal | Interactivity API | 6.6 |
12 | #61748 | Setting Button block to Outline Style causes CSS output order to change and cause conflicts | normal | Editor | 6.6 |
13 | #61749 | `wp_list_pages()` depth of `0` can show only top level of pages | normal | General | 6.6 |
14 | #61769 | Global Styles: Prevent empty CSS rules and malformed selectors for custom css for blocks | normal | Editor | 6.6 |
15 | #61829 | Some layout styles have increased specificity in WordPress 6.6 within the non-iframed editor | normal | Editor | 6.6 |
WordPress 6.6.2 BlockEditor
# | No | Summary: closed(11 matches) |
---|---|---|
1 | 01 | Global Styles: Fix block custom CSS pseudo element selectors |
2 | 02 | Featured Image Block: Reduce CSS specificity |
3 | 03 | Fix bumped specificity for layout styles in non-iframed editor |
4 | 04 | Don’t allow duplicating template parts in non-block-based themes |
5 | 05 | Data Views: Don’t render action modal when there are no eligible items |
6 | 06 | Fix canvas issues by removing VisualEditor’s height |
7 | 07 | Post Editor: fix click space after post content to append |
8 | 08 | Post Editor: Prevent popover from being hidden by metabox |
9 | 09 | Post editor: apply space below content using a pseudo-element instead of padding-bottom |
10 | 10 | Avoid errors for post types without a ‘menu_icon’ |
11 | 11 | Update postcss-prefixwrap dependency to 1.51.0 to fix prefixing in:whereselectors |