Andres Morey
Andres Morey
Hi Everyone, I just wanted to let you know about some new features in MUI and give you an update on the next product release: First, in order to make...
Hi Everyone, I just wanted to let you know about a big improvement to the ripple effect in MUI v0.6.3. The new ripple effect executes more quickly (0.6s) which feels...
Hi Everyone, I just wanted to let you know about a few recent improvements in MUI: First, we fixed several bugs in the MUI CSS/JS, React and Angular Select components...
We've released a new version of MUI with the following changes (v0.1.20): - MUI now raises JavaScript Error objects for better tracebacks - Decreased $mui-container-sm width by 18px to accommodate...
Hi Everyone, We just published a new release candidate that uses BEM syntax for CSS (v.0.2.0-rc1). We've been going back and forth on how best to structure our CSS and...
Hi Everyone, I just wanted to let you know about a change to the default font-family in the newest version of MUI (v0.4.2). Previously the default font-family was `Helvetica Neue,...
1. font-smoothing I've been debating whether or not we should turn on font-smoothing by default. The css property makes text look better on webkit/mozilla browsers but it also results in...
Hi Everyone, Thanks for your patience and your feedback! We finally have a release candidate ready for the MUI React library (v0.3.0-rc3): https://www.muicss.com/docs/v1/react/introduction Here is the NPM package: https://www.npmjs.com/package/muicss When...
Hi Everyone, I just wanted to give you a quick update on the new forms syntax in our newest release ([v0.2.1](https://www.muicss.com)). We have removed the need for class names on...
Hi Everyone, The latest version of LoadJS (v3.5.0) includes the following new features: 1. Support for custom DOM insertion mechanisms via `before` callback method ```javascript loadjs(['/path/to/foo.js'], { success: function() {},...