Upgrade Appkit in Existing Apps
package.json
file at the root of your project, update the appkit-ui
dependency to the latest Appkit version, for example:
pom.xml
file at the root of your project, update the value of the parent.version
property to the latest Appkit version, for example:
requestHandler: /
in the platform suggestions configuration files of your apps, you can now remove this parameter.
In earlier versions, requestHandler: /
was used to allow search term suggestions for apps using a query profile, but this parameter is no longer needed.
For example:
<search:field styling="title">
tags now use <h3>
tags instead of <p>
.
requestHandler: /
as a workaround for this functionality, carry out the upgrade step described in Additional upgrade steps above.
<track:clicks>
tag now works correctly with <table:result-list>
.
<track:clicks>
tag. They are now tracked correctly.