Skip to content

Latest commit

 

History

History
177 lines (108 loc) · 4.99 KB

CHANGELOG.md

File metadata and controls

177 lines (108 loc) · 4.99 KB

Changelog

1.2.2

  • #105: Better support of sass-rails in various versions
  • #107: Fixed typo

1.2.1

  • Fixed rare UTF-8 problems
  • Fixed NoMethodError when using image-url

1.2.0

  • Internal:
    • Refactored variable generation

1.2.0.pre.2

  • CLI shows version
  • CLI supports reading from STDIN
  • CLI supports writing to STDOUT
  • CLI supports output file
  • Import Markdown once, even when Sass is imported twice
  • The command line interface also supports *.lsg files (without having .html in the filename)

1.2.0.pre.1

  • CLI works without having Bundler installed
  • Compass is not required anymore (but still works well)
  • Deprecated list-variables() in SassScript for v2.0.0
  • Fixed wrong/duplicate imports when importing Compass files
  • Internal:
    • Removed importer => insprect Sass tree
    • Removed variables lookup => inspect Sass tree
    • Refactored code and file structure

1.1.1

  • Fixed two CSS reseting problems that slightly broke the design (#82, #85)

1.1.0

  • Automatically find project root by Git root, Gemfile, or Rails root
  • Allow JavaScript code in javascript-before and javascript-after
  • Configurable text-align for base and headline
  • Fixed styling of <ul>/<ol>

1.0.6

  • Support for variables that contain numbers in their name

1.0.5

  • Simulate inspect(...) for Sass < 3.3

1.0.4

1.0.3

  • Less Compass dependencies (not required in Sass anymore)
  • More stable style guide design

1.0.2

  • Fixed an issue where the command line interface used the input filename as the output filename
  • Fixed an error causes by Compass’ brightness() function in 1.0.0 alpha versions
  • Fixed asset URL handling with Middleman and Sprockets
  • Internal:
    • Integrated the website into the repository
    • Added the changelog to the website
    • Automated website deployment after a new version of the gem is released

1.0.1

  • Fixed dependencies for broken gems

1.0.0

1.0.0.alpha.3

0.6.0.alpha.2

  • Better support for load paths in Rails
  • Fix for colors
  • New YAML based configuration (see this gist)
  • Option to set the HTML title
  • Custom footer and header HTML (example)
  • Linking of JavaScript files (like jQuery, application.js, …) into the style guide (example)
  • Custom styles can be set within YAML configuration (example)

0.6.0.alpha.1

  • Added Rails support
  • Removed globbing
  • Set .html.lsg as default file extension

0.6.0.alpha.0

  • Implemented command line interface

0.5.2

  • More stable CSS

0.5.1

  • Fixed highlighting in Haml code examples
  • Use the Haml syntax highlighter

0.5.0

  • Added support for Haml code in examples (haml-example, haml-layout-example)

0.4.2

  • Added display properties to avoid conflicts with resets

0.4.1

  • Added anchors (ids) to headlines