Releases: basecamp/trix
Releases · basecamp/trix
1.0.0
- NEW: Image galleries (#523)
- NEW: Support for canceling input events (#532)
- NEW: Content attachment API (756dcb5)
- NEW:
trix-before-initialize
event (bee19f5) - CHANGE: Left-align
<trix-toolbar>
formatting button groups (6bfb41c) - CHANGE: Only dispatch
trix-initialize
event on first connect (5032fd1) - CHANGE: Remove deprecated indention level
editor
methods (211eba8) - CHANGE: Improve
trix.css
styles for hiding attachment selections (4a1a6aa) - FIX: Prevent some keyboard commands from inserting text (#534, 8d5294a)
0.12.1
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
- Fix occasional multibyte character (emoji, basically) breakage on iOS (#439)
- Fix cursor position when pasting HTML in an expanded selection (3a3f189)
- Fix accessibility issue where pressing tab would incorrectly move focus to a linked attachment instead of the next form element (3a3f189)
- Fix editing upload-in-progress attachment captions (#445)
- Fix pasting in MS Edge (#452)
- Improve displaying code blocks in list items (#450)
0.11.0
0.10.2
- Fix error when dragging content in IE 11 (#383)
- Fix render timing when updating attachment attributes (#388)
- Fix extra newline in code blocks in Firefox (#408)
- Fix incorrect document transformations caused by CRLFs (#398)
- Fix cursor appearance around attachments (#412)
- Fix that copying a collapsed selection would clear the clipboard (#425)
- Fix Paste and Match Style in Safari (#426)
- Remove toolbar buttons from navigation flow (#369)
- Improve editing attachment captions (#409)
- Improve
<trix-editor>
Shadow DOM support (#385)
0.10.1
- Improve handling of URL pastes in Safari (6754f6c, #340)
- Improve performance when inserting multiple files (#355)
- Fix that
editor.attributeIsActive
returned true for disabled attributes (d0aa940, #356) - Fix that document edits in a
trix-attachment-add
event handler would dispatch a secondtrix-attachment-add
(90c1c02, #363) - Avoid contenteditable bug in Firefox that could result in duplicated
<trix-editor>
s (44b4023, #360)