LogoLogo
CSPR.build PortalCSPR.click Website
CSPR.click v1.3
CSPR.click v1.3
  • Introduction
    • CSPR.click overview
    • Get your application Id
    • Changelog
  • UI SDK
    • Getting started with the template application
    • Integrating the UI SDK into your application
    • Integrating the UI SDK into a non-React application
    • Customizing the top bar
      • Account dropdown menu
      • Theme selector
      • Network selector
      • Language selector
      • Currency selector
      • Custom selector
    • useClickRef() hook
    • Handling events
    • Signing transactions
  • Core JS SDK
    • Getting started
    • Properties
    • Methods
    • Types
    • Events
  • Get support
    • Contact us
Powered by GitBook
On this page
  • CSPR.click Core JS SDK
  • v1.3.0 - Jan 19th, 2024
  • v1.2.1 - Jan 8th, 2024
  • v1.2.0 - Dec 12th, 2023
  • v1.1.4 - Dec 1st, 2023
  • v1.1.0 - Nov 1st, 2023
  • v1.0.0 - Oct 10th, 2023
  • CSPR.click UI SDK
  • v1.2.1 - Dec 18th, 2023
  • v1.2.0 - Dec 12th, 2023
  • v1.1.4 - Dec 1st, 2023
  • v1.1.0 - Nov 1st, 2023
  • v1.0.0 - Oct 10th, 2023
  1. Introduction

Changelog

PreviousGet your application IdNextGetting started with the template application

Last updated 11 months ago

CSPR.click Core JS SDK

Note: patch versions are not released as npm packages if interfaces haven't changed with respect to the previous version.

v1.3.0 - Jan 19th, 2024

Important note if you're upgrading your app to 1.3.0 from a previous version. <ClickTopBar> component has been replaced with new <ClickUI> component. The latter permits a more granular configuration for the elements that the developer wants to display in their application. For example, to not include the top navigtaion bar.

Check section for <ClickUI> component reference.

  • New Buy CSPR UI to select between different onramp platforms.

  • Integration with Ramp.

  • CSPR.click navigation bar is now optional. Applications that have their own controls for signing in and displaying connected accounts, can exclude this component.

v1.2.1 - Jan 8th, 2024

  • fixed a bug that caused people using different Ledger devices to not be able to sign in with the second device without signing out and reloading the web page.

  • fixed a bug that might cause transaction signature rejection when the user had different accounts in different tabs for the same application.

v1.2.0 - Dec 12th, 2023

  • new API csprclick.switchAccount() to trigger the UI that permits to connect to another account.

  • Previously used accounts are now shown in most recently used order.

  • UI fixes.

  • Published new npm packages @make-software/csprclick-core-types 1.2.0 and @make-software/csprclick-core-client 1.2.0.

v1.1.4 - Dec 1st, 2023

  • CSPR.click now detects if it's running within a mobile wallet in-app browser to skip wallet selection UI in sign-in flow.

  • Ledger now works on Android devices.

  • Published new npm packages @make-software/csprclick-core-types 1.1.4 and @make-software/csprclick-core-client 1.1.4.

v1.1.0 - Nov 1st, 2023

  • Published new npm packages @make-software/csprclick-core-types 1.1.0 and @make-software/csprclick-core-client 1.1.0.

v1.0.0 - Oct 10th, 2023

  • Initial release.

  • Published new npm packages @make-software/csprclick-core-types 1.0.0 and @make-software/csprclick-core-client 1.0.0.

CSPR.click UI SDK

v1.2.1 - Dec 18th, 2023

  • UI fixes

  • Published new npm package @make-software/csprclick-ui 1.2.1.

v1.2.0 - Dec 12th, 2023

  • new API csprclick.switchAccount() to trigger the UI that permits to connect to another account.

  • Previously used accounts are now shown in most recently used order.

  • UI fixes.

  • Published new npm package @make-software/csprclick-ui 1.2.0.

v1.1.4 - Dec 1st, 2023

  • UI now shows an animation in account widget during loading.

  • CSPR.click now display a warning if Casper app version in the Ledger device is outdated.

  • Published new npm package @make-software/csprclick-ui 1.1.4.

v1.1.0 - Nov 1st, 2023

  • Added Buy CSPR menu item to account dropdown menu.

  • UI/UX improvements.

  • Published new npm package @make-software/csprclick-ui 1.1.0.

v1.0.0 - Oct 10th, 2023

  • Initial release.

  • Published new npm package @make-software/csprclick-ui 1.0.0.

this