Release date: 5 April 2019 Appkit SDK version in this release: 4.2.1 See the Appkit 4.2.1 release notes for other changes. In apps created with this version of Fusion App Studio, you can Upgrade Appkit in Existing Apps. For a list of Appkit versions, see the Appkit Release Notes.Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Upgrade Appkit in Existing Apps
Upgrade Appkit in Existing Apps
When you create an Appkit webapp, it uses a specific version of Appkit. Appkit releases occur independently of App Studio releases.You can upgrade web apps to use the latest version of Appkit.How to upgrade
- Stop the app.
-
In the
package.jsonfile at the root of your project, update theappkit-uidependency to the latest Appkit version, for example: -
In the
pom.xmlfile at the root of your project, update the value of theparent.versionproperty to the latest Appkit version, for example: - Upgrade the Appkit Social module, if required.
- Perform any additional upgrade steps that are required for a specific Appkit upgrade. See the Appkit Release Notes for more information.
- Start the app.