1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-03-17 12:29:44 +01:00
patternlab-php/CHANGELOG
2013-12-05 16:38:24 -05:00

80 lines
3.7 KiB
Plaintext

THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
PL-v0.6.2
- FIX: a few small sass and styling tweaks
- THX: thanks to @griffinartworks for the sass and styling fixes
PL-v0.6.1
- FIX: fixed the height of the HTML pre element on the pattern detail view
- ADD: added in support for viewing the generated CSS on the pattern detail view
PL-v0.6.0
- ADD: a UI list of the current media query widths from the CSS
- ADD: a pattern's "lineage" now displays in the UI under code view
- ADD: annotations can be added to DOM elements of patterns
- ADD: separate annotation views on the list view and pattern details views
- ADD: generate() now "cleans" public/ before generating the site by deleting most everything
- ADD: added support for the css rule saver library
- ADD: can use a flag to generate the specific CSS that is used in a pattern. shows on code view when available.
- ADD: mark-up for a pattern is now included in the UI under code view
- FIX: can open the "raw" version of a pattern in a new window
- FIX: frame resizing bar properly supports decimals
- FIX: the checkboxes for the websocket-based features, page follow & auto-reload, now work
- FIX: postmessage calls now centralized and refactored
- FIX: units appear in the toolbar when using Hay! mode
- FIX: patterns shouldn't be cached
- THX: thanks to @benedfit for the MQ idea which he originally named "phases"
- THX: thanks to @alienlebarge for the "clean public/" idea
PL-v0.3.6
- FIX: added a delay to the watcher so the CPU doesn't get maxed
- THX: thanks to martin berglund for the heads up
PL-v0.3.5
- ADD: an explicit MIT license
- FIX: updated .gitignore so that it's more flexible
- THX: thanks to @alienlebarge for the .gitignore fix
PL-v0.3.4
- FIX: Generator class renamed because it's a reserved name in PHP 5.5
- THX: thanks to @faustgertz for the heads up
PL-v0.3.3
- FIX: links created with {{ link.pattern }} now have the correct path
- FIX: links within a pattern now properly update the history
- FIX: simplified the history updates from a pattern
- THX: thanks to @kevin-heil for the fix for {{ link.pattern }}
PL-v0.3.2
- ADD: added .svn to the ignore dirs listing when checking the source dir
- FIX: top-level ignored dirs are now found properly
- THX: thanks to @alienlebarge for the heads up regarding .svn dirs
PL-v0.3.1
- FIX: made sure the command scripts work in directories that contain spaces
- THX: thanks to @mattsims for the heads up
PL-v0.3.0
- ADD: added "all" link to the nav that takes the user back to the style guide
- ADD: title tag updates when switching patterns
- FIX: if a pattern type or pattern sub-type doesn't have any patterns it's removed from the nav
- FIX: added styleguide.css to the pattern header
- FIX: commented out the video & audio patterns to address an issue w/ Chrome 29, frames, & History API
- FIX: reduced the number of comments called in the comment-thread pattern
- FIX: patterns won't try to auto-reload if viewed directly
- THX: thanks to @bmuenzenmeyer for the "all link" suggestion
PL-v0.2.0
- ADD: better styling in the overall navigation (via @geibi)
- FIX: better windows support for the generator and watcher
- FIX: more comprehensive "apache-less" support
- FIX: debian linux path issue when loading mustache
- FIX: pattern fix which mis-used an ID
- FIX: widths in 'ish are now properly updated onload
- THX: thanks to @benedfit & @bmuenzenmeyer for the help w/ windows
- THX: thanks to @geibi for the pull request with the improved nav style
- THX: thanks to @juanmi007 for alerting me to issues on debian
- THX: thanks to @lewisnyman for the pattern fix
PL-v0.1.0
- ADD: re-launch of the PHP version of Pattern Lab