> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

See the changes to the Frontend SDK. Make sure to download the latest version.

<Update label="December 21, 2025" description="Latest">
  ## Frontend SDK Version 3.0.0

  **Release notes:**

  * Combined all supported platforms into a single article.
  * Removed the `AppchargeCheckoutInit` component.
  * Moved the Checkout translations and price localization instructions to their own designated articles.
  * Removed `sessionToken` and `checkoutToken` properties from the `AppchargeCheckout` component.
  * Changed the `checkoutUrl` property value from `url` to `parsedUrl` in the [Create Checkout Session API](/../../api-reference/checkout/checkout-session/create-checkout-session).
</Update>

<Update label="March 22, 2024" description="Latest">
  ## ReactJS Version 3.0.0

  Changed `publisherToken` (optional) to `checkoutToken` (mandatory).

  ## VueJS Version 2.0.0

  Changed `publisherToken` (optional) to `checkoutToken` (mandatory).

  ## Angular Version 2.0.0

  Changed `publisherToken` (optional) to `checkoutToken` (mandatory).

  ## JS 2.0.0

  Changed `publisherToken` (optional) to `checkoutToken` (mandatory).
</Update>

<Update label="March 18, 2024">
  ## VueJS Version 0.1.13

  First version.

  ## VueJS Version 1.1.0

  Added a new `getPricePoints` function to retrieve the localized price points for the individual device/user running the Appcharge Checkout SDK.
</Update>
