Skip to content

Releases: JetBrains/jewel

v0.6.1

19 Sep 08:50
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • Open some Bridge utility APIs up

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Sep 16:42
c438a8e
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.1

06 Sep 17:02
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

What's Changed

  • Lazy components revamping #109
  • Introduce DataProvider support #110
  • Decouple painters from statefulness (no PR)
  • Add publication to bridge module

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

01 Sep 15:36
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

  • Create IDE LaF bridge #102
  • Improve CI and Gradle setup #94
  • Refactor theme generator Gradle plugin and optimize SARIF results #95

Known issues

  • Icons aren't loaded correctly in the bridge theme #105

Full Changelog: v0.4.2...v0.5.0

v0.4.2

16 Aug 08:09
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • Fix version naming, removing 'v' prefix

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Aug 07:58
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • Add missing Int UI core & standalone theme artefacts to publication, remove old, unused Darcula ones

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Aug 17:51
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Fixed most outstanding theming issues
  • TabStrip component
  • Tweaks to the tree APIs
  • Switched from Compose 1.3 to 1.5
  • Cleanup & refactoring

Full Changelog: v0.3.0...v0.4.0

v0.3.0 (milestone 3)

24 Jul 10:13
cf2dee2
Compare
Choose a tag to compare
v0.3.0 (milestone 3) Pre-release
Pre-release
  • SVG patching and caching, variant-aware loading
  • Demo cleanup
  • Fixing some v0.2.0 visual glitches (e.g., checkboxes)

v0.2.0 (milestone 2)

07 Jul 16:12
Compare
Choose a tag to compare
v0.2.0 (milestone 2) Pre-release
Pre-release

The main (only?) change in this release is a very large refactoring of the theme, and its API. This is prep work for the future milestones, that will bring a Swing LaF bridge theme to use in the IDE.

While we don't expect things to change further in a dramatical fashion, please keep in mind they well may need to, if we discover some new issue or limitation we need to address.

Note: since this is a large refactoring that changes significantly the code and its architecture, expect a painful migration if you were customising things a lot. We also have a number of known visual glitches/regressions since the first milestone, which we'll address over the next few releases.

v0.1.0 (milestone 1)

30 Jun 15:56
Compare
Choose a tag to compare
v0.1.0 (milestone 1) Pre-release
Pre-release
  • Initial milestone
  • Included components:
    • Button (default and outlined)
    • Checkbox
    • Chip
    • Context menus
    • Dropdown
    • Group header
    • Link (normal, external link, dropdown link)
    • Progress bar (horizontal: determinate and indeterminate)
    • Radio button
    • Scroll bar
    • Selectable LazyColumn
    • Text field and text area
    • Tree
  • Not included: Darcula theming, and IDE integration (LaF bridge)

Note: there are several changes upcoming in the next milestone.
Please do not use this release for production code.