-
Notifications
You must be signed in to change notification settings - Fork 407
Roadmap
Brian Muenzenmeyer edited this page Feb 15, 2016
·
62 revisions
#PATTERN LAB NODE ROADMAP The following is Brian's attempt to forecast future development. This is my internal work direction, so please provide feedback if something needs to be differently prioritized, or contribute!
- IN PROGRESS: Pattern Engines
- ADD Plugin support
- ADD PLUGIN: Show "CSS" and "JS" tabs in code section
- ADD PLUGIN Theme Support
- ADD Figure out how to hook into the styleguidekit-assets-default and starterkit-mustache-default
- ADD: Support HTML entities within pattern parameters
- ADD: Add more unit tests!
- Nav Building / Front end
- Rendering Pattern with pattern-specific data
- Rendering Pattern with default data
- more coverage of getpatternbykey()
- ADD: Official demo version off of github pages branch?
- ADD: Native controls
- ADD: Implement pattern state lowest common denominator
- ADD: Support for Pattern Type View All Pages ...
- ADD: Restructure filesystem to better align concerns and support upgrades
- ADD: Implement support for fuzzy pattern partials
- FIX: Patterns incorrectly inheriting styleModifier when it has not been set
- FIX: Fuzzy partial matching should prefer exact match
- FIX: gulpfile: style.css not copied after clean install & browser-sync watching wrong css directory
- ADD: Support Flexible Pattern Lab Filesystem
- ADD: Become
require()
-able by allowing to become a dependency - FIX: Parameter submission broken
- FIX: Bug fix #171 - pattern links inside base data object
v1.0.0 (end 2015) - Issue Filter
- ADD: Document pl node features on patternlab.io
- ADD: Consider support for pattern links inside base data object
- FIX: Hiding patterns not working
- FINISH: Add More Unit Tests
- FIX: Look to see if example pattern vendor js needs to be updated
- FIX: ctrl+shift+0 does not set viewport to 320px per documentation
- ADD: Add note about running some installation commands with admin rights
- DEL: Remove https://github.com/pattern-lab/patternlab-node/blob/master/public/data/annotations.js from initial installs.
- SUPPORT: Node v4.X and v5.X
- CLOSE: PSA: Pattern Lab Node may have trouble installing on Windows with Node 4.X
- FIX: Failed at the [email protected] install script 'node-gyp rebuild'
- ADD: Support for style modifiers
- ADD: Support for styleGuideExcludes
- FIX: ListItems blocks are only parsed when they contain a partial themselves
- FIX: Pattern directories with spaces do not display anything after first word
- CHG: Update property priority during of object merge function
- ADD: Support for recursive partial inclusion
- FIX: Improve capitalization across generated menu and styleguide
- ADD: Gulp support
- ADD: Reinvestigate page-follow
- FIX: Support the auto-reload and page follow options as part of BrowserSync support
- ADD: Allow more flexible Mustache partial syntax
- ADD: Support List Item Data
- ADD: Support for ignoring _directories
- ADD: Support a fluid viewport
- FIX: Found pattern parameter data bleeding into global data object
- CHECK FOR ANY OTHER MAJOR GAPS TO PL PHP V1
- BUG: Lineage not working for patterns with pattern parameters
- ADD: Unit test coverage of some of the newer features / newly modular code