Skip to content

Releases: Alipsa/fx-yearmonth-picker

Ver 1.1.0

25 Mar 15:48
Compare
Choose a tag to compare

upgrade to java 11, built with javafx 17.02 but should work fine with any javafx from 11 and up
module name is se.alipsa.ymp

Ver 1.0.2

29 Jul 20:24
Compare
Choose a tag to compare

minor fix: limit choice to start and end

Ver 1.0.1

29 Jul 16:56
Compare
Choose a tag to compare

Changed the TextField to a Label to get proper height alignment.

Ver 1.0

28 Jul 15:28
Compare
Choose a tag to compare

These components work fine. I have been using them for a while so releasing as version 1.0. It will be available on maven as

      <dependency>
         <groupId>se.alipsa</groupId>
         <artifactId>fx-yearmonth-picker</artifactId>
         <version>1.0</version>
      </dependency>

...or the equivalent in your favorite build tool. See readme for usage and if you run into issues, please use the [issue tracker(https://github.com/perNyfelt/fx-yearmonth-picker/issues).