Skip to content

Releases: JFXtras/jfxtras-styles

Version 11.5.10

22 Sep 21:11
Compare
Choose a tag to compare

Version 8.5.10

22 Sep 21:11
Compare
Choose a tag to compare

Version 11.5.8

26 Aug 22:22
Compare
Choose a tag to compare

Version 8.5.8

26 Aug 22:21
Compare
Choose a tag to compare

Version 11.5.7

25 Aug 22:23
Compare
Choose a tag to compare

Version 8.5.7

25 Aug 22:23
Compare
Choose a tag to compare

Version 5.6

18 Jul 14:21
Compare
Choose a tag to compare

Version 5.5

02 Jun 21:35
Compare
Choose a tag to compare

Version 5.4

08 May 02:26
Compare
Choose a tag to compare

This release adds the following features and fixes:

  • #64
  • #66
  • Almost finished #63
  • Samples: put everything inside a single jmetro package (no more jmetro8 package)
  • Samples: add ThemeTester to samples for thoroughly testing out all of JMetro

While fixing #64 the size of the default font has been brought down to 12px by default, to be more inline with Modena (better for programmers using Modena that want to migrate to JMetro). This can be changed back to 14px as it was before by simply adding a stylesheet with this rule:

.root {
  -fx-font-size: 14px;
}

All controls should adjust their padding based on this defined font size.

Version 5.3

25 Mar 15:29
Compare
Choose a tag to compare