Skip to content

Releases: olton/Metro-UI-CSS

Metro 4.2.9

24 Jun 17:58
Compare
Choose a tag to compare

4.2.9

  • Calendar: fix day item height for issue #1112
  • Select: fix method val for issue #1116
  • App bar: fix drop down for issue #1114
  • Slider: fix marker position for non displayed slider fro issue #1119
  • Time(date) picker: add classes .for-top, .for-bottom. Use with attribute data-cls-picker
  • Time(date) picker: add action button border

Metro 4.2.8

12 Jun 19:44
Compare
Choose a tag to compare

4.2.8

  • Sorter: new component
  • Table: new component
  • List: new component
  • Utils: add new methods isValue, isNegative, isPositive, isZero, func, between, parseMoney
  • Tiles: upd for issue #1109
  • i18n: add it-IT locale by milanteo

Metro 4.2.7

20 May 14:36
Compare
Choose a tag to compare

4.2.7

  • Accordion: fix events context to html element
  • Date picker: fix for negative time zone (issue #1084)
  • Date picker: fix events context to html element
  • Extensions: add function addHours, addDays, addMonths, addYears for date object
  • Dialog: now shadow can be on/off with option data-shadow="true"
  • Dialog: add window.resize controller
  • Info box: add component information boxes width states default, alert, warning, success and info
  • Sidebar: add component

Metro 4.2.6

10 May 14:32
Compare
Choose a tag to compare

4.2.6

  • Validator: add func reset for reset fields state
  • Validator: add func reset_state for reset field state
  • Validator: add func set_valid_state for valid field state
  • Validator: add func set_invalid_state for invalid field state
  • Validator: add auto method reset for forms with role validator
  • Validator: add option boolean requiredMode for form. If this option is true, all funcs works as required, else funcs works if field value is not empty.

Metro 4.2.5

05 May 19:08
Compare
Choose a tag to compare

4.2.5

  • CSS Utilities: add cursor classes in format .c-{cursor-name}. Example: .c-alias
  • Badge: add class .badge to display any pages inside the element
  • Docs: add doc file badge.html for badge component
  • Docs: add doc file cursors.html for cursors classes

Metro 4.2.4

03 May 17:34
Compare
Choose a tag to compare

4.2.4

  • Counter: add new component
  • Docs: add docs for counter component

Metro 4.2.3

02 May 09:13
Compare
Choose a tag to compare

4.2.3

  • Validator: add custom validation
  • Navigation view: issue #1018 sets focus to the input field in suggest-box when user click on the helper
  • Dialog: change max-width to calc(100vw - 100px) and max-height to calc(100vh - 100px)

Metro 4.2.2

01 May 12:40
Compare
Choose a tag to compare

4.2.2

  • Window: fix methods show(), hide() in Metro.window
  • Window: add methods min, max to component and object

Metro 4.2.1

01 May 12:15
Compare
Choose a tag to compare

4.2.1

  • Vertical menu: fix issue #1089 - the sub-menu are out of the view
  • Window: change logic of method close
  • Window: add object Metro.window with a number of methods

Metro 4.2.0

29 Apr 18:06
Compare
Choose a tag to compare

4.2.0

  • Select: add filtering feature.
  • Activity: fix z-index for global activity with overlay
  • Activity: add new option text for activity overlay
  • Third party: add styles for datatables plugin
  • Third party: add styles for select2 plugin
  • Demo: add demo page for datatable plugin
  • Demo: add demo page for select2 plugin