Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release-0.7.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolsen committed Feb 28, 2014
2 parents 7fd37fe + 3712052 commit 133361a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.

PL-v0.7.8
- ADD: can show annotations on view-all pages by default
- FIX: can target pattern divs and apply annotations

PL-v0.7.7
- ADD: can hide all of the patterns for a given pattern type from being shown on the styleguide. good for nested pages/templates
- FIX: the MQ menu is hidden on smaller viewports
Expand Down
2 changes: 1 addition & 1 deletion core/builder.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Builder CLI - v0.7.2
* Pattern Lab Builder CLI - v0.7.8
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/config/config.ini.default
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* If config.ini doesn't exist Pattern Lab will try to create a new version
*/

v = "0.7.7"
v = "0.7.8"

// file extensions to ignore when building or watching the source dir, separate with a comma
ie = "scss,DS_Store,less"
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Builder.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Builder Class - v0.7.7
* Pattern Lab Builder Class - v0.7.8
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Configurer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Configurer Class - v0.7.7
* Pattern Lab Configurer Class - v0.7.8
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Generator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Generator Class - v0.7.7
* Pattern Lab Generator Class - v0.7.8
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Migrator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Migrator Class - v0.7.7
* Pattern Lab Migrator Class - v0.7.8
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/lib/PatternLab/Watcher.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*!
* Pattern Lab Watcher Class - v0.7.7
* Pattern Lab Watcher Class - v0.7.8
*
* Copyright (c) 2013-2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion core/styleguide/js/annotations-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var annotationsViewer = {

// set-up default sections
commentsActive: false,
commentsViewAllActive: true,
commentsViewAllActive: false,
targetOrigin: (window.location.protocol === "file:") ? "*" : window.location.protocol+"//"+window.location.host,
moveToOnInit: 0,

Expand Down

0 comments on commit 133361a

Please sign in to comment.