Releases: mint-lang/mint-ui
Releases · mint-lang/mint-ui
8.0.0
7.0.0
Mint 0.18.0 compatibility.
6.0.0.
Mint 0.17.0 compatibility.
5.0.1
5.0.0
Breaking Changes
- Minimum supported Mint version is now 0.16.0
New Components
- Added
Ui.ContainedImageto show an image in a contained element.
Changes
- Updated
Provider.Pointerto use animation frames to improve performance. - Updated
Ui.ImageCropto useUi.ContainedImageand addedonUpdateproperty to allow parent components to be notified on the dimensions of the loaded image.
Housekeeping
- Update CONTRIBUTING.md @Sija
4.0.0
Breaking Changes
Ui.Cell::HtmlItemsnow takes a new parameterbreakOnMobilewhich will cause it to lay out the given items in a column instead of a row on mobile resolutions.Ui.Fieldis now using an enumUi.Fieldfor theorientationproperty.
Additions
- Added
formatterandtitleFormatterparameters forUi.RelativeTime#8 - Added
formatterandformatparameters forUi.DatePicker#8 - Added
rowsproperty toUi.Textarea#34 @sclee15 - Added
onDragEndproperty to forUi.Slider
Housekeeping
- Formatted source code @Sija
Full Changelog: 3.0.1...4.0.0
3.0.1
3.0.0
2.2.0
- Convert
Ui.ContainerandUi.Fieldto use flexbox instead of grid for layout because in Firefox a lot of nested grids are causing performance issues. - Updates to
Ui.Calendar:- Fix spacing of header items to be in center of the rows.
- Allow the days to fill their cells.
- Compare selected days with normalization.
- Allow showing multiple selected days.
2.1.0
- Added
fitContentproperty toUi.BoxandUi.Content - Added
Ui.Token.setTokenandUi.Token.getNamefunctions.