Skip to content

Releases: basecamp/trix

v2.0.0

07 Nov 18:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...v2.0.0

v2.0.0-beta.1

03 Nov 16:43

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

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

v2.0.0-beta.0

29 Mar 12:13

Choose a tag to compare

v2.0.0-beta.0 Pre-release
Pre-release

What's Changed

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

v2.0.0-alpha.1

17 Feb 11:43

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

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

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

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

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

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

Choose a tag to compare

  • SECURITY: Fix sanitizing pasted HTML (#709)
  • NEW: CSP support for Trix's <style> elements (#698)