Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit b4a592c

Browse files
committed
v0.4.1
1 parent 061dcf7 commit b4a592c

11 files changed

Lines changed: 194 additions & 55 deletions

File tree

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,73 @@
11
# OrbitCSS Changelog
22

3+
## 0.4.1
4+
5+
### Improvements
6+
7+
* Add <code>.is-active</code> helper to button element.
8+
* Add <code>.is-flex-start</code> helper to the grid element.
9+
* Add <code>.has-link-inherit</code> helper to force child link elements to inherit the text color of the parent.
10+
* Add <code>.is-hover-underline</code> helper.
11+
* New variable <code>$list-item-padding</code> to set the padding on <code>li</code> elements in ordered and unordered lists.
12+
* Add <code>.is-inline-list</code> helper to the unordered list element.
13+
* Set burger bar color based on border color instead of background color.
14+
15+
### Bug fixes
16+
17+
* Make <code>$card-header-color</code> variable overridable.
18+
* Fix border display on focus state for form elements within an input group.
19+
* Fix variable height bug for form elements within an input group in Chrome.
20+
* Nested unordered lists no longer inherit the <code>list-style-type</code> styling of a parent unordered list with the <code>.has-no-list-style</code> helper.
21+
22+
### Deprecations
23+
24+
* <code>$top-burger-bar-width</code> variable.
25+
26+
### Variable changes
27+
28+
<table class="table is-bordered">
29+
<tbody>
30+
<tr>
31+
<th>Variable</th>
32+
<th>From</th>
33+
<th>To</th>
34+
</tr>
35+
<tr>
36+
<td>
37+
<code>$list-item-padding</code>
38+
</td>
39+
<td>
40+
<code></code>
41+
</td>
42+
<td>
43+
<code>0</code>
44+
</td>
45+
</tr>
46+
<tr>
47+
<td>
48+
<code>$top-burger-bar-height</code>
49+
</td>
50+
<td>
51+
<code>2px</code>
52+
</td>
53+
<td>
54+
<code>2px</code>
55+
</td>
56+
</tr>
57+
<tr>
58+
<td>
59+
<code>$top-burger-color</code>
60+
</td>
61+
<td>
62+
<code>$white</code>
63+
</td>
64+
<td>
65+
<code>inherit</code>
66+
</td>
67+
</tr>
68+
</tbody>
69+
</table>
70+
371
## 0.4.0
472

573
### Notes

0 commit comments

Comments
 (0)