v14.7.0
🎨 Features
- Adds support for constructing
Text
andComment
using the new operator - By @capricorn86 in task #1387- E.g.
new Text('text')
ornew Comment('comment')
- E.g.
Text
and Comment
using the new operator - By @capricorn86 in task #1387
new Text('text')
or new Comment('comment')