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

Commit 4bc373a

Browse files
committed
updating the CHANGELOG
1 parent 5fa7a1d commit 4bc373a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

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+
328
PL-v0.7.2
429
- FIX: proper support for Windows with the changes that happened in v0.7.0
530
- THX: thanks to @chriskevin and @MattKohnen for reporting the issue

0 commit comments

Comments
 (0)