Skip to content

Releases: gdotdesign/mui

0.2.0-RC1

0.2.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@gdotdesign gdotdesign released this 01 Aug 04:42

New Components:

  • Context Menu - Openable menu when user right clicks on a component.
  • Notifications - Toast notifications with types
  • Number - Number input for numeric values
  • Popover - Openable panel for information content
  • View - Customizable component, for web applications

Features

  • Keyboard Support
    • TABABLE attribute for elements that support keyboard
  • Form validations
  • Mixin inheritance (implements: [UI.Validations])
  • MARKUP property - to create child nodes easily

Issues:

  • Dropdown now can be opened to left and right
  • Fixed Pager in IE9 (no animations version)

Pull Request: #17

0.1.0

Choose a tag to compare

@gdotdesign gdotdesign released this 01 Aug 04:19

Issues fixed:

  • Fixing empty ui-input height in Firefox.

First Release Candidate

Pre-release

Choose a tag to compare

@gdotdesign gdotdesign released this 07 Jul 13:43

0.1.0-RC1

This is intended for testing purposes, but it is actually pretty stable and could be used in production.

The Default theme is now available.

The following Standard Components are avaible:

  • ui-button
  • ui-checkbox
  • ui-color
  • ui-dropdown
  • ui-email
  • ui-form
  • ui-grid
  • ui-label
  • ui-modal
  • ui-option
  • ui-page
  • ui-pager
  • ui-radio
  • ui-range
  • ui-select
  • ui-slider
  • ui-text
  • ui-texarea
  • ui-toggle
  • ui-tooltip