Skip to content

Releases: trycourier/courier-react

v4.2.1

18 Aug 18:49
Compare
Choose a tag to compare

Include fix: prefernces page fix

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

16 Aug 22:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

11 Aug 15:05
Compare
Choose a tag to compare

What's Changed

  • feat(allow re-init): we want to allow people to trigger a re-render by @rileylnapier in #488

Full Changelog: v4.0.0...v4.1.0

v4.0.0

09 Aug 22:15
Compare
Choose a tag to compare

What's Changed

Before

<CourierProvider
  accountId={"YOUR_ACCOUNT_ID"}
  clientKey={props.clientKey}
  userId={props.userId}
  apiUrl={props.apiURL}
  wsOptions={{
    url: props.wsURL,
  }}
  authorization={props.authorizationToken}
>
  {props.children}
</CourierProvider>

After

<CourierProvider
  tenantId={"YOUR_TENANT_ID"}
  clientKey={props.clientKey}
  userId={props.userId}
  apiUrl={props.apiURL}
  wsOptions={{
    url: props.wsURL,
  }}
  authorization={props.authorizationToken}
>
  {props.children}
</CourierProvider>

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Full Changelog: v3.16.0...v4.0.0

v3.16.0

09 Aug 18:06
Compare
Choose a tag to compare

What's Changed

  • chore(cleanup storybook): cleanup storybook by @rileylnapier in #486
  • chore(add readme to storybook): add readme by @rileylnapier in #487
  • feat(account recipient preferences): support account recipient preferences by @tk26 in #489
  • chore(v3.16.0): version 3.16.0 by @tk26 in #490

Full Changelog: v3.15.0...v3.16.0

v3.15.0

31 Jul 19:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.14.1...v3.15.0

v3.14.1

27 Jul 18:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.14.0...v3.14.1

v3.14.0

26 Jul 22:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.12.0...v3.14.0

v3.12.0

18 Jul 23:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.1...v3.12.0

v3.11.1

13 Jul 23:28
Compare
Choose a tag to compare

What's Changed

  • fix(pref-v4/list): fix hosted pref page flash on load. (prevent compo… by @misabel in #470

New Contributors

Full Changelog: v3.11.0...v3.11.1