Skip to content

Releases: parubok/multiline-label

v1.10

22 Sep 11:12
Compare
Choose a tag to compare
  • GitHub CI.
  • Update README.md.
  • Demo updates.
  • Bug fix: Call revalidate/repaint when needed.

v1.9

20 Sep 07:02
Compare
Choose a tag to compare
  • New property: useCurrentWidthForPreferredSize.
  • Make interface TextLayout public.

v1.8

19 Sep 12:16
Compare
Choose a tag to compare
  • Support both UNIX-style and Windows-style line separators.
  • Refactoring.

v1.7

19 Sep 04:22
Compare
Choose a tag to compare

Break text to lines according to EOL characters (if provided).

v1.6

14 Sep 12:23
Compare
Choose a tag to compare
  • Request re-layout if there is too much height.
  • Make some methods protected for easier subclassing.
  • Demo3.

v1.5

13 Sep 05:57
Compare
Choose a tag to compare
  • Bug fixes.
  • Demo2.
  • Allow multiple adjacent spaces (rendered as a single space) and '\n' (converted to a space) in text.

v1.4

19 Aug 02:35
Compare
Choose a tag to compare
  • Bug fix.
  • MultiLine -> Multiline.

v1.3

18 Aug 08:45
Compare
Choose a tag to compare
  • Bug fix.

v1.2

18 Aug 07:15
Compare
Choose a tag to compare
  • Handle case of insufficient bounds.

v1.1

17 Aug 04:21
Compare
Choose a tag to compare
  • Bug fix.
  • More unit tests.
  • Added comments.