Releases: gdotdesign/mui
Releases · gdotdesign/mui
Release list
0.2.0-RC1
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
First Release Candidate
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