|
1 | 1 | THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
|
2 | 2 |
|
| 3 | +PL-v0.7.5 |
| 4 | + - ADD: a quick pattern search using typeahead |
| 5 | + - ADD: keyboard shortcuts for a bunch of features using jwerty |
| 6 | + - ADD: using cmd+a/ctrl+a when in code view selects the contents of the currently active tab |
| 7 | + - ADD: code and annotation views can be opened automatically on load via query string params |
| 8 | + - ADD: can use the config to remove items from pattern nav |
| 9 | + - ADD: check for json support now that certain flavors of PHP 5.5.3 don't come with it |
| 10 | + - ADD: can use boolean vars to enable/disable sections via pattern parameters |
| 11 | + - ADD: pattern states for tracking progress on individual patterns |
| 12 | + - FIX: updated icomoon icons |
| 13 | + - FIX: code view has tabs |
| 14 | + - FIX: code view shows mustache versions of a pattern |
| 15 | + - FIX: patterns are properly sorted in style guide and view all views |
| 16 | + - FIX: pattern lab-specific JS & CSS is only loaded when in the iframe |
| 17 | + - FIX: classlist polyfill for better IE9 support |
| 18 | + - FIX: stringified the postmessage messages for better IE9 support |
| 19 | + - FIX: make sure history is only used by browsers that support it (e.g. IE9 doesn't) |
| 20 | + - FIX: using watcher-launched auto-reload server now works on Windows |
| 21 | + - FIX: various bugs with lineage |
| 22 | + - FIX: vendored third-party JS and CSS |
| 23 | + - FIX: infinite refresh bug squashed |
| 24 | + - THX: thanks to @joshrcook for some styling fixes and hitting on the cause of the start-up issues on ubuntu |
| 25 | + - THX: thanks to @tylersticka for lots of ideas: pattern states, cmd+a, boolean pattern parameters and the feedback on the watcher |
| 26 | + - THX: thanks to @nikvm for the fix for properly sorting the styleguide view |
| 27 | + |
3 | 28 | PL-v0.7.2
|
4 | 29 | - FIX: proper support for Windows with the changes that happened in v0.7.0
|
5 | 30 | - THX: thanks to @chriskevin and @MattKohnen for reporting the issue
|
|
0 commit comments