BY Akash Kava3 Oct 2021 Edit
Version Update 1.6.269

This version update includes following changes.

Improvements

  1. Performance of AtomChoiceView's scroll to selection improved
  2. 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, image

     <WA.AtomDuoToneFontImageButton
               source={Object.assign(
                new WA.AtomDuoToneFontImageSource(), {
                   fontFamily: FontAwesomeSolid,
                   glyph: FontAwesomeSolid.circle
                   color: XF.Color.orangeRed
                   secondaryOpacity: 0.5
               })}
              />
BY Akash Kava
LikeCommentSave
LikeCommentSaveShare
0
Categories
General
YantraJS
Developer Guides
Tutorials
Web Atoms Updates

POPULAR POSTS
17 Mar 2021
LATEST ACTIVITY
Simmi Kava
commented this post.
Simmi Kava
liked this post.
Show more
ARCHIVES
2024
2023
2022
2021
TAGS
javascript (56)
developer (25)
javascriptdeveloper (16)
Xamarin.Forms (16)
Html (14)
typescript (12)
webatoms (12)
xamarin (11)
coding (10)
web-atoms (10)
arrays (9)
android (8)
javascript-developer (8)
csharp (7)
dotnet (7)
css (6)
update (6)
dotnet-standard (5)
function (5)
iOS (5)
methods (4)




Web Atoms: JSX (TSX + TypeScript) for Xamarin.Forms, Hot Reload Your App in Production Environment

PlaygroundSamples Repository