We've released LIFF v2.18.1.
In LIFF v2.18.1, the following bugs have been fixed.
# Fixed a bug in TypeScript that caused an error when building
We've fixed a bug in LIFF v2.18.0, where using TypeScript to build codes containing URI action in Message objects caused an error.
# Target methods
# How to update to LIFF v2.18.1
If you're using the CDN edge path (https://static.line-scdn.net/liff/edge/2/sdk.js
), you will automatically be updated to v2.18.1.
If you're using an npm package, you can update to v2.18.1 by executing either npm install @line/liff@2.18.1
or yarn add @line/liff@2.18.1
.
For more information on integrating the LIFF SDK, see Integrating the LIFF SDK with the LIFF app.