BY Akash Kava
Version Update 1.6.269
This version update includes following changes.
Improvements
- Performance of AtomChoiceView's scroll to selection improved
- Constructor Parameter matching improved, with this you can now initialize
XF.FontImageSource
inline as shown below.
<XF.ImageButton
source={Object.assign(new XF.FontImageSource(), {
fontFamily: FontAwesomeSolid,
glyph: FontAwesomeSolid.circle
color: XF.Color.orangeRed
})}
/>
New Control
We have added new AtomDuoToneFontImageButton
control,
<WA.AtomDuoToneFontImageButton
source={Object.assign(
new WA.AtomDuoToneFontImageSource(), {
fontFamily: FontAwesomeSolid,
glyph: FontAwesomeSolid.circle
color: XF.Color.orangeRed
secondaryOpacity: 0.5
})}
/>
BY Akash Kava
Like | Comment | Save | Share |
ARCHIVES
2024
2023
2022
2021