Skip to content

Releases: gluonhq/scenebuilder

Release early-access

05 Nov 09:36
ad3003e
Compare
Choose a tag to compare
Release early-access Pre-release
Pre-release

Changelog

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:

  • Erwin Morrhey (@erwin1)
  • José Pereda

Release 24.0.0-RC1

30 Oct 19:46
bef255f
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 44af494 feat: add consoleHandler (#783)
  • ecf5245 feat: Add ModuleExplorer to explore custom controls in modules (#778)
  • 0d5d6cb feat: publish Kit snapshot to sonatype (#759)
  • 91f6846 feat: Remove/Update Kit third-party dependencies (#758)

🐛 Fixes

  • b7c4698 fix: Update PreviewWindowController to prevent exception (#788)
  • 72791a2 fix: Force refresh of theme and stylesheets when swatch color changes (#781)
  • 2a13273 fix: Prevent css parsing if any style textfield is empty (#780)
  • 88d9111 fix: add optional modules to kit (#779)
  • 702b7d4 fix: add missing css rule to hierarchy panel (#775)
  • 57991f4 fix: NPE in accordion (#772)
  • af8b9a1 fix: Restore back removed metadata for DialogPane (#763)
  • 8cb8648 fix: Remove platform theme url from stylesheets, (#761)

🛠 Build

  • bef255f build: Update release.yml (#790)
  • 77b10fc build: Add input for RC version to release workflow (#789)
  • 255053b build: Update apple action version (#785)
  • bb3b5bb build: Add deploy step to release job (#770)
  • 465ae17 build: Don't release checksum and signature files (#769)
  • 3cfb094 build: Deploy locally before releasing with JReleaser (#766)

Contributors

We'd like to thank the following people for their contributions:

  • José Pereda

Release 23.0.1

16 Oct 15:59
00bf17a
Compare
Choose a tag to compare

Changelog

Contributors

We'd like to thank the following people for their contributions:

  • José Pereda

Release 23.0.0

24 Sep 12:45
e10bbdd
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 6ca4283 feat: Enabled loading of FXML files via drag&drop to WelcomeDialog. (#708)
  • 582a5a6 feat: add zh_CN translation to app module (#683)

🐛 Fixes

  • df782b0 fix: Ignore private and package-private classes when importing custom components (#702)
  • 976c754 fix: SceneBuilder will not load missing files from recent projects (#585)
  • 976c754 fix: SceneBuilder closes unexpectedly when an error occurs during FXML file loading (#600)

🛠 Build

  • e10bbdd build: artifact with this name already exists failure fix (#718)
  • f5a6f4c build: Use Java and JavaFX 23 (#705)
  • d36d9f6 build: Use Java and JavaFX 23-ea (#707)
  • 37aeb21 build: increment version to 23.0.0-SNAPSHOT (#704)
  • 2a81078 build: use relative path for resuesable workflows in same repository (#687)
  • 9982eda build: increment version to 22.0.1-SNAPSHOT (#689)

  • cc24f2a update actions to use latest versions (#716)
  • 6f6ffd6 Added rule to check that line length in Java files not exceeds 120 chars. (#691)

Contributors

We'd like to thank the following people for their contributions:

Release 22.0.0

22 Mar 16:16
e77a519
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 7e0cc88 feat: update SceneBuilderKit_zh_CN.properties (#676)

🐛 Fixes

  • e1b7bb0 fix: Enables Scene Builder to provide Insets editor for custom controls (#594)
  • a07ff34 fix: colorpicker move on input (#656)

🛠 Build

  • e77a519 build: Use Java and JavaFX 22 (#686)
  • ae800b2 build: increment version to 22.0.0-SNAPSHOT (#688)
  • a951fd3 build: replace self-hosted macos-14 runner with github runner (#682)
  • 16e0503 build: Added .editorconfig to project (#571)
  • 9abcd53 build: increment version to 21.0.2-SNAPSHOT (#667)

📝 Documentation

  • fbb75b1 docs: rename chekstyle for app from kit to app (#671)

Contributors

We'd like to thank the following people for their contributions:

Release 21.0.1-RC

26 Oct 11:20
7365b99
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 3f3881e fix: logging file creation from jar and package (#658)

🛠 Build

Contributors

We'd like to thank the following people for their contributions:

Release 21.0.1

30 Oct 13:26
7365b99
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • 3f3881e fix: logging file creation from jar and package (#658)

🛠 Build

Contributors

We'd like to thank the following people for their contributions:

Release 21.0.0

05 Oct 12:22
f720bee
Compare
Choose a tag to compare

Changelog

🔄️ Changes

  • 8f73806 refactor: Clean up DocumentWatchingController (#639)

Contributors

We'd like to thank the following people for their contributions:

  • Abhinay Agarwal
  • Almas Baim
  • José Pereda

Release 20.0.0

08 May 14:15
82bd575
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 5ce9f65 feat: Add JRuby controller skeleton generation (#596)
  • 50163dc feat: Added link to JFX-Central in menu Help/JavaFX/ (#570)

🐛 Fixes

  • 82bd575 fix: update license year using maven build date (#636)
  • 7099300 fix: CMD+C/CTRL+C now properly copies the controller skeleton code into clipboard (#590)
  • b527352 fix: getLatestVersion runs now as JavaFX task in JavaFX thread (#602)
  • 81a2f12 fix: Disabled mnemonic parsing on RecentDocumentsButton instances on welcome page in oder to have correct file name rendering for filenames with underscores. (#578)
  • 6e7e18e fix: Removed FX8 qualifier in BuiltInLibrary (#592)
  • 12175cf fix: incremented version to 20.0.0-SNAPSHOT. (#598)

🔄️ Changes

  • 449d8e3 refactor: Remove outdated comments, clean up code (#613)

🛠 Build

  • caeba6e build: Use Java and JavaFX 20.0.1 (#628)
  • 7a5fe6f build: Use Java and JavaFX 20 (#619)
  • 1ce6238 build: Checkstyle configuration in reactor POM changed so that test (#626)
  • 95d9fdf build: Added WhitespaceAround and WhitespaceAfter rules to Checkstyle config (#625)
  • c51d149 build: Use GITHUB_TOKEN for jreleaser (#624)
  • cba35a5 build: Added OperatorWrap rule to Checkstyle (#621)
  • 06506cd build: Add Maven Wrapper to the project (#588)

📝 Documentation

  • 468b24a docs: Early-access release generates full changelog from last stable version (#521)
  • b878844 docs: Update year to 2023 (#612)

Contributors

We'd like to thank the following people for their contributions:

Release 19.0.0

07 Oct 07:49
256c360
Compare
Choose a tag to compare

Changelog

🐛 Fixes

🔄️ Changes

  • 256c360 Replaced print stack trace calls with Logger (#528)

🛠 Build


Contributors

We'd like to thank the following people for their contributions: