|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang='en'></html> |
| 3 | +<head> |
| 4 | + <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'> |
| 5 | + <meta charset='utf-8'> |
| 6 | + <meta content='width=device-width, initial-scale=1.0' name='viewport'> |
| 7 | + <title>MVCSS</title> |
| 8 | + <link href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700" media="screen" rel="stylesheet" type="text/css" /> |
| 9 | + <link href="../assets/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" /> |
| 10 | +</head> |
| 11 | +<body> |
| 12 | + <div class='l-controls'> |
| 13 | + <a class='btn' href='https://github.com/mvcss/mvcss'>View Code →</a> |
| 14 | + <p><a href="/status/">Change Log (v3.0.0)</a></p> |
| 15 | + </div> |
| 16 | + <div class='l-sidebar'> |
| 17 | + <header class='l-header'> |
| 18 | + <div class='c-logo'> |
| 19 | + <img width="100" height="110" src="../assets/images/logo.svg" /> |
| 20 | + <b>MVCSS</b> |
| 21 | + </div> |
| 22 | + <p class='c-tagline'>A Sass-based CSS Architecture</p> |
| 23 | + </header> |
| 24 | + <nav class='l-nav'> |
| 25 | + <a href="/">About</a> |
| 26 | + <a href="/core/">Core</a> |
| 27 | + <a href="/modules/">Modules</a> |
| 28 | + <a href="/styleguide/">Style Guide</a> |
| 29 | + <a href="/library/">Library</a> |
| 30 | + <a href="/contribute/">Contribute</a> |
| 31 | + <a href="/creators/">Creators</a> |
| 32 | + </nav> |
| 33 | + </div> |
| 34 | + <div class='l-cell'> |
| 35 | + <h1>Change Log</h1> |
| 36 | + |
| 37 | + <h2>v3.0.0</h2> |
| 38 | + |
| 39 | + <p><strong>May, 2013</strong></p> |
| 40 | + |
| 41 | + <ul> |
| 42 | + <li>Add new <strong>Helper</strong> Core file</li> |
| 43 | + <li>Add new <strong>Content</strong> Core file (replaces <strong>Containers</strong> Module file)</li> |
| 44 | + <li>Add new <strong>Layout</strong> Core file</li> |
| 45 | + <li>Move extends, mixins, animations to new <strong>Helper</strong> core file</li> |
| 46 | + <li>Change <strong>Reset</strong> Core file to <strong>Normalize v2.1.0</strong></li> |
| 47 | + <li>Add better variable naming conventions</li> |
| 48 | + <li>Add more base variables</li> |
| 49 | + <li>Add <code>em()</code> function</li> |
| 50 | + <li>Add better documentation for <strong>Helper</strong> Core file elements</li> |
| 51 | + <li>Add better documentation for <strong>Application</strong> file imports</li> |
| 52 | + <li>Add better documentation for variables</li> |
| 53 | + </ul> |
| 54 | + |
| 55 | + <h2>v2.1.0</h2> |
| 56 | + |
| 57 | + <p><strong>March 6, 2013</strong></p> |
| 58 | + |
| 59 | + <ul> |
| 60 | + <li>Remove <strong>States</strong> as part of <strong>Core</strong></li> |
| 61 | + </ul> |
| 62 | + |
| 63 | + <h2>v2.0.1</h2> |
| 64 | + |
| 65 | + <p><strong>March 5, 2013</strong></p> |
| 66 | + |
| 67 | + <ul> |
| 68 | + <li>Modify the <code>ellipsis</code>, <code>group</code>, and <code>ir</code> extends (<a href="https://github.com/mvcss/mvcss/commit/9df1c51b6a386be3b9e91ef67ebf653a2d726664">commit</a>)</li> |
| 69 | + </ul> |
| 70 | + |
| 71 | + <h2>v2.0.0</h2> |
| 72 | + |
| 73 | + <p><strong>February 22, 2013</strong></p> |
| 74 | + |
| 75 | + <ul> |
| 76 | + <li>Initial version applied</li> |
| 77 | + </ul> |
| 78 | + </div> |
| 79 | +</body> |
0 commit comments