WordPress 6.6.2 Maintenance Release

WordPress6.6.2 WordPress
WordPress6.6.2
記事内に広告が含まれています。

WordPress 6.6.2 メンテナンスリリースにおけるバグ修正

Thank you for reading this post, don't forget to subscribe!

WordPress 6.6.2 のメンテナンスリリースでは、コア部分とブロックエディターの合計で 26 件のバグが修正されました。これらの修正により、WordPress の安定性と使い勝手が向上しています。

PR広告
PR広告

コア部分 (Core)

  1. About Page: About ページのテキストラップ: 日本語のテキストが意図しない改行をする問題を修正しました。
  2. Template:テンプレートの名前を変更するときに、コンテンツが消えてしまう問題を修正しました。
  3. Customizer:カスタマイザーの URL にある autofocus クエリパラメータが壊れている: WordPress 6.6-RC2 で、カスタマイザーの URL にある autofocus クエリパラメータが機能しない問題を修正しました。
  4. Installed Themes:インストールされたテーマの検索機能に問題があったのを修正しました。
  5. Site Health Tool: WordPress 6.6 RC3 で、サイトヘルスツールのディレクトリサイズが読み込み状態のままになる問題を修正しました。
  6. wp_calculate_image_srcset が警告を発生させる: WP_CONTENT_URL が相対 URL の場合、wp_calculate_image_srcset が警告を発生させる問題を修正しました。
  7. global-styles-inline-css ルールが破壊的な変更を導入していた問題を修正しました。
  8. Align Display: WordPress 6.6 で、「なし」のテキストが「表示の配置」から消えてしまう問題を修正しました。
  9. WP_HTML_Tag_Processor が有効な src 属性を設定できない問題を修正しました。
  10. Docs: ドキュメントを改善し、既存の管理バーメニューアイテムを変更するための推奨事項を含めました。
  11. Interactivity API:インタラクティビティ API: ディレクティブがサーバー上で派生状態のプロパティにアクセスできない問題を修正しました。
  12. Button Block:タンブロックをアウトラインスタイルに設定すると、CSS 出力順が変わり、競合が発生する問題を修正しました。
  13. wp_list_pages() の depth が 0 の場合、トップレベルのページのみが表示される問題を修正しました。
  14. Global Styles:グローバルスタイル:グローバルスタイルで空の CSS ルールとブロックのカスタム CSS の不正なセレクターを防ぎました。
  15. Layout Styles: 非 iframe 型のエディター内で、レイアウトスタイルの特異性が上がっている問題を修正。一部のレイアウトスタイルが、WordPress 6.6 の非 iframe エディター内で特定性が向上していた問題を修正しました。
WordPress6.6.2
WordPress6.6.2

ブロックエディター (Block Editor)

  1. グローバルスタイル: ブロックのカスタム CSS 擬似要素セレクターを修正しました。
  2. おすすめ画像ブロック: おすすめ画像ブロックの CSS の特異性を下げました。
  3. 非 iframe エディターでのレイアウトスタイルの特異性を修正しました。
  4. 非ブロックベースのテーマでテンプレートパーツを複製できない問題を修正しました。
  5. データビューで、資格のあるアイテムがない場合にアクションモーダルを表示しないようにしました。
  6. キャンバスの問題を修正するために、VisualEditor の高さを削除しました。
  7. 投稿エディター: 投稿エディターで、投稿コンテンツの後にクリックスペースを追加できるようにしました。
  8. 投稿エディター: 投稿エディターで、メタボックスによってポップオーバーが非表示になるのを防ぎました。
  9. 投稿エディター: 投稿エディターで、擬似要素を使用してコンテンツの下にスペースを適用し、padding-bottom を使用しないようにしました。
  10. メニューアイコンがない投稿タイプに対するエラーを回避しました。
  11. postcss-prefixwrap の依存関係を 1.51.0 に更新し、:where セレクターのプレフィックスを修正しました。
WordPress6.6.2
WordPress6.6.2

原文

WordPress 6.6.2 core

Core Update:25
# 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

BlockEditor Update:11
#NoSummary: 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
タイトルとURLをコピーしました