diff --git a/src/content/docs/history/changelog.md b/src/content/docs/history/changelog.md index 091ea01..0f84878 100644 --- a/src/content/docs/history/changelog.md +++ b/src/content/docs/history/changelog.md @@ -31,6 +31,20 @@ Update to the latest version: wp plugin update structeezy ``` +## v1.8.0 (2024-05-06) + +### Feat + +- **alpine**: New Alpine PM packages manager custom element +- **alpine**: New Alpine multipurpose custom element +- **parser**: You can parse html cote to the new alpine custom element by prefixing html tags with `x-` + - `
` will create a Bricks div element + - `` will create a Custom Alpine element with a rendered tag of `div` + +### Fix + +- **parser**: Color highlighting problems appeared in v1.7 + ## v1.7.0 (2024-04-26) ### Feat