Skip to content

Releases: mint-lang/mint-ui

8.0.0

21 Sep 17:48
Compare
Choose a tag to compare

Mint 0.19.0 compatibility.

7.0.0

24 May 06:22
Compare
Choose a tag to compare

Mint 0.18.0 compatibility.

6.0.0.

19 Apr 09:11
Compare
Choose a tag to compare

Mint 0.17.0 compatibility.

5.0.1

22 Jun 13:43
Compare
Choose a tag to compare
  • 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

05 Apr 18:35
Compare
Choose a tag to compare

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 use Ui.ContainedImage and added onUpdate property to allow parent components to be notified on the dimensions of the loaded image.

Housekeeping

  • Update CONTRIBUTING.md @Sija

4.0.0

22 Dec 09:14
Compare
Choose a tag to compare

Breaking Changes

  • Ui.Cell::HtmlItems now takes a new parameter breakOnMobile 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 enum Ui.Field for the orientation property.

Additions

  • Added formatter and titleFormatter parameters for Ui.RelativeTime #8
  • Added formatter and format parameters for Ui.DatePicker #8
  • Added rows property to Ui.Textarea #34 @sclee15
  • Added onDragEnd property to for Ui.Slider

Housekeeping

  • Formatted source code @Sija

Full Changelog: 3.0.1...4.0.0

3.0.1

19 Jul 16:55
b68ebd1
Compare
Choose a tag to compare
  • Set the default value of maxWidth in Layout.Website to 100vw - @bjab

3.0.0

03 Jul 16:22
Compare
Choose a tag to compare
  • Compatibility with Mint 0.14.0
  • Fixing typos @Sija

2.2.0

02 Jul 12:36
Compare
Choose a tag to compare
  • Convert Ui.Container and Ui.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

19 Jun 06:49
Compare
Choose a tag to compare
  • Added fitContent property to Ui.Box and Ui.Content
  • Added Ui.Token.setToken and Ui.Token.getName functions.