v1.1.1-rc4
Pre-release
Pre-release
vincenzopalazzo
released this
13 Jun 23:18
·
100 commits
to master
since this release
Material-UI-Swing 1.1.1-rc4
We are happy to announce the material-ui-swing v1.1.1-rc4 this release is the last test (if there are not other big bugs) before the release v1.1.1.
What include this release
This release includes the new disabled style inside the components: JComboBox, JRadioButton, JCheckBox, JToggleButton, now the components look like the mock below
also include bugs fixing inside the following components:
- Disabled text style improvement
- Bugs Fixing in JFileChooser
- Refactoring inside the component Icons
- Using the MaterialButtonUI API to improve arrow button inside components
- Start work into wiki
- Small bugs fixed
- Small refactoring inside MaterialTheme
- Fixed logic errors inside maven repository
- Removed big number of PNG icons.
- improve buttons style inside JToolBar;
Maven
<dependency>
<groupId>io.github.vincenzopalazzo</groupId>
<artifactId>material-ui-swing</artifactId>
<version>1.1.1-rc4</version>
</dependency>
Gradle
Groovy
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.1-rc4'
Kotlin
implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.1-rc4")
Java9 module name
io.github.vincenzopalazzo.materialuiswing
Special thanks
Before all, I want to say thanks to all people that help me to improve the library from version rc3 to version rc4, so thanks @metteo, @zanderson9
Also, I want to say thank all people that are using and testing the library.