v3.1.1: contentMode and ScrollStep fixes
- Fixes issue #191: forwards the
contentMode
property setting to the sublabel, which can help with size changes (thanks @FlaviaBondJamesBondsHusband!) - Fixes issue #192: Fixes the access levels for the
ScrollStep
andFadeStep
types (for generating custom scrolls), which were incorrectly not markedpublic
(thanks @cyonix!)