Releases: BuildFire/sdk
Releases · BuildFire/sdk
Material Design App Theme Updates
Update Material Design css variables when appearance is updated in Control Panel
Upgrade to tinyMCE5
Upgrade to tinyMCE5
Stripe v3
New Format Service
Add a service for formatting:
- textToHTML(options, callback): convert text to HTML to support URLs , emails, phone numbers and hashtags
Deeplink updates
Merge pull request #612 from BuildFire/dld_onUpdate Add deeplink onUpdate
Android 11 compatablitiy
Merge pull request #608 from BuildFire/aug_2021 Use dynamic app root
Hotfixes
Stripe Connect V2
Added Stripe Connect delete functionality
Stripe Connect Integration
Stripe Connect is a set of programmable APIs and tools that lets you facilitate payments on your software platform, build a marketplace, and payout sellers or service providers globally—all while shifting payments compliance to Stripe.
We added a new method in Stripe services to create a Stripe-connected account.
This method will create Express connected account to your platform, you can later send funds from your Stripe account to the connected account.
Add New PluginInstance API Functions
- Add create function to create a new instance
- Add clone function to clone an instance
- Fix plugin tester loosing sync app context when navigating between tabs