Releases: mint-lang/mint-ui
Releases · mint-lang/mint-ui
Release list
12.0.0
8.0.0
7.0.0
6.0.0.
5.0.1
- Fix SVG path of
Ui.Icons:TRIANGLE_UP_DOWN#41 - Don't enlarge the contained image if it's smaller than the container
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
- Set the default value of
maxWidthinLayout.Websiteto100vw- @bjab
3.0.0
- Compatibility with Mint 0.14.0
- Fixing typos @Sija
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.