forked from pattern-lab/patternlab-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
63 lines (54 loc) · 2.55 KB
/
CHANGELOG
File metadata and controls
63 lines (54 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
PL-node-v0.1.3
- ADD: Pattern states
- ADD: Ships with grunt connect if you are into that kinda thing
- FIX: Removed all grunt dependencies from patternlab.js
- FIX: Ignore dotfiles
- THX: thanks @bramsmulders for suggestion and help with mac
PL-node-v0.1.2
- ADD: Abstracted template rendering into a function for easier swapping of rendering engine
- ADD: Smarter filtering of files to support other templates Thanks
- ADD: Help command line agument
- ADD: Version command line argument
- ADD: Patterns only command line argument
- ADD: IshControlsVisible options. Can now hide any ishControls you like.
- ADD: Documented the command line interface
- CHG: Put debug flag in conf.json instead of package.json
- CHG: Aligned styleguide css with patternlab-php
- FIX: Removed node .8 from travis
- FIX: Code and annotation support in patternlab viewer
- THX: thanks @ivanmayes and Shoptology crew for contibutions!
PL-node-v0.1.1
- FIX: Removed View All Pattern SubItem Link Logic, no longer in reference implementation
- ADD: Flag for generating debug file
- ADD: Travis CI test support!
- ADD: Contributing file
- ADD: Repository to package.json
- FIX: Manage Mustache dependency using NPM
- THX: thank you @tbranyen for tip on repository, Mustache, and NPM!
PL-node-v0.1.0
- FIX: Links to patterns did not work when visited from a server
- FIX: Patterns with hyphens in the name were breaking the iframe messaging
- FIX: Added stlyeguide/js files that were ignored at one point
- FIX: Watch _data/*.json files too
- FIX: Copy images, in an attempt to exclude files like Thumbs.db
- FIX: Typos in CHANGELOG
- ADD: A banner to patternlab.js
PL-node-v0.0.5
- FIX: typo in organisms global header
- FIX: flat-structured pattern items rendered as if they had sub-menus #4
- ADD: Load all grunt tasks using matchdep
- THX: thanks to @colynb for the typo heads up
- THX: shoutout to @joemcgill for better dependency loading
PL-node-v0.0.4
- ADD: An explicit MIT license
- FIX: Clean public/patterns/ before build
PL-node-v0.0.3
- FIX: Install documentation was incomplete, should not have assumed grunt
- FIX: Remove SASS/SCSS dependency which was causing clean installs from failing
PL-node-v0.0.2
- FIX: Sub Nav Items now strip hyphens and are styled like patternlab-php.
- FIX: Exclude patterns by using an underscore
- FIX: Grunt watching styleguide scss
PL-node-v0.0.1
- Minimum Viable Product! At this point, I feel you could use Pattern Lab Node to build an atomic design-driven website.