Skip to content

Releases: magicbell/magicbell-js

@magicbell/[email protected]

16 Dec 19:23
d3f221f
Compare
Choose a tag to compare

Minor Changes

  • #457 679f894 Thanks @smeijer! - We fixed an issue in arrow positioning and provided a new prop, arrowPadding, to adjust the arrow position, for example, to match the border radius.

    Provide the offset property, which accepts a number or an object with mainAxis and crossAxis properties, to position the inbox relative to its trigger.

    <FloatingNotificationInbox height={450} placement="bottom-start" offset={24} arrowPadding={16} {...props} />

@magicbell/[email protected]

16 Dec 19:23
d3f221f
Compare
Choose a tag to compare

Patch Changes

@magicbell/[email protected]

13 Dec 12:18
602208f
Compare
Choose a tag to compare

Minor Changes

@magicbell/[email protected]

13 Dec 12:18
602208f
Compare
Choose a tag to compare

Minor Changes

@magicbell/[email protected]

13 Dec 12:18
602208f
Compare
Choose a tag to compare

Patch Changes

@magicbell/[email protected]

13 Dec 11:32
3368c93
Compare
Choose a tag to compare

Minor Changes

@magicbell/[email protected]

06 Dec 12:30
e9f3aea
Compare
Choose a tag to compare

Patch Changes

  • #440 0b8f1f2 Thanks @smeijer! - ensure that clicking notification menu doesn't trigger action url

@magicbell/[email protected]

06 Dec 12:30
e9f3aea
Compare
Choose a tag to compare

Patch Changes

@magicbell/[email protected]

06 Dec 12:30
e9f3aea
Compare
Choose a tag to compare

Minor Changes

@magicbell/[email protected]

22 Nov 10:02
1625874
Compare
Choose a tag to compare

Patch Changes

  • #433 d0f7bae Thanks @stigi! - Correctly flagging nullable properties. All of them were optional before so they are likely handled correctly already and this is just affecting response validation.