Click or drag to resize
1.6.1

Version 1.6.1 was released on 2015-10-13.

New Features
  • Added ability to pad the hitbox for links to make them easier to click/touch on small screens. See the following properties:
    • HyperText.LinkHitboxPadding
    • HyperText.ShouldOverrideStylesLinkHitboxPadding
    • HyperTextStyles.LinkHitboxPadding
    • HyperTextStyles.ShouldOverrideInheritedLinkHitboxPadding
Changes
  • The following methods now append numerical suffixes to increment incoming data with conflicting names rather than throwing an ArgumentException.
    • HyperTextStyles.SetCustomTextStyles()
    • HyperTextStyles.SetLinkStyles()
    • HyperTextStyles.SetQuadStyles()
  • It is no longer possible to enter the same tag or style class name twice in HyperTextStyles inspector.
  • Library updates.
Bug Fixes
  • Fixed overriding line spacing on a HyperText instance not working.
  • Fixed new HyperText created from Hierarchy Window context menu not correctly setting parent when an object is selected.
  • Fixed exception when adding a tag or style with an existing class name to a HyperTextStyles object in an inheritance chain.
See Also