You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ This changelog follows the patterns described here: https://keepachangelog.com/e
4
4
5
5
## Unreleased
6
6
7
+
## 0.1.6
8
+
### changed
9
+
- Updates to the `Navbar` component:
10
+
-`navbrand`, `navstart`, `navend` are now all optional.
11
+
- a new `navburger: bool` property has been added. This bool controls whether or not a `navbar-burger` will be rendered inside of the navbar when being rendered within smaller viewports. This value defaults to `true`, maintaining backwards compatibility.
12
+
7
13
## 0.1.5
8
14
### fixed
9
15
- Fixed a few of the button & button-like components to use the HTML `disabled` attribute instead of the Bulma `is-disabled` CSS class. The latter has been deprecated for some time.
0 commit comments