atlantafx/CHANGELOG.md

20 lines
604 B
Markdown
Raw Normal View History

2022-07-21 04:58:01 -04:00
# Changelog
## [Unreleased]
2022-09-14 13:26:58 -04:00
### Features
- (Sampler) External themes support. Sampler can now be used to develop custom themes. Just clone [AtlantaFX sample theme](https://github.com/mkpaz/atlantafx-sample-theme) repository, compile it and add resulting CSS file to the Sampler.
- (CSS) `TextField` and `Button` now support rounded style.
2022-09-13 07:08:19 -04:00
### Improvements
2022-09-14 13:26:58 -04:00
- (CSS) Nord light and dark themes revamped with better color contrast and improved design.
- (CSS) `Hyperlink`, `TextField`, `TextArea` and `ProgressBar` can now be styled via looked-up color variables.
### Fixes
2022-09-13 07:08:19 -04:00
2022-07-21 04:58:01 -04:00
## [0.1]
Initial release.