# Token Form Updates

![finix.js update to version 1.1.0](/assets/release-notes-2024-04-token-form.839f94eff5bb504fc807bd586d9151b1c7d66e5a71c9826effa270c3a4e444e2.08ff7529.png)

We’ve updated our finix.js library to version 1.1.0. This is our javascript library for tokenizing payment instruments using our Token Forms.

Summary of our recent changes:

- Added support for a new `defaultCountry` option to set the default country experience for your Tokenization form.
- We removed all address fields from the Bank Tokenization Form except for the `country` field, which was not required to tokenize bank accounts.
- onUpdate function's first param `state` now returns additional metadata for select fields called `selected`. Currently supported fields are: `account_type`, `address_state` and `address_country`.
- We fixed a bug related to loading the Tokenization library when only `address_state` is hidden.