Skip to content

Releases: basecamp/trix

v2.0.3

05 Dec 14:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

30 Nov 15:44
Compare
Choose a tag to compare

What's Changed

  • Better Samsung keyboard for Android detection by @afcapel in #1021

Full Changelog: v2.0.1...v2.0.2

v2.0.1

23 Nov 13:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Nov 18:31
Compare
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
Compare
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
Compare
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
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)