- Add support for the
inlineSpanEnd
parameter
- Add support for
<ruby>
,<rp>
and<rt>
tags - Fix the
<summary>
of the<details>
tag overflowing
- Update
flutter_matrix_html
- Fix entries of ordered lists being incorrectly indented sometimes
- Fix
a
tags not properly obaying thelinkStyle
- Slightly increase the padding to the left of
blockquote
tags
- Fix list overflow
- Bring back the (rough)
maxLines
property
- Complete re-write of the html renderer
- Null safety
- Addition of
details
andsummary
tags
- Fix link colour in inline code blocks
- Fix long code blocks causing language autodetection to take long
- Update matrix: URI schemes
- Fix small rendering bug with flutter 2
- Update dependencies
- Add support for matrix: URI scheme
- Add support for
animated
URL parameter of mxc URLs - Add borders to tables
- Make code blocks smaller if maxLines=1
- Fix assuming css color names are lowercase
- Fix too much whitespace between table and tr tags causing issues
- Properly handle links inside of
<code>
blocks
- Switch latex rendering to flutter_math
- Fix Latex widget crashing sometimes
- Fix empty code blocks
- Code blocks displayed more nicely
- Inline code also displayed more nicely
- Fix fubar
- Support data-mx-maths using CaTeX rendering
- Remove desktop fallback as cached_network_image has support for that by now
- Fix a fubar
- Support CSS colour names, e.g.
red
- Support images on desktop
- Don't allow propagation of onTap inot spoilers, if they are hidden
- Add emoteSize property, to be able to set your own emote size
- Use matrix_link_text to properly determine links
- Use
Text.rich
instead ofRichText
- Use
CachedNetworkImage
instead ofAdvancedNetworkImage
- Fix lists sometimes rendering incorrectly
- Fix some tags incorrectly linebreaking
- Fixes of span tags at the start causing unwanted linebreaks
- Fixes with images not always loading properly