Skip to content

advanced-imessage-kit v1.15.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 11:33
· 4 commits to main since this release

New Features

  • You can now style specific parts of a message with bold, italic, underline, and strikethrough using textStyles, and apply full-message text animations like shake or ripple with textAnimation ✨.
  • Rich text options now work when the SDK auto-creates a chat and sends the first message, so styled/animated messages behave consistently in that flow too.

Bug Fixes

  • bubbleEffect is now strongly typed as BubbleEffect in chat creation paths, which prevents invalid effect values at compile time.
  • The styled-message examples were corrected for text range indexes, so the sample formatting lines up with the actual words.

Improvement

  • Documentation was expanded with clearer examples for text styling/animation and added enterprise edition details in the README.
  • Added .github/CODEOWNERS to make code ownership and review routing clearer for maintenance.

Breaking Changes

  • effectId was replaced by bubbleEffect in message/chat send options (introduced in 822db81, with type tightening in 38c2451), so any code still using effectId must be updated.

Version: 1.15.0