Releases: trycourier/courier-react
Releases · trycourier/courier-react
v4.2.1
Include fix: prefernces page fix
What's Changed
- fix: prefernces page fix by @bblatnick32 in #496
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Update README.md by @suhasdeshpande in #494
- feat(add scrolltop theme): add scrolltop to target the theme by @rileylnapier in #495
Full Changelog: v4.1.0...v4.2.0
v4.1.0
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
What's Changed
- [C-10110] changes
account
totenant
by @suhasdeshpande in #491 - chore(v4.0.0): version 4.0.0 by @suhasdeshpande in #492
Changesaccount
totenant
with this version bump
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
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
What's Changed
- fix(account_id): adds accountId in count query by @suhasdeshpande in #484
- chore(v3.15.0): version 3.15.0 by @suhasdeshpande in #485
Full Changelog: v3.14.1...v3.15.0
v3.14.1
What's Changed
- adds accountId as deps to update transport by @suhasdeshpande in #480
- chore(v3.14.1): version 3.14.1 by @suhasdeshpande in #481
Full Changelog: v3.14.0...v3.14.1
v3.14.0
What's Changed
- Feat: remove typings during clean command by @joshshowalter in #473
- feat: allows filtering inbox by accountId by @suhasdeshpande in #474
- chore(v3.13.0): version 3.13.0 by @suhasdeshpande in #476
- fix(account_id): fixes passing account_id to the transport layer by @suhasdeshpande in #477
- fix(account_id): check inbox before using by @suhasdeshpande in #478
- chore(v3.14.0): version 3.14.0 by @suhasdeshpande in #479
Full Changelog: v3.12.0...v3.14.0
v3.12.0
What's Changed
- [C-9943] fixes inbox preferences Opted Out by default by @suhasdeshpande in #471
- c-9967 bump courier-react to 3.12.0 by @misabel in #472
Full Changelog: v3.11.1...v3.12.0