Release Notes, 6.15.1
Minimum required:
sf-core v4.1.5
Android :v6.15.1
iOS: v6.15.1
UI Editor: v6.15.1
Context: v2.2.10
CLI: 6.15.4-beta.1
❗️Appcircle migration
Remote repository need to be updated before publishing using Appcircle
- In scripts/setting.json file.
- libraryUiFolder should be set to scripts/library
- In .gitignore file.
- remove scripts/ui & scripts/theme. then push it to the repository.
- to build an apk/ipa from the workspace you always need to push the updated code base to the remote repository GitHub or bitbucket.
- Edit package.json file, add build:transpile script
Add build:transpile script to package.json file under root folder.JSON
{
...
"devDependencies": {
"@smartface/wsbuilder": "^1.0.0"
},
"scripts": {
...
"build:transpile": "SMF_CIDE_WS_PATH=$PWD sfBuilder --standalone"
}
}
Range Slider
RangeSlider is a double thumb on the track slider that allows sliding through possible values between the desired range.
What's New?
- Framework - Add keyboardAppearance support to SearchView for iOS.
- Framework - Add rangeSlider component.
- Framework - Adding circular crop for Android.
- Framework - Add share Contacts to Share on iOS and Android
- Framework - Add kotlin support to Android emulator and player.
- Framework - Migrate from fabric to firebase Crashlytics for both OS Emulators
- Framework - fixed WebView shifts bug on iOS.
- Framework - iOS alpha player can be downloaded now.
- Framework - Android application font size is fixed even if the device display size is changed.
- Framework - Add a documentpicker component
- Framework - Ability to set a custom view on HeaderBarItem.
- Framework - In Android, ListView’s onRowMoved method behavior is being exactly similar to iOS.
- Docs - Create a guide for 9-patch images to support a different screen sizes in Android.