Added
- Dynamic
textStylesupport:textStylein 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
textStylefeature 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.