Releases: basecamp/trix
Releases · basecamp/trix
0.9.5
- Fixed occasional incorrect cursor position after
Composition#replaceHTML(#161) - Fixed cursor position after composition events in Firefox (#164)
- Fixed cursor position when breaking formatted block after newline at offset 0 (#153)
- Fixed that
trix-selection-changewas dispatched to all<trix-editor>s (#144) - Fixed handling pastes in browsers that don't support
ClipboardEvent.clipboardData(#158) - Improved support for multiple input elements in toolbar dialogs (#159)
- Improved parsing bold elements (#142)
- Improved parsing text in block elements with the same styling (#163)
- Improved parsing newlines in non-preformatted elements (#151)
- Removed global test helpers to eliminate false-positive test runs (#137)
0.9.4
0.9.3
0.9.2
- Fixed parsing multiple nested block elements (#84)
- Fixed typing a space in an empty editor (#81)
- Fixed deleting through nested list items (#54)
- Fixed composing non-Roman characters on a QWERTY keyboard (#107)
- Fixed parsing block elements styled otherwise (#113)
- Fixed parsing
<br>elements preceding block elements (#103) - Fixed that
trix-changewasn't dispatched after editing attachments (#109) - Fixed cursor position after command+backspace and option+backspace (#116)
- Fixed parsing relative image URLs (#108)
- Fixed missing attachment styles in
trix.css(#114) - Fixed that control+alt+o was handled as control+o (1d533d7)
- Fixed replacing selected attachments (#118)