forked from bjankord/Style-Guide-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathCHANGELOG.html
49 lines (32 loc) · 808 Bytes
/
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
<h1>1.1.0 / 2015-01-18</h1>
<ul>
<li>Added the ability to add usage notes for elements</li>
<li>Moved code to functions.php</li>
<li>Cleaned markup for wells, buttons & advanced buttons</li>
<li>Style fixes</li>
</ul>
<h1>1.0.4 / 2014-11-18</h1>
<ul>
<li>Fixed incorrect padding /nesting</li>
</ul>
<h1>1.0.3 / 2014-07-25</h1>
<ul>
<li>Deleted unneccesary files</li>
</ul>
<h1>1.0.2 / 2014-04-15</h1>
<ul>
<li>Moved Foundation to external files</li>
<li>Added dropdown headers</li>
<li>Moved docs to external files, added project_name variable</li>
<li>Fixed color & style classes</li>
<li>Style fixes</li>
</ul>
<h1>1.0.1 / 2014-03-06</h1>
<ul>
<li>Deleted non-Bootstrap files</li>
<li>Fixed IDs and padding</li>
</ul>
<h1>1.0.0 / 2014-02-24</h1>
<ul>
<li>Initial commit</li>
</ul>