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

v0.7.5: Four Clouds

Compare
Choose a tag to compare
@dmolsen dmolsen released this 24 Feb 04:08
· 283 commits to master since this release
  • 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