Skip to content

Releases: plaid/pattern

Pattern 1.0.5

03 Sep 18:17
72d7fe9
Compare
Choose a tag to compare
  • Update eslint to address security warnings.
  • Use the correct autoComplete JSX attribute.
  • Update readme with more info for running in Windows.

Pattern 1.0.4

28 Aug 15:08
a011112
Compare
Choose a tag to compare
  • Better explanation on why duplicate item adds fail

Pattern 1.0.3

23 Jul 16:46
0cd1311
Compare
Choose a tag to compare
  • Removed the default user account.
  • Improved documentation.
  • Added some logging of Plaid API requests to store request identifiers (to align with the Plaid docs).
  • Removed the Plaid item id from the client (to align with the Plaid docs).
  • Removed the Beta label.

Pattern 1.0.2

12 Jun 18:00
bef1c33
Compare
Choose a tag to compare
  • Add "Beta" to README header for clarity
  • Fixed a client bug that caused the buttons in dropdown elements to not accept click events if the item was the last element in a list
  • Other smalls nits and cleanups

Pattern 1.0.1

29 May 17:47
Compare
Choose a tag to compare
  • Fix typo in README
  • Update Plaid node bindings version to ^4.0.0

Pattern 1.0.0

28 May 20:17
360dc23
Compare
Choose a tag to compare

An example end-to-end Plaid integration to create items and fetch transaction data.

This release includes workflows and use-cases for Plaid's Transactions Product on the following stack:

  • PostgreSQL (DB)
  • Node/Express (server)
  • React (client)