Version 1, Update 2
This update only contains bug fixes.
- Previously, assigning a
textStyleIdto a text node required you to load the existing font on the text node, even though it is being replaced. This is now no longer necessary. text.setRangeFontNamenow requires you to load all existing fonts used in the text nodes, as they might still be present after the text node gets modified.- Fix a bug where
text.setRangeXYZfunctions would clear thetextStyleIdof characters outside the range that was being modified.