Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: icyhoty2k/MaterialFX

Tags

v11.11.1

Toggle v11.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request palexdev#45 from palexdev/staging

Version 11.11.1, merge from staging

v11.11.0

Toggle v11.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request palexdev#38 from palexdev/staging

Version 11.11.0, merge from staging

v11.10.1

Toggle v11.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request palexdev#28 from palexdev/staging

Version 11.10.1, merge from staging

v11.9.0

Toggle v11.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request palexdev#21 from palexdev/staging

Version 11.9.0, merge from staging

v11.8.0

Toggle v11.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request palexdev#20 from palexdev/staging

Minor change, merge from staging

v11.7.1

Toggle v11.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request palexdev#15 from palexdev/staging

Version 11.7.1, merge from staging

v11.7.0

Toggle v11.7.0's commit message
Fixed jlink build

Signed-off-by: PAlex404 <[email protected]>

v11.6.0

Toggle v11.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request palexdev#11 from palexdev/staging

Version 11.6.0, merge from staging

v11.5.6

Toggle v11.5.6's commit message
Version 11.5.6

Some improvements and bug fixes:
Moved cells to separate package.
MFXAnimationFactory added null check to resetNode().
MFXFontIcon added no-arg constructors for usage in SceneBuilder,
use Paint interface because SceneBuilder is stupid.
MFXTextFieldSkin, mfx-textfield.css fixed strange font size bug when clicking on the validation label.
mfx-dialog.css fixed font.

Added new resources

Signed-off-by: PAlex404 <[email protected]>

v11.5.5-staging

Toggle v11.5.5-staging's commit message
Version 11.5.5-staging

Added 2 new controls: MFXDatePicker and MFXTextField.

Added custom implementation of DateCell, MFXDateCell.
Added MaterialFX font, FontHandler, FontResources and MFXFontIcon for better managing SVG resources.
Added new methods to NodeUtils, used for positioning MFXDatePicker's popup.
Added new method to StringUtils.
Added new method to MFXResourcesLoader.
Added new SVG resources to MFXResourcesManager.

Fixed getClassCssMetaDataList() method in many controls, if I'm not wrong it should be static.
MFXButton, moved RippleGenerator initialization in separate protected method for overriding.
Ripples clip, using factory pattern which is more flexible than just an enum.
RippleGenerator, use clip from factory for background animation instead of Rectangle.
MFXListViewSkin, fixed scrollbars not being initially hidden if hideScrollBars is set to true.
AbstractMFXValidator, always initialize properties.
MFXDialogValidator, use mapping for messages rather than relying on list indexes.
Fixed font.css
Fixed MFXScrollpane's bars not being completely hidden.

Signed-off-by: PAlex404 <[email protected]>