generator-pattern
Version:
Generator to scaffold a hybrid pattern based on a combination of Brad Frost and Dave Olsen's Pattern Lab and SMACSS
64 lines (46 loc) • 1.73 kB
Markdown
# CHANGELOG
###v1.3.1
- ADD: README docs updated with structure and tidied up a little
##v1.3.0
- FIX: Images for patterns should reside inside a patterns directory to keep consistent with the scss and js structure
##v1.2.1
- FIX: Updating package.json version number
- ADD: npm-debug.log added to .gitignore
##v1.2.0
- ADD: Select added to update the pattern type import
##v1.1.7
- FIX: Ensure when the js function name is set it is converted to camelcase rather than using hyphens
##v1.1.6
- ADD: Added css and front folders to images folder keeping inline with site images structure
##v1.1.5
- ADD: Images directory structure created inline with Atomic design methodology
##v1.1.4
- FIX: Fixing package.json version
##v1.1.3
- FIX: Fixing templates value
##v1.1.2
- FIX: Updating package.json version
##v1.1.1
- FIX: Default pattern name actually updated to something a bit more relevant - didn't go with last version
##v1.1.0
- FIX: Removed default install of package.json and bower.json as squashing project package management
- FIX: Default pattern name updated to something a bit more relevant
##v1.0.0
- ADD: Forcing Pattern name to lower case upon render
- FIX: Update package.json ready for release
##v0.0.4
- FIX: Templates being copied outside of the pattern folder
- ADD: Dynamic var added to template files
##v0.0.3
- ADD: Copy templates to the applicable directories
- ADD: .mustache json data template added
##v0.0.2
- ADD: Basic Yeoman generator
- ADD: Creates a basic directory structure
- ADD: .js, .scss, .mustache, .json empty templates created for each pattern
- Updated README inline with Yeoman generator
##v0.0.1
- ADD: Init commit
- ADD: .gitignore
- ADD: Changlog
- ADD: package.json