You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
1
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
2
+
PL-node-v0.10.0
3
+
- ADD: Added support for pattern parameters! Resolves #88
4
+
- FIX: Data inheritance is now working as advertised. Resolves #127. This turned out to be a MAJOR thing, as I realized the home-page was not passing down any of its json data to partials.
5
+
- CHG: Refactored a lot of code out of patternlab.js and into separate files. Doing so should make everything dryer, more unit testable, and easier to understand I hope.
6
+
- ADD: Added proper styling for the homepage-emergency alert that is displayed for demo purposes
7
+
- ADD: Added a new comment organism, the sticky comment, to ship an example of pattern parameters
8
+
- CHG: Start some JS linting of the project. I don't quite agree with a lot of it, so am trying to set some smart configurations
9
+
- CHG: wrapped some build messages in the patternlab.config.debug flag
2
10
3
11
PL-node-v0.9.1
4
12
- FIX: Fixed an issue with view all navigation not checking for index out of bounds cases
@@ -7,7 +15,7 @@ PL-node-v0.9.0
7
15
- FIX: Added grunt-contrib-copy args to copy all found source/css/*.css
8
16
- ADD: Added upgrade instructions to README
9
17
- FIX: Fix issue with styleguide accordions not closing upon click of a sibling menu.
10
-
- THX: @getsetbro for reporting more issues :)
18
+
- THX: @getsetbro for reporting more issues :)
11
19
- ADD: Added support for pattern search. This is 'in beta' and should have more testing applied to it.
12
20
- ADD: Added support for all keyboard shortcuts found in PL-PHP-v1.0.0
13
21
- FIX: Fixed an issue where Hay mode and Disco mode did not stop one another when using keyboard shortcuts
@@ -63,7 +71,7 @@ PL-node-v0.1.3
63
71
64
72
PL-node-v0.1.2
65
73
- ADD: Abstracted template rendering into a function for easier swapping of rendering engine
66
-
- ADD: Smarter filtering of files to support other templates Thanks
74
+
- ADD: Smarter filtering of files to support other templates Thanks
67
75
- ADD: Help command line agument
68
76
- ADD: Version command line argument
69
77
- ADD: Patterns only command line argument
@@ -102,7 +110,7 @@ PL-node-v0.0.5
102
110
103
111
PL-node-v0.0.4
104
112
- ADD: An explicit MIT license
105
-
- FIX: Clean public/patterns/ before build
113
+
- FIX: Clean public/patterns/ before build
106
114
107
115
PL-node-v0.0.3
108
116
- FIX: Install documentation was incomplete, should not have assumed grunt
@@ -114,4 +122,4 @@ PL-node-v0.0.2
114
122
- FIX: Grunt watching styleguide scss
115
123
116
124
PL-node-v0.0.1
117
-
- Minimum Viable Product! At this point, I feel you could use Pattern Lab Node to build an atomic design-driven website.
125
+
- Minimum Viable Product! At this point, I feel you could use Pattern Lab Node to build an atomic design-driven website.
0 commit comments