You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @magicbell/magicbell-react@10.4.0
### Minor Changes
-
[`4347cf3`](4347cf3)
Thanks [@smeijer](https://github.com/smeijer)! - feat: category labels
in the preferences pane are now translatable.
```typescript jsx
const customLocale = {
name: 'en',
translations: {
preferences: {
categories: { // mapping from slug > label
billing: 'My Billing',
},
},
},
};
function MyComponent() {
return (
<MagicBell locale={customLocale} apiKey={MAGICBELL_API_KEY}
userEmail="john@example.com" />
{(props) => <FloatingNotificationInbox height={450} {...props} />}
</MagicBell>
);
}
```
## @magicbell/embeddable@3.2.8
### Patch Changes
- Updated dependencies
\[[`4347cf3`](4347cf3)]:
- @magicbell/magicbell-react@10.4.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: packages/react/CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# @magicbell/magicbell-react
2
2
3
+
## 10.4.0
4
+
5
+
### Minor Changes
6
+
7
+
-[`4347cf3`](https://github.com/magicbell-io/magicbell-js/commit/4347cf322d7b057769771fd3f06dad60b98d18aa) Thanks [@smeijer](https://github.com/smeijer)! - feat: category labels in the preferences pane are now translatable.
0 commit comments