Quad[] HyperTextStyles.GetQuadStyles() is now obsolete; use void HyperTextStyles.GetQuadStyles(ref List<Quad>) instead.
HyperTextStyles.Text.TagRegex is now obsolete.
HyperTextProcessor now only allocates a Regex the first time the class encounters a particular custom tag.
Creating a new HyperTextStyles using the button in the HyperText inspector now makes the new styles object inherit the font size, color, and style from the HyperText instance that was selected.
Link colors are now composited differently so their base colors can be set with a <color> tag inside the <a> tag or via an IVertexModifier/IMeshModifier component.
Removed HyperTextDefineSymbols.cs; please delete it.
Library updates.
Bug Fixes
Fixed console error when compiling editor pass in Unity 5.3.0b4.