-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.html
109 lines (108 loc) · 5.22 KB
/
CHANGELOG.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<html>
<head>
<meta charset="UTF-8">
<title>CHANGELOG.md</title>
</head>
<body>
<h2 id="moosehead-studio-template-v1-2-public-rabbid-rabbit-">Moosehead.studio Template V1.2 (<em>Public, Rabbid Rabbit</em>)</h2>
<h6 id="internal-version-v1-3-internal-beefy-badger-">Internal Version V1.3 (<code>Internal, Beefy Badger</code>)</h6>
<h3 id="moosehead-studio-base-template-22june-2018-">Moosehead Studio base template (22June 2018)</h3>
<ul>
<li>Refactored V8.0.0 Normalize.scss to comply with scss-lint</li>
</ul>
<h3 id="moosehead-studio-base-template-20-june-2018-">Moosehead Studio base template (20 June 2018)</h3>
<ul>
<li>Refactored Various SCSS files.</li>
<li>Linted Documents.</li>
<li>Updated Humans.txt.</li>
<li>Remove Compass (Depreciated).</li>
<li>Custom Vertical Rythem.</li>
<li>Susy for grid math.</li>
<li>Added Auto Prefixer.</li>
<li>Custom default Fonts and Fallbacks.</li>
<li>Added Breakpoint.</li>
<li>Added Custom Breakpoints for @Media Queries.</li>
<li>Default font varibles.</li>
</ul>
<h3 id="moosehead-studio-base-template-8-june-2018-">Moosehead Studio base template (8 June 2018)</h3>
<ul>
<li>Cleaned up even more code/formatting/spelling.</li>
<li>Added Placeholder text for index.html.</li>
<li>Updated index.html with code descriptions.</li>
<li>added some style to main.scss for index.html.</li>
<li>Added descriptive text to top of each CSS document.</li>
<li>Updated identification icons.</li>
<li>Created scss.md in Docs.</li>
<li>Updated docs (css, extend, faq, html, js, misc, toc, usage).</li>
<li>Added Facebook OG to index.html.</li>
<li>Added Tooltip support in index.html for when website is pinned.</li>
<li>Hand created support for SCSS (normalize, material design icons, HTML5 Boilerplate)(Second Revision).</li>
<li>Removed 404.html (didnt remove this from apache config as default error landing page).</li>
<li>Added description of code to various CSS files for better 3rd party understanding.</li>
<li>Added missing '&:' to .scss files that were removed due to human error.</li>
<li>Updated meta tag with default explination text.</li>
<li>Set html document language to “en".</li>
<li>Added sitemap to robots.txt.</li>
<li>Updated humans.txt.</li>
</ul>
<h3 id="moosehead-studio-base-template-24-may-2018-">Moosehead Studio base template (24 May 2018)</h3>
<ul>
<li>Cleaned up template, removing more redundant files</li>
<li>Hand created support for SCSS (normalize, material design icons, HTML5 Boilerplate)(First Revision)</li>
<li>Added material design icons and custom classes with meaningful names 'md-icon', 'md-1x', 'primary-color'.</li>
<li>Added support to material design icons to work like FontAwesome.</li>
<li>Refined modernizer and converted to SCSS</li>
<li>Converted main CSS stylesheet to SCSS</li>
<li>Issues: & symbol's missing from SCSS main stylesheet.</li>
</ul>
<h3 id="moosehead-studio-base-template-22-may-2018-">Moosehead Studio base template (22 May 2018)</h3>
<ul>
<li>Initial clone of repository (HTML5-Boilerplate).</li>
</ul>
<h2 id="features">Features</h2>
<ul>
<li>HTML5 ready.</li>
<li>Designed with progressive enhancement in mind.</li>
<li>Includes:<ul>
<li><a href="https://necolas.github.com/normalize.css/"><code>Normalize.css</code></a>
for CSS normalizations and common bug fixes</li>
<li><a href="https://jquery.com/"><code>jQuery</code></a> via CDN with <a href="https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity">SRI Hash</a> and a local fallback</li>
<li>A custom build of <a href="https://modernizr.com/"><code>Modernizr</code></a> for feature
detection</li>
<li><a href="https://github.com/h5bp/server-configs-apache"><code>Apache Server Configs</code></a>
that, among other, improve the web site's performance and security</li>
</ul>
</li>
<li>Placeholder CSS Media Queries.</li>
<li>Useful CSS helper classes.</li>
<li>Default print styles, performance optimized.</li>
<li>An optimized version of the Google Universal Analytics snippet.</li>
<li>Protection against any stray <code>console</code> statements causing JavaScript
errors in older browsers.</li>
<li>Extensive inline and accompanying documentation.</li>
</ul>
<h2 id="browser-support">Browser support</h2>
<ul>
<li>Chrome <em>(latest 2)</em></li>
<li>Edge <em>(latest 2)</em></li>
<li>Firefox <em>(latest 2)</em></li>
<li>Internet Explorer 10+</li>
<li>Opera <em>(latest 2)</em></li>
<li>Safari <em>(latest 2)</em></li>
</ul>
<p><em>This doesn't mean that This HTML5 tempplate cannot be used in older browsers,
just that we'll ensure compatibility with the ones mentioned above.</em></p>
<h2 id="documentation">Documentation</h2>
<p>Take a look at the <a href="dist/doc/TOC.md">documentation table of contents</a>.</p>
<h2 id="contributing">Contributing</h2>
<p>Please take a moment to review these documentations and report any issues.
the <a href=".github/CONTRIBUTING.md">guidelines</a>:</p>
<ul>
<li><a href=".github/CONTRIBUTING.md#bugs">Bug reports</a></li>
<li><a href=".github/CONTRIBUTING.md#features">Feature requests</a></li>
<li><a href=".github/CONTRIBUTING.md#pull-requests">Pull requests</a></li>
</ul>
<h2 id="license">License</h2>
<p>The code is available under the <a href="LICENSE.txt">MIT license</a>.</p>
</body>
</html>