Releases: mint-lang/mint-ui
Releases · mint-lang/mint-ui
2.0.0
Mint UI from this version is only compatible with Mint 0.13.0 which introduced breaking changes.
1.6.0
- Use pointer events instead of mouse events for manipulation.
This makesUi.ColorPanel
andUi.ImageCrop
usable on touch devices.
1.5.0
- Added
Ui.PricingItem
component. - Make sure that variables don't bleed throught in
Ui.Container
.
1.4.0
- Added
onClick
property toUi.Card
. - Added
Ui.Column
component. - Added
Ui.Row
component.
1.3.0
1.2.0
- Added
Ui.ImageCrop
(a simple image cropper component). - Added
image
property toUi.Card.Container
.
1.1.0
- Added
transparent
property toUi.Image
. - Added
bordered
property toUi.Table
.
1.0.0
This is the initial release.