Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: olton/metroui

v5.1.20

22 Oct 16:00

Choose a tag to compare

5.1.20

  • Fixed parsePhone() utility function
  • Added support for custom nodes in ListView
  • Fixed addOptions() method is select component

v5.1.19

14 Oct 13:39

Choose a tag to compare

5.1.19

  • Added attribute data-size to analog-clock component
  • Refactored clock component, added attributes data-size, data-hour-format=12|24, improved time calculation
  • Fixed data-on-color, data-off-color for rating component
  • Added method validate() to validator component
  • Added component log, you can use Metro.log(...), Metro.warn(...), and Metro.error(...), these messages extended from console.log, and have different color output.

v5.1.18

09 Sep 19:23

Choose a tag to compare

5.1.18

  • Fixed bg-*-clown family colors
  • Corrected saturated and darken colors
  • Added animation to the linked block connector
  • Changed Metro.makePlugin(), now return plugin instance instead of an element
  • Fixed page control creating
  • Updated datetime package with fix for utc(), locale() methods, and added formatting system, align strategies system
  • Updated analog-clock, now you can use attribute data-time-zone to set specific utc offset in hours (-/+) and data-use-utc to enable it
  • Updated clock, now you can use attribute data-time-zone to set specific utc offset in hours (-/+) and data-use-utc to enable it
  • Updated cutter, now default style is line, added wave, wave can have any color
  • Fixed data-size attribute in activity component, added attribute data-box-size for metro activity
  • Fixed prev, next icons in calendar for android
  • Fixed accordion fame state marker for android
  • Fixed reaction inputs, select, and textarea components to change disabled property for input, select, textarea elements
  • Improved button for using colors, now you can use all colors to define button color with classes button-light-[color], button-minor-[color], button-[color], button-sat-[color], and button-dark-[color]
  • Added classes glow, glow-hover, glow-animated, and glow-animated-hover to push button
  • Fixed passing classes to the parent element for custom-checkbox, remove border by default
  • Remove duplicate border definition for before and after pseudo elements
  • Improved color correction for dropdown-caret in colored parents
  • Improved analog-clock - changed element sizes and positions
  • Fixed minor issues for dropdown component, Fixed analog-clock style

v5.1.17

24 Aug 16:09

Choose a tag to compare

5.1.17

  • Added components linked-block and linked-connector
  • Dialog content container display property changed to block
  • Improved cube component for using CSS vars

v5.1.16

18 Aug 08:14

Choose a tag to compare

5.1.16

  • Fixed method val() in the select component for multiple select.
  • Fixed the movement of the hour hand in the analog clock (thanks to CmPi).
  • Added background patterns
  • Added new gradients gradient-cosmic-aurora, gradient-midnight-mist
  • Added new icons
  • Added new prop zIndex and method zIndex() to the window component

v5.1.15

11 Aug 15:48

Choose a tag to compare

5.1.15

  • Fix validator for the required rule for the input with role
  • Improved rule date for validator
  • Added component resizable-container
  • Fixed bug in hotkey component when using $(...).hotkey() method for non-input elements
  • Fixed clear button action in the select component

v5.1.14

07 Aug 16:19

Choose a tag to compare

5.1.14

  • Updated Farbe - fixed saturate(), desaturate(), and brighten()
  • Fixed incorrect behavior of calendar and calendarpicker components, issue #1991
  • Change Number.isNaN to isNaN

v5.1.13

05 Aug 18:24

Choose a tag to compare

5.1.13

  • Fixed Component for using Dom instead of jQuery if jQuery is loaded.
  • Updated Farbe class

v5.1.12

03 Aug 18:46

Choose a tag to compare

5.1.12

  • select - fixed method val() no icons were displayed when using this method
  • select - added method clear() to clear selected value(s)
  • select - refactored method reset() - now calling this method resets select to initial state
  • typer - fixed color change
  • sidenav-m3 renamed to sidenav and has role sidenav

v5.1.11

30 Jul 07:23

Choose a tag to compare

5.1.11

  • Updated select component: added event onOptions to select component, to remote data added selected prop.
  • md5 moved to common-js
  • Fixed function min, max in validator component.