patternlab-php-core icon indicating copy to clipboard operation
patternlab-php-core copied to clipboard

This repository provides the core functionality for Pattern Lab. It is meant to be used from within an Edition with a PatternEngine and StarterKit.

Results 92 patternlab-php-core issues
Sort by recently updated
recently updated
newest added

`strtolower` should use `mb_strtolower()` but need to figure out use of `mb_*` elsewhere. Need to double-check front-end/pattern paths and assets reloading continuously.

bug
v3.x

I'm seeing that if I have some global data that gets merged with pattern specific data that it is preserving far too much of the global data when it should...

bug
v3.x

I was lazy when I came up with these options. Rename so they can be properly read.

enhancement
v3.x

So invoke the Mustache pattern engine by saying "patternEngine: mustache" as opposed to relying on pattern extension. This way a user can define their own extension for their project yet...

enhancement
v3.x

I'd think it'd be useful to have more templating libraries (liquid, erb ...). How would this be done? preferably a straight-forward way to create "plugins" that work with php/node versions.

question

This is really silly and I have no idea why I didn't just do a line by line ("in fencing/in description check") other than I was being really lazy. This...

enhancement
needs spec approval

Stop maintaining my own timer set-up and use Symfony Stopwatch instead. Won't require a breaking change but might as well roll it into a Symfony release.

enhancement
v3.x

Stop maintaining my own Console class and swap in Symfony Console. Will require a breaking change.

enhancement
v3.x

Figure out a way to let users define their own theme tags for Console messages. Allow override of default colors.

enhancement