This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG.html
51 lines (51 loc) · 1.63 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
<h2 id="112">1.1.2</h2>
<ul>
<li>Extends logic to <a href="https://github.com/antharuu/Bubblegumed">bubblegumed</a></li>
</ul>
<hr>
<h2 id="111">1.1.1</h2>
<ul>
<li>File size fix</li>
<li>Font fix</li>
</ul>
<hr>
<h2 id="110">1.1.0</h2>
<ul>
<li>Great file cleaning</li>
<li>Adding Webpack configuration</li>
<li>Using now Autoprefixer for CSS</li>
<li>Using now Babel for JS</li>
</ul>
<hr>
<h2 id="100">1.0.0</h2>
<ul>
<li>Adding a changelog</li>
<li>New documentation</li>
<li>Contact page</li>
</ul>
<h3 id="new-components">New components</h3>
<ul>
<li>Alerts</li>
<li>Pills</li>
</ul>
<h3 id="changes">Changes</h3>
<ul>
<li>The fonts are now local.</li>
<li>Importing webfonts with mixins.</li>
<li>Rename hilight to highlight.</li>
<li>Rename <code>_font='light'</code> to <code>_font='lighter'</code> for font weight, for conflict to color light.</li>
<li>Add new value <code>normal</code> to <code>_content</code>.</li>
<li>Remove <code>_pagination</code> & <code>_list</code> from nav file.</li>
</ul>
<h3 id="bugfixes">Bugfixes</h3>
<ul>
<li>The main font is now repaired, no longer "sans-serif".</li>
<li>Container is now centered correctly.</li>
<li>Repair <code>_hide</code> not working with values.</li>
<li>Repair <code>_responsive</code> that was not working properly.</li>
<li>Added the input select which was forgotten.</li>
<li>Fixed <code>_form-group</code>s that don't take the colors correctly.</li>
<li>Repositioning in em of the carret of the selects</li>
<li>Repairing the size and position of the checkboxes and radois, and switching to em instead of px.</li>
<li>Repairing the width of the tables.</li>
</ul>