Releases: slatedocs/slate
Releases · slatedocs/slate
Version 1.4
- Upgrade Middleman and Rouge gems, should hopefully solve a number of bugs
- Update some links in README
- Fix broken Vagrant startup script
- Fix some problems with deploy.sh help message
- Fix bug with language tabs not hiding properly if no error
- Add !default to SASS variables
- Fix bug with logo margin
- Bump tested Ruby versions in .travis.yml
Version 1.3.3
Documentation and example changes
Version 1.3.2
A small bugfix for slightly incorrect background colors on code samples in some cases.
Version 1.3.1
Small bugfix for broken wrapping in code blocks.
Version 1.3
Bug fixes, upgrade to Middleman v4, and some other changes.
Note that we no longer have rake
— to build, you should run bundle exec middleman build --clean
, and to publish, you can simply run bash deploy.sh
.
Version 1.2.1
Fixes a segfault bug in a bad dependency and some documentation typos.
Version 1.2
Merge pull request #281 from tripit/dev Slate v1.2 holy moly that's a lot of changes! :+1:
Version 1.0
View issues fixed in this release
Features:
- Responsive designs for phones and tablets
- Started tagging versions
Fixes:
- Fixed 'unrecognized expression' error
- Fixed #undefined hash bug
- Fixed bug where the current language tab would be unselected
- Fixed bug where tocify wouldn't highlight the current section while searching
- Fixed bug where ids of header tags would have special characters that caused problems
- Updated layout so that pages with disabled search wouldn't load search.js
- Cleaned up Javascript