Skip to content

Commit 54bd26f

Browse files
committed
Updated CHANGELOG
1 parent c471eb0 commit 54bd26f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
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
210

311
PL-node-v0.9.1
412
- 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
715
- FIX: Added grunt-contrib-copy args to copy all found source/css/*.css
816
- ADD: Added upgrade instructions to README
917
- 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 :)
1119
- ADD: Added support for pattern search. This is 'in beta' and should have more testing applied to it.
1220
- ADD: Added support for all keyboard shortcuts found in PL-PHP-v1.0.0
1321
- 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
6371

6472
PL-node-v0.1.2
6573
- 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
6775
- ADD: Help command line agument
6876
- ADD: Version command line argument
6977
- ADD: Patterns only command line argument
@@ -102,7 +110,7 @@ PL-node-v0.0.5
102110

103111
PL-node-v0.0.4
104112
- ADD: An explicit MIT license
105-
- FIX: Clean public/patterns/ before build
113+
- FIX: Clean public/patterns/ before build
106114

107115
PL-node-v0.0.3
108116
- FIX: Install documentation was incomplete, should not have assumed grunt
@@ -114,4 +122,4 @@ PL-node-v0.0.2
114122
- FIX: Grunt watching styleguide scss
115123

116124
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

Comments
 (0)