rails/actiontext/CHANGELOG.md
Sean Doyle 67a4ac6c56 Focus editor after calling fill_in_rich_text_area
When System Tests call `fill_in_rich_text_area`, they interact with
`<trix-editor>` elements by changing the contents programmatically.

This is unlike how end-users will interact with the element. Overhauling
the test helper to more accurately reflect Real World usage would
require a sizable effort.

With that being said, leaving the `<trix-editor>` with focus after
populating its contents is a minor change that makes it a more genuine
recreation.
2022-12-09 09:48:27 -05:00

544 B

  • Focus rich-text editor after calling fill_in_rich_text_area

    Sean Doyle

  • Support strict_loading: option for has_rich_text declaration

    Sean Doyle

  • Update ContentAttachment so that it can encapsulate arbitrary HTML content in a document.

    Jamis Buck

  • Fix an issue that caused the content layout to render multiple times when a rich_text field was updated.

    Jacob Herrington

Please check 7-0-stable for previous changes.