v5.14.0
Hello everyone, this update includes some more complex changes than the last ones. Even if the changes contain the title "Breaking Change", your PL will not stop working, but you will get a deprecation warning.
There is a possibility to prevent the deprecation warning for both cases: the underscore prefix and the order prefix.
Be aware that this will hide the deprecation warning, but you won't get any further notifications when the prefixes get obsolete. Your patterns might not get hidden or sorted in the future anymore. The sooner you follow the new documentation for hiding patterns and reorganizing patterns, the better.
ℹ Additional info:
It might be that we did not have updated all starter kits yet, but we will hopefully do as soon as possible.
‼‼ Important Note
If you update to the newest release, you will have to make some manual update steps.
-
In your
patternlab-config.json
update
"patternSectionSubtype": "views/partials/patternSectionSubtype.mustache"
to
"patternSectionSubgroup": "views/partials/patternSectionSubgroup.mustache"
-
Before you build or serve Pattern Lab the first time please update the following files
source/_meta/_00-head.*
tosource/_meta/_head.*
source/_meta/_01-foot.*
tosource/_meta/_foot.*
🐞 Bugs
If any bug appears, please notify us and add an issue.
🚀 Updates and additions
- Update starter kit file structure to match deprecation tickets #1253 (@JosefBredereck)
- BREAKING-CHANGE: Deprecate ordering by file-prefix ##- #1252 (@JosefBredereck)
- BREAKING-CHANGE: Deprecate underscore prefix #1237 (@JosefBredereck)
⚠️ Pushed to master
- [skip travis] chore(release): publish v5.14.0 (@JosefBredereck)
Authors: 1
- Josef Bredreck (@JosefBredereck)