Releases: parubok/multiline-label
Releases · parubok/multiline-label
v1.10
- GitHub CI.
- Update README.md.
- Demo updates.
- Bug fix: Call revalidate/repaint when needed.
v1.9
- New property:
useCurrentWidthForPreferredSize
.
- Make interface
TextLayout
public.
v1.8
- Support both UNIX-style and Windows-style line separators.
- Refactoring.
v1.7
Break text to lines according to EOL characters (if provided).
v1.6
- Request re-layout if there is too much height.
- Make some methods
protected
for easier subclassing.
Demo3
.
v1.5
- Bug fixes.
- Demo2.
- Allow multiple adjacent spaces (rendered as a single space) and '\n' (converted to a space) in text.
v1.4
- Bug fix.
- MultiLine -> Multiline.
v1.2
- Handle case of insufficient bounds.
v1.1
- Bug fix.
- More unit tests.
- Added comments.