Releases: basecamp/trix
Releases · basecamp/trix
v2.0.0-alpha.1
What's Changed
- Fixed
Trix.HTMLSanitizer
andTrix.HTMLParser
definitions.
Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1
v2.0.0-alpha.0
What's Changed
This is the first alpha release of v2, translated from the original coffeescript source to modern JavaScript.
New Contributors
- @afcapel made their first contribution in #927
- @t27duck made their first contribution in #897
- @ayushn21 made their first contribution in #790
- @terreng made their first contribution in #910
Full Changelog: 1.3.1...v2.0.0-alpha.0
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
- FIX: Rendering identical blocks after re-parsing HTML (#662, 692e2fd)
- FIX: Parsing text nodes following block elements (#663, d4edd23)
- FIX: Parsing nested block elements at different nesting levels (#352, 286cf24 ⇢ 664d9d9)
- FIX: Persisting original
<img>
dimensions when loading HTML (#668, be7fca7) - FIX: Compatibility with Custom Elements v1 polyfill in IE 11 (#669, 641112d)