advanced-imessage-kit v1.15.0
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 likeshakeorripplewithtextAnimation✨. - 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
bubbleEffectis now strongly typed asBubbleEffectin 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/CODEOWNERSto make code ownership and review routing clearer for maintenance.
Breaking Changes
effectIdwas replaced bybubbleEffectin message/chat send options (introduced in822db81, with type tightening in38c2451), so any code still usingeffectIdmust be updated.
Version: 1.15.0