v0.5.0
This is a big release with lots of improvements under the hood. If you don't extends WidgetFactory
yourself then there are only two changes that may affect your app:
customStylesBuilder
returnsMap
instead ofList
onTapUrl
is called for incomplete URL
Other changes:
- Restore sizing support (#248)
- Expand support for
text-align
with end/start/-moz-center/-webkit-center (#305) - Update UL bullet for correctness (#306)
- Add support for colspan / rowspan in table (#157)
- Add support for inline style
text-overflow
(#204) - Add support em/px in
line-height
and % infont-size
(#220) - Add support for svg src in
IMG
(#233) - Add support for inline
margin
,padding
(#237) - Add support for
pt
unit (#266) - Add support for inline style
background
(color only) (#275) - Bug fixes
Finally, BREAKING changes if you use a custom WidgetFactory
:
BuildOp
: callback params changedBuiltPiece
has been removedNodeMetadata
->BuildMetadata
TextBit
->BuildBit
TextStyleBuilders
->TextStyleBuilder
WidgetFactory
- All
buildXxx
methods now haveBuildMetadata
as first parameter parseTag(NodeMetadata, String, String)
->parse(BuildMetadata)
- All
Deployed ccb7c56 to https://api-4u2589v25.vercel.app.
Quick links:
Deployed ccb7c56 to https://example-gcf8qsptk.vercel.app.
Quick links: