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

Releases: pattern-lab/patternlab-php

v0.7.5: Four Clouds

24 Feb 04:08
Compare
Choose a tag to compare
  • ADD: a quick pattern search using typeahead
  • ADD: keyboard shortcuts for a bunch of features using jwerty
  • ADD: using cmd+a/ctrl+a when in code view selects the contents of the currently active tab
  • ADD: code and annotation views can be opened automatically on load via query string params
  • ADD: can use the config to remove items from pattern nav
  • ADD: check for json support now that certain flavors of PHP 5.5.3 don't come with it
  • ADD: can use boolean vars to enable/disable sections via pattern parameters
  • ADD: pattern states for tracking progress on individual patterns
  • FIX: updated icomoon icons
  • FIX: code view has tabs
  • FIX: code view shows mustache versions of a pattern
  • FIX: patterns are properly sorted in style guide and view all views
  • FIX: pattern lab-specific JS & CSS is only loaded when in the iframe
  • FIX: classlist polyfill for better IE9 support
  • FIX: stringified the postmessage messages for better IE9 support
  • FIX: make sure history is only used by browsers that support it (e.g. IE9 doesn't)
  • FIX: using watcher-launched auto-reload server now works on Windows
  • FIX: various bugs with lineage
  • FIX: vendored third-party JS and CSS
  • FIX: infinite refresh bug squashed
  • THX: thanks to @joshrcook for some styling fixes and hitting on the cause of the start-up issues on ubuntu
  • THX: thanks to @tylersticka for lots of ideas: pattern states, cmd+a, boolean pattern parameters and the feedback on the watcher
  • THX: thanks to @nikvm for the fix for properly sorting the style guide view
  • THX: thanks to @aarongustafson for the idea to only load the JS when it's in the iframe

v0.7.2: Windows Support for v0.7.*

05 Feb 02:41
Compare
Choose a tag to compare
  • FIX: proper support for Windows with the changes that happened in v0.7.0
  • THX: thanks to @chriskevin and @MattKohnen for reporting the issue

v0.7.1: Minor Updates

04 Feb 04:37
Compare
Choose a tag to compare
  • FIX: annotation event should only fire when overlay is active
  • FIX: styleguide should properly sort patterns
  • THX: thanks to @jplhomer for the heads up on the annotations issue
  • THX: thanks to @tylersticka for the heads up on the styleguide issue

v0.7.0: The Big Push

27 Jan 04:00
Compare
Choose a tag to compare
  • ADD: auto-reload server can be started directly from the watcher
  • ADD: pattern parameter support
  • ADD: styleModifier support
  • ADD: pseudo-pattern support
  • ADD: RAM usage now outputted when generating the site
  • ADD: an easter egg
  • ADD: configuration flag for cleanPublic
  • ADD: dedicated pattern header and footer files
  • ADD: QR code generator to make mobile testing easier
  • ADD: reverse lineages to see where a pattern is used
  • ADD: if _data.json contains a reserved keyword an error is thrown
  • ADD: closer to being PSR-0 and PSR-1 compatible
  • ADD: migrator class to handle file moves/updates between versions
  • ADD: configurer class to handle managing the configuration file
  • FIX: ran JS hint against project JavaScript
  • FIX: attempted to add better cache busting
  • FIX: reorganized the project for better upgradeability by moving lots to core/
  • FIX: malformed JSON throws error and gives file name
  • FIX: code view styles
  • FIX: annotation styles and functionality are now more robust
  • FIX: mobile styles are more robust including scrolling on iOS7
  • FIX: drop down interaction
  • FIX: refactored how patterns and view all pages are gathered and generated
  • FIX: lineage list now hidden if pattern doesn't have a lineage
  • FIX: listitems.json and data.json default attributes match
  • FIX: an existing config.ini file is automatically updated with new version
  • FIX: pull bar now works in Firefox
  • FIX: history now works in Firefox
  • FIX: renamed the websocket servers
  • THX: thanks to @faustgertz for some fixes with the new watcher class
  • THX: thanks to @coding-stuff for the original idea and original code for pattern parameters
  • THX: thanks to @mattwellss for inspiring the PSR compliant changes as well as changes to the configuration

v0.6.4: Hash

21 Jan 21:22
Compare
Choose a tag to compare
  • FIX: using # for a link won't cause a jump
  • THX: thanks to @tylersticka for the heads up

v0.6.3: Encoded

21 Jan 01:37
Compare
Choose a tag to compare
  • FIX: making sure code view is properly encoded
  • THX: thanks to @tylersticka for the heads up

v0.6.2: Sassy

05 Dec 21:50
Compare
Choose a tag to compare
  • FIX: a few small sass and styling tweaks
  • THX: thanks to @GriffinArtworks for the sass and styling fixes

v0.6.1: Code View Height Fix

16 Nov 16:38
Compare
Choose a tag to compare
  • 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

v0.6.0: Annotations & Code View Amongst Other Things

12 Nov 16:34
Compare
Choose a tag to compare
  • 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

v0.3.6: Throttling Pattern Lab

08 Nov 14:54
Compare
Choose a tag to compare
  • FIX: added a delay to the watcher so the CPU doesn't get maxed
  • THX: thanks to martin berglund for the heads up