Skip to content

Releases: basecamp/trix

v2.0.0-alpha.1

17 Feb 11:43
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Fixed Trix.HTMLSanitizer and Trix.HTMLParser definitions.

Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1

v2.0.0-alpha.0

18 Jan 18:14
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

What's Changed

This is the first alpha release of v2, translated from the original coffeescript source to modern JavaScript.

New Contributors

Full Changelog: 1.3.1...v2.0.0-alpha.0

1.3.1

04 Dec 20:42
Compare
Choose a tag to compare
  • SECURITY: Fix sanitizing pasted <iframe>s (f81b606, 29c4994)
  • SECURITY: Fix sanitizing malformed attachment markup (9601ac9)
  • CHANGE: Improve associated <label> accessibility (#843)
  • FIX: Dropping files on existing attachments (#834)
  • FIX: Focusing after successive placeholder clicks (#859, 1e8b295)

1.3.0

24 Sep 19:34
Compare
Choose a tag to compare
  • NEW: Right-to-left (RTL) support (#824)
  • NEW: Associated <label> support (#829)
  • SECURITY: Fix escaping HTML attributes for attachment metadata (cd4c68f)

1.2.4

04 Aug 14:41
Compare
Choose a tag to compare
  • FIX: Sanitizing pasted URLs (#793)
  • FIX: Invisible cursor when focusing in Firefox (#782)
  • FIX: Parsing implicit block element newlines (#773)

1.2.3

09 Mar 22:33
Compare
Choose a tag to compare
  • CHANGE: Sanitize javascript: protocol in href attributes (5bd3c13, #712)
  • CHANGE: Improve toolbar button styling on narrow viewports (#727)
  • FIX: Resetting toolbar state when selecting attachments (#732, #554)
  • FIX: Parsing bare text nodes preceded by block elements (#742, #707)

1.2.2

02 Dec 15:12
Compare
Choose a tag to compare
  • SECURITY: Fix sanitizing pasted HTML (#709)
  • NEW: CSP support for Trix's <style> elements (#698)

1.2.1

17 Oct 14:48
Compare
Choose a tag to compare

1.2.0

29 Jul 17:04
Compare
Choose a tag to compare
  • NEW: Toolbar button for attaching files (#619)
  • FIX: Recording undo history when applying block formatting to a collapsed selection (#629, #628)

1.1.1

17 Apr 12:51
Compare
Choose a tag to compare
  • FIX: Deleting the last character in a composed word on Android (d9143c0)
  • FIX: Cursor jumping when deleting into a space at the end of a block in IE 11 (#615)
  • FIX: Handling link pastes in Safari (4fff711)
  • FIX: Detecting InputEvent support in Firefox 67ᵇᵉᵗᵃ (5efabb5)