Releases: FrontendMatter/sidebar-style-guide
Releases · FrontendMatter/sidebar-style-guide
v2.0.0
Changes
- rename
$brand-primaryto$primaryto simplify integration with Bootstrap 4 Beta - cleanup sizing and positioning for icons and badges
- remove unused badge width and height variables
- rename
$sm-element-spacing-xto$sm-inner-spacing-x - change
$sm-spacing-xto apply horizontal spacing to menus instead of buttons - add
$sm-button-spacing-xto apply horizontal spacing to buttons - make the toggle button indicator icon optional by moving
.sidebar-menu-button:not(:only-child):beforeto a separate element with.sidebar-menu-toggle-iconclass - add
.sidebar-menu-icon--leftand.sidebar-menu-icon--rightspacing modifiers to apply horizontal spacing between buttons icon and text - add icon sizing utility classes
.sm-icons-1and.sm-icons-small - cleanup condensed menus
- remove
.sm-icons-rightutility in favour of addingmargin-left: autoto the icons since the buttons are using flexbox - drop
sass-strip-unitdependency - disable npm lock file
- upgrade dev tools to webpack
- update README
- drop
dist/sidebar.min.cssin favor of a singledist/sidebar.cssfile already minified
v1.0.2
Apply spacings to .sidebar-heading
v1.0.1
- remove references to
.material-icons - add
.sidebar-brand-iconclass - align sidebar brand text and icon with flexbox
v1.0.0
Initial release