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.ContainedImage
to show an image in a contained element.
Changes
- Updated
Provider.Pointer
to use animation frames to improve performance. - Updated
Ui.ImageCrop
to useUi.ContainedImage
and addedonUpdate
property 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::HtmlItems
now takes a new parameterbreakOnMobile
which will cause it to lay out the given items in a column instead of a row on mobile resolutions.Ui.Field
is now using an enumUi.Field
for theorientation
property.
Additions
- Added
formatter
andtitleFormatter
parameters forUi.RelativeTime
#8 - Added
formatter
andformat
parameters forUi.DatePicker
#8 - Added
rows
property toUi.Textarea
#34 @sclee15 - Added
onDragEnd
property 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.Container
andUi.Field
to 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
fitContent
property toUi.Box
andUi.Content
- Added
Ui.Token.setToken
andUi.Token.getName
functions.