💎 Features
- feat: Display comments at the share link (#11401) @mariko-h
- Comments on a page are now visible (read-only) to visitors viewing it via a share link.
- 共有リンク経由でページを閲覧するユーザーにも、そのページのコメントが(閲覧のみ)表示されるようになりました。
- feat: Filter by author, editor and group in the search results (#11368) @arvid-e
- Search now supports
author:,editor:, andgroup:operators to filter results by page creator, last editor, or granted user group. Note:editor:requires a full search index rebuild before it works. - 検索に
author:(作成者)・editor:(最終更新者)・group:(グループ)による絞り込みが追加されました。editor:の利用には検索インデックスの全再構築が必要です。
- Search now supports
- feat: User group member visibility (#11320) @Ryosei-Fukushima
- When restricting a page to a specific user group, the group selection modal now shows the members of each group you belong to, making it easier to choose the right group.
- ページの公開範囲を「グループ限定」にする際のグループ選択モーダルで、自分が所属する各グループのメンバー一覧を確認できるようになりました。
🚀 Improvement
- imprv: Email white list (#11314) @mariko-h
- The email registration whitelist now supports subdomain and exact-address matching, in addition to exact-domain matching.
- 登録を許可するメールアドレスのホワイトリストが、ドメイン完全一致に加えてサブドメイン一致・アドレス完全一致にも対応しました。
🐛 Bug Fixes
- fix(plantuml): Stop deprecation warning painted onto carbon-gray diagrams (#11475) @yuki-takei
- PlantUML の carbon-gray テーマの図に非推奨警告が描画されてしまう不具合を修正。
- fix(plantuml): Stop leaking PlantUML theme YAML front matter into diagram source (#11461) @yuki-takei
- PlantUML のテーマ指定 YAML front matter が図のソースに混入してしまう不具合を修正。
- fix(import): Harden admin data import (re-enable button on failure, await import) (#11474) @yuki-takei
- 管理者データインポートの堅牢性を向上(失敗時にボタンを再度有効化、インポート処理を await するように修正)。
- fix: Prevent blank screen when Next.js falls back to the error page (#11423) @yuki-takei
- Next.js がエラーページにフォールバックした際に画面が真っ白になる不具合を修正。
- fix: Prevent PageSelectModal infinite render loop (#11422) (#11428) @yuki-takei
- PageSelectModal が無限に再レンダリングされる不具合を修正。