Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV-1611: Update Drop-ins version to 2.2.1 #621

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/images/content-images/drop-in-create-funding-source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Begin the client-side implementation by including dwolla-web.js in the ‘head
<head>
<script
type="text/javascript"
src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"
src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"
></script>
</head>
```
Expand Down
35 changes: 20 additions & 15 deletions pages/docs/drop-in-components/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Added version: `v2.0.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/create-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -152,7 +152,7 @@ Added version: `v2.0.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/create-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -253,7 +253,7 @@ Added version: `v2.0.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/upgrade-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -340,7 +340,7 @@ Added version: `v2.0.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/create-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -447,7 +447,7 @@ Added version: `v2.1.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/create-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -577,7 +577,7 @@ Added version: `v2.1.3`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/create-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -671,7 +671,7 @@ Added version: `v2.0.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/document-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -743,7 +743,7 @@ Added version: `v2.2.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/create-funding-sources-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -825,7 +825,7 @@ Added version: `v2.2.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/verify-micro-deposits.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -899,7 +899,7 @@ Added version: `v2.0.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/document-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -974,7 +974,7 @@ Added version: `v2.0.0`

```html
<head>
<script src="//cdn.dwolla.com/v2.2.0/dwolla-web.js"></script>
<script src="//cdn.dwolla.com/v2.2.1/dwolla-web.js"></script>
<link rel="stylesheet" href="/styles/document-custom.css" />
<script>
dwolla.configure({
Expand Down Expand Up @@ -1036,13 +1036,18 @@ Get started building with drop-in components by checking out the [getting starte

## Changelog

### Latest `v2.2.0`
### Latest `v2.2.1`

The latest version of **dwolla-web.js** is `2.2.0`. If you are currently using `v2`, we recommend [upgrading](/guides/drop-ins/setup-and-configuration#include-dwolla-webjs) to `2.2.0`.
The latest version of **dwolla-web.js** is `2.2.1`. If you are currently using `v2`, we recommend [upgrading](https://developers.dwolla.com/docs/drop-in-components/drop-ins/setup-and-configuration#include-dwolla-webjs) to `2.2.1`.

- Added `<dwolla-funding-source-create>` drop-in component
- Added `<dwolla-micro-deposits-verify>` drop-in component
- Renamed `Name` field to `Account Nickname` in `<dwolla-funding-source-create>` drop-in for clarity.

### `v2.2.0`

- Added `<dwolla-funding-source-create>` drop-in component.
- Added `<dwolla-micro-deposits-verify>` drop-in component.
- Updated `dwolla.configure` `token` callback function to receive `{ _links, action, links }`, rather than just `{ action, links }`. This will allow immediate pass-through without modification to the Dwolla API while maintaining backwards compatibility for existing implementations.
- Made `postalCode` optional in `<dwolla-business-vcr>` drop-in for Business Verified Customers with non-US controllers.

### `v2.1.9`

Expand Down
Loading