Changelog
Changelog
Each week, we provide changelog notes on this page giving a summary of recent significant changes to the documentation. If there haven’t been any significant changes in a given week, we don’t publish changelog notes.
2024
- May, 7th: JS APIs for subscribing to specific data source changes and converting helpers into widgets
2023
- August, 9th: New Android framework version 6.3.0 with support for Android 13 (API Level 33).
- June, 8th: Released new version 2.0.3 of the Data Integration Service with new auto-retry for failed sync operations.
- June, 7th: Added new JS API for the chat component. See Chat JS API for more details.
- April, 14th: New iOS framework version 6.2.0 released with improvements for screen transitions on iPad.
- April, 11th: Added draft documentation for the upcoming AI JS API.
- March, 29th: Released new version 2.0.1 of the Data Integration Service with improved checksum validation for media files.
- March, 28th: New iOS framework version 6.1.0 released with support for iOS 16.
- March, 10th: Added new pagination options for the Data Source JS API
- February, 23rd: Released new version 2.0.0 of the Data Integration Service with improved SSL compatibility and logging.
- February, 21st: Released new version 1.15.0 of the Data Integration Service with improved logging when synchronizing files.
- February, 8th: Data Source security rules are now required by all API tokens and DIS integrations when interacting with Data Sources
- January, 16th: Added documentation for custom Data Source security rules
2022
- November, 21st: Released new version 1.14.3 of the Data Integration Service with improved merge support on error handling when files can’t be fetched from disk.
- October, 27th: Released new version 1.14.2 of the Data Integration Service with improvements to error logging.
- October, 25th: Documentation added for session expiration.
- October, 5th: New Android framework version 6.0.3 with security updates.
- September, 6th: Updated Chat JS APIs with options to open a group conversation.
- August, 5th: New Android framework version 6.0.2 with support to the SDK 31.
- July, 20th: New iOS and Android framework version 6.0.0 released with support for the upcoming localization feature.
- July, 7th: New iOS framework version 5.3.2 released with bugfixes for the share dialog.
- April, 22nd: New iOS framework version 5.3.0 released with support for iOS 15.
2021
- Released new version 6.0.0 of the Fliplet CLI with improved support for creating tests for your components.
- Released new version 1.14.1 of the Data Integration Service with fixes for running a push operation without a primary key.
- New Android framework version 5.2.0 released with a bugfix for apps built with the SDK30 not properly dismissing the virtual keyboard.
- New Android framework version 5.1.0 released with full support for SDK 30 including a bugfix for taking pictures with camera not working as expected on Android 12.
- The new anti-virus feature has been rolled out to all customers. All files uploaded through the Media APIs will be scanned for viruses and quarantined when an infection is found.
- New Android framework version 5.0.0 released with support for App Bundle and SDK 30.
- New documentation page for App Actions.
- New documentation page for the Fliplet Helper components.
- New documentation for the
isFormInvalid
hook for the Form component. - New Android framework version 4.5.2 released with improvements for marking in-app notifications as read when push notifications are received.
- New iOS and Android framework version 4.5.1 released with improvements for receiving push notifications and displaying notification badges on the home screen.
- New JS API available to integrate your apps with payments via Stripe.
- New iOS and Android framework version 4.5.0 released to add support for reading push notification settings (e.g. badge, sound and alert).
- Added new documentation page for public JS APIs for the Email Verification.
- Added new documentation page for rate limiting when using APIs.
- Added public JS APIs for accessing the device biometrics.
- Added new documentation page listing all organization audit log types.
- Added public JS APIs for accessing Organization audit logs.
- Added public RESTful APIs for accessing Organization audit logs.
- Added new page for APIs related to Upcoming features.
2020
- New iOS framework version 4.3.0 released to improve support for push notifications.
- Added public JS APIs for interacting with Chat channels.
- Released new version 1.12.0 of the Data Integration Service with fixes for uninstalling Windows Services.
- Released new version 1.11.0 of the Data Integration Service with support for case-insensitive primary key, log verbosity and absolute paths on the Windows service.
- New iOS framework version 4.2.2 released and fixed an issue that caused clipboard warnings to be triggered when user revisits an app.
- New iOS framework version 4.2.1 released with support for clearing the splash screen cache on app startup.
- New redesigned layout for the developers website
- New Android framework release (version 4.2.0) to increase target SDK to 29 (Android 10) and disable back-ups for improved security.
- New documentation for the Data Source commit endpoint.
- New documentation for advanced conditions on Data Source hooks using Sift.js.
- New documentation for setting up a test SAML2 integration with Auth0.
- New JavaScript environment variable
demo
available viaFliplet.Env.get('demo')
. - Added support for merging data source entries when in sync with the Data Integration Service via the new
merge: true
option. - Added new documentation for the Fliplet.App.getPublicSlug() method.
- Published new documentation on Fliplet URLs and IP Addresses.
- Published new Fliplet Agent version (1.10) with support for encrypting columns.
- Adds support for new Vue.js-based boilerplate when creating component interfaces.
- Adds support for disabling the download option for audio players.
- New iOS framework release (version 4.1.3) to enhance the audio player.
- New documentation for running aggregation queries on Data Sources using the built-in Mingo library.
- Added more documentation and examples on setting up an encryption key when using the
fliplet-encryption
dependency. - Documentation for the List from data source component updated with the following:
- New comment related hooks
- New search input related hooks
- New comment related query parameters
- New documentation for retrieving the public URL of a screen.
- New beforeRichFieldInitialize hook added to the Form component.
- Updates for new app framework released, see native framework changelog for details.
- New documentation for Data Source operation hooks.
- Added new documentation page to list out available JavaScript assets in Fliplet Apps.
- Added new documentation page for defining Data Source Views.
- Documentation for the List from data source component updated with new options for the flListDataBeforeRenderList and flListDataAfterRenderList hooks.
- Released new version of our native framework for iOS apps with dropped UIWebView support following Apple’s deprecation notice and updated InAppBrowser Cordova plugin to its latest version.
- New documentation for creating and managing in-app and push notifications
- Released version 1.9.2 of the Data Integration Service
- Added more examples and documentation on connecting to Data Sources with advances settings for online and offline use.
- Added more examples on resizing a Media File.
- New examples on the documentation for the
beforeFormSubmit
hook of the Form component. - Added new method to programmatically submit a form built via the Form component.
- Documentation for screen link queries on List from Data Source.
- Documentation for configuring the Data Integration Service with Sharepoint.
- New hooks for the Chart component.
- Documentation page to explain the Infrastructure Data Flow of the Fliplet platform.
- Documentation page to explain the App Execution Flow of Fliplet apps.
- New hooks for the Chat component.
- General updates on the documentation for the Data Integration Service.
- Documentation page for the Fliplet.Helper JS API.
- General improvements to the guidelines and example on the Output of components page used when developing custom components for Fliplet apps.
- Updated jQuery to 3.4.1. See all Fliplet approved libraries.
2019
- Documentation on the Fliplet.Notifications JS API to document new public methods available.
- Documentation for the new
field.options
method available in the Form JS APIs component. - General improvements to the Native framework changelog page.