Skip to content

Releases: slatedocs/slate

Version 1.4

09 Dec 01:24
Compare
Choose a tag to compare
  • 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

11 Jun 14:52
Compare
Choose a tag to compare

Documentation and example changes

Version 1.3.2

03 Feb 22:19
Compare
Choose a tag to compare

A small bugfix for slightly incorrect background colors on code samples in some cases.

Version 1.3.1

31 Jan 18:43
Compare
Choose a tag to compare

Small bugfix for broken wrapping in code blocks.

Version 1.3

30 Jan 18:35
Compare
Choose a tag to compare

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

27 Jul 20:29
Compare
Choose a tag to compare

Fixes a segfault bug in a bad dependency and some documentation typos.

Version 1.2

27 Jun 05:10
Compare
Choose a tag to compare
Merge pull request #281 from tripit/dev

Slate v1.2
holy moly that's a lot of changes! :+1:

Version 1.0

08 Jul 20:10
Compare
Choose a tag to compare

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