Skip to content

v3.1.0

Latest

Choose a tag to compare

@dabakovich dabakovich released this 02 Jun 12:12
· 2 commits to main since this release

Added

  • Dynamic textStyle support: textStyle in trigger config now accepts a function that receives part data, allowing for dynamic styling based on mention content (#135, thanks to @juandjara, #134, #124)

Documentation

  • Comprehensive documentation overhaul: Improved README clarity, added migration guides, and enhanced API documentation to better support developers transitioning to v3

Community

  • Special thanks to @juandjara for contributing the dynamic textStyle feature in PR #135

This release maintains full backward compatibility while adding powerful new dynamic styling capabilities contributed by the community. The textStyle property can now be either a static style object or a function that receives the part data, enabling conditional styling based on mention content.