mediacurrent / theme_generator_8

Yeoman generator for Drupal Themes - lets you quickly set up a Drupal 8 theme with sensible defaults and best practices.
MIT License
100 stars 25 forks source link

Bug with Pattern Lab core 5.12.0 #72

Closed mariohernandez closed 3 years ago

mariohernandez commented 3 years ago

When upgrading the following files to 5.12.0 all components in Pattern Lab's UI get nested under the Icons component:

    "@pattern-lab/core": "^5.12.0",
    "@pattern-lab/engine-twig-php": "^5.12.0",
    "@pattern-lab/uikit-workshop": "^5.12.0",

Changing to version 5.11.1 fixes the issue. Note: Don't use ^5.11.1 as this will still grab the latest version (5.12.0).

mariohernandez commented 3 years ago

This issue was addressed in subsequent PL releases.