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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ This changelog follows the patterns described here: https://keepachangelog.com/e
4
4
5
5
## Unreleased
6
6
7
+
## 0.1.4
8
+
### added
9
+
- Add prop `padded` to Navbar. Setting this to true will wrap the contents of the navbar in a container to add padding to the contents under some circumstances.
10
+
- The default tag type for NavbarItems is now `div`.
11
+
- Added the `href`, `rel` & `target` props to the `NavbarItem` component. They will only be used when the `NavbarItemTag::A` is being used for the component.
12
+
- Added the `rel` & `target` props to the `ButtonAnchor` component.
13
+
- Adds an additional size for heros: `is-fullheight-with-navbar`. This one is present in the Bulma docs, but is slightly hidden.
14
+
7
15
## 0.1.3
8
16
### fixed
9
17
- Removed `Children` props from Hero & made header & footer optional.
0 commit comments