Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: csseditor/sidebar-style-guide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: FrontendMatter/sidebar-style-guide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 19 files changed
  • 2 contributors

Commits on Feb 3, 2017

  1. - remove references to .material-icons

    - add .sidebar-brand-icon class
    - align sidebar brand text and icon with flexbox
    lazabogdan committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    1588a7d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Configuration menu
    Copy the full SHA
    5a63777 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Configuration menu
    Copy the full SHA
    ef33e08 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. bump v1.0.3

    lazabogdan committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    575a2e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Changes:

    - rename sidebar-menu-label in sidebar-menu-badge
    - add hover for submenu indicator
    mosaic-pro committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    3a4b41c View commit details
    Browse the repository at this point in the history
  2. changes

    - add sidebar submenu button and icon color variables for hover and active states
    - add sidebar hover link color variables
    lazabogdan committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    2578309 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Configuration menu
    Copy the full SHA
    a730d6f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. bump to v1.1.0

    lazabogdan committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    8510ba5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. v2.0.0

    - rename $brand-primary to $primary to 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-x to $sm-inner-spacing-x
    - change $sm-spacing-x to apply horizontal spacing to menus instead of buttons
    - add $sm-button-spacing-x to apply horizontal spacing to buttons
    - make the toggle button indicator icon optional by moving .sidebar-menu-button:not(:only-child):before to a separate element with .sidebar-menu-toggle-icon class
    - add .sidebar-menu-icon—left and .sidebar-menu-icon—right spacing modifiers to apply horizontal spacing between buttons icon and text
    - add icon sizing utility classes .sm-icons-1 and .sm-icons-small
    - cleanup condensed menus
    - remove .sm-icons-right utility in favor of adding margin-left: auto to the icons since the buttons are using flexbox
    - drop sass-strip-unit dependency
    - disable npm lock file
    - upgrade dev tools to webpack
    - update README
    - drop dist/sidebar.min.css in favor of a single dist/sidebar.css file already minified
    lazabogdan committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    a8791b6 View commit details
    Browse the repository at this point in the history
Loading