Sha256: 23f68ffb676fde9fc7fca8b7e320ff60bdcadc92ad5607c5ce2679ce043bc435
Contents?: true
Size: 1.63 KB
Versions: 1
Compression:
Stored size: 1.63 KB
Contents
%h1 StaticMatic 0.9.0 %p The biggest change is that %span.highlight all the "local" links (pages/stylesheets/images) are always relative now that we know the current page. So the use_relative_path_for_* configuration settings were removed. %span.highlight This will cause your configuration.rb to blow up unless you delete them. %h2 What's New %ul %li added StaticMatic::VERSION.requirements_met? %li added LICENSE and CHANGELOG files %li can now specify relative paths when only specifying a title - link("../other/How to download") %li add src_dir/stylesheets directory to sass load path so you can use @import styles.sass %li added sass_options hash to configuration so you can configure sass (ie: :style => :compact) %li added configuration.use_extensions_for_page_links (defaults to true) when false will strip index.html and .html off the end of links for pretty urls %li made all "local" links (pages/stylesheets/images) relative to the current page and removed use_relative_path_for_* configuration settings %li stylesheets helper can now take a list of stylesheets to include and the order as well as options (ie: :media => :print) %li added clean and clobber tasks to Rakefile %li added StaticMatic::VERSION in version.rb %li added package task to Rakefile and made it the default %h2 What's Fixed %ul %li clear all instance variables in @scope except @staticmatic %li no longer add \n after the tag in the tag helper %li mailto: links were getting a / inserted at in front of the mailto: %p See what changed in = link('0.8.10', '/releases/0_8_10.html')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
staticmatic-0.9.0 | website/src/pages/releases/0_9_0.haml |