Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

muicss

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muicss - npm Package Versions

1
13

0.9.9-rc1

Diff

Changelog

Source

0.9.9-rc1 - January 16, 2017

  • Minimized global CSS footprint (mui.css)
    • Includes Normalize.css
    • Sets font styles for <html>, <body> tags
    • Sets style for naked <a> tags
    • Sets style for <p>, <ul>, <ol>, <strong>, <abbr>, <hr>, <h1>, <h2>, etc.
    • No longer sets box-sizing: border-box CSS property globally
    • No longer modifies styles for <figure>, <img>, <legend>, <input type="search">, <input type="file">, <input type="radio">, <input type="checkbox">
  • Added version without globals (mui-noglobals.css)
    • No global CSS properties
  • Bugfix for IE Edge box shadows
  • Added mui-form class to scope <legend> and <fieldset> tags
muicss
published 0.9.8 •

Changelog

Source

0.9.8 - January 12, 2017

  • Reverted to body method for scroll lock
  • Fixed bug causing issues with validation of required input fields when MUI JS is loaded asynchronously
muicss
published 0.9.7 •

Changelog

Source

0.9.7 - December 20, 2016

  • Fixed static/dynamic content bug in React Tabs component
  • Added support for controlled tabs in React Tabs component
  • Changed initialSelectedIndex to defaultSelectedIndex in React Tabs component
muicss
published 0.9.6 •

Changelog

Source

0.9.6 - December 3, 2016

  • Fixed bug in React Select component that added name property to outer <div> element wrather than inner <select> element
  • Improved ripple code, fixed bug in opera
  • Made CSS/JS Select component more robust against memory leaks
muicss
published 0.9.5 •

Changelog

Source

0.9.5 - November 26, 2016

  • Added '!default` modifier to value of $mui-base-font-smoothing in SASS
  • Implemented MDL ripple technique to fix animation flash issue https://github.com/muicss/mui/issues/169
  • Decreased box-shadow effect when button is activated
muicss
published 0.9.4 •

Changelog

Source

0.9.4 - November 9, 2016

  • Fixed issue with single tab elements in React Tabs component
  • Improved handling of MUI animationstart callbacks - using useCapture to capture event and calling ev.stopImmediatePropagation() to prevent other listeners from firing
  • Fixed bug preventing ripple effect on dynamically added dropdown button elements in CSS/JS library
  • Removed flicker on animationstart helpers css load
  • upgraded devDependencies
muicss
published 0.9.3 •

Changelog

Source

0.9.3 - October 21, 2016

  • Fixed styling issue in CSS/JS Dropdown component when using non-INPUT/BUTTON toggle elements
muicss
published 0.9.2 •

Changelog

Source

0.9.2 - October 20, 2016

  • Fixed issue with reference to document in React Select component causing problems with server-side rendering
  • Added missing xl breakpoint to Angular library
  • Introduced use of documentFragment in CSS/JS Select component to improve performance
  • Upgraded Normalize.css to 5.0.0
muicss
published 0.9.1 •

Changelog

Source

0.9.1 - October 6, 2016

  • Moved node-inserted CSS classes to JavaScript library
  • Fixed issue with integer 0 values in React Input/Textarea components
  • Added support for visible scroll bars to overlay method
muicss
published 0.9.0 •

Changelog

Source

0.9.0 - October 2, 2016

  • Refactored CSS/JS, React, Angular Select components
  • Using more robust, wrapper-based method for wrapping built-in <select> elements
  • Fixed bug in jqLite.one() method preventing detaching method with useCapture
  • Added minified files to packages/cdn/extra
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc