Releases: bjankord/Style-Guide-Boilerplate
Releases · bjankord/Style-Guide-Boilerplate
v3.3.2
v3.3.1
v3.3.0
v3.2.0
- Added markdown support for docs
- Added markdown styling via github-markdown.css
- Increased .sg-h2 and .sg-h3 font size to better align with github markdown heading sizes
- Converted sample documentation .html files to .md files
- Removed "Usage" heading that appeared above docs
v3.1.0
- Updated CONTRIBUTING.md broken link fix (#25, @mixedrays)
- Added automatic project structuring based on markup/ directory (#25, @mixedrays)
- Updated functions.php, index.php, sg-scripts.js, and sg-styles.css (#25, @mixedrays)
v3.0.0
- Added 'no-js' class to HTML element to help with progressive enhancement
- Added meta theme-color tag
- Added minor accessibility improvements
- Added picture element to media.html example file
- Changed nav toggle element to button
- Changed "View Source" and "Copy Source" actions to button elements
- Cleaned up spacing and comment wording in functions.php
- Cleaned up sg-scripts.js
- Cleaned up sg-style.css
- Removed global form navigation
- Removed example of fieldset with large amount of text
- Removed code-prettify (prettyprint) styles
- Reworked listMarkupAsOptions function into listMarkupAsListItems function
- Reworked layout template and styles to be more responsive
- Updated README.md
- Updated media query breakpoints
- Updated wording in "Getting Started" section
- Updated meta viewport tag
- Updated font stack markup and styling
- Updated color swatch markup and styling
- Updated JavaScript syntax highlighter to prism.js