Releases: magicbell/magicbell-js
Releases · magicbell/magicbell-js
@magicbell/embeddable@3.2.12
Patch Changes
- Updated dependencies [
7f9ecbc
]:- @magicbell/magicbell-react@10.6.0
magicbell@1.5.0
Minor Changes
Note
The broadcasts methods are currently in preview. Enable them via feature flags.
-
#83
94cbb92
Thanks @smeijer! - feat: add broadcasts.list method to the client.const broadcasts = magicbell.broadcasts.list({ per_page: 10 }); await broadcasts.forEach((broadcast) => { console.log(broadcast.id); });
-
#84
b0a809d
Thanks @smeijer! - feat: addbroadcasts.get
method to the client.const broadcasts = await magicbell.broadcasts.get(broadcastId); console.log(broadcast.id);
-
#86
073e3f8
Thanks @smeijer! - feat: addbroadcasts.notifications.list
method to the client.const notifications = magicbell.broadcasts.notifications.list(broadcastId, { per_page: 10 }); await notifications.forEach((notification) => { console.log(notification.id); });
-
#87
f0ec9a5
Thanks @smeijer! - Update schemas for broadcast methods.- dropped
broadcast.recipients_count
, usebroadcast.status.summary.total
instead. - broadcast notification
status
is now an enum string. - changed
sent_at
timestamps to be iso-strings. - added
created_at
to broadcast. - added
title
to broadcast notification
- dropped
magicbell@1.4.4
@magicbell/react-headless@4.2.6
Patch Changes
fbbbae7
Thanks @smeijer! - deps: bump ably to 1.2.39 to fix CVE-2022-33987
@magicbell/magicbell-react@10.5.2
Patch Changes
- Updated dependencies [
fbbbae7
]:- @magicbell/react-headless@4.2.6
@magicbell/embeddable@3.2.11
Patch Changes
- Updated dependencies []:
- @magicbell/magicbell-react@10.5.2
@magicbell/core@5.0.4
Patch Changes
fbbbae7
Thanks @smeijer! - deps: bump ably to 1.2.39 to fix CVE-2022-33987
magicbell@1.4.3
@magicbell/react-headless@4.2.5
Patch Changes
- #73
6eb5705
Thanks @SuzukiRyuichiro! - Fix example in docs foruseBell
, to providestoreId
via an options object.
@magicbell/magicbell-react@10.5.1
Patch Changes
- Updated dependencies [
6eb5705
]:- @magicbell/react-headless@4.2.5