2025/09/13分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
actiontext/CHANGELOG.md
Generalize :rich_text_area
Capybara selector
actiontext/lib/action_text/system_test_helper.rb
の修正です。
rich_text_area
helperが対象を検索するのにtrix-editor
elementを使用していたのを、html attribtes([role="textbox"]
と[contenteditable]
)を使用するよう修正しています。basecamp/lexxyでも動作するようにするため。