Here are changes that have been made lately:
[0.1.92] - 2017-04-13
Changes
- newSelect() displays correctly now using a scrollView. It resides within the scrollView. The drop down shows below or just above the select input area depending on visible scroll area.
- newSlidePanel() demo updated on menu.lua. It demos a custom callback to avoid the default animation when scene switching. It demos using the animated switching.
[0.1.90] - 2017-04-12
Changes
- Copying the font files to your project’s main directory is no longer required. It now uses the “icon-font” directory.
- mui.init(module_list, options) has been changed. You No longer need to pre-append “materialui.” to each module. Just name them like “mui-button” for example.
[0.1.88] - 2017-04-04
Changes
- Event handler added to method newRadioButton() “label” text. This allows the user to touch/click on the radio button or the label text.