Skip to content

Commit

Permalink
Merge branch 'release/5.0.0-beta.2' into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 9, 2024
2 parents 3b3167c + 1e8c1fa commit 870b1d3
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Webperf Changelog

## 5.0.0-beta.2 - 2024.02.09
### Fixed
* Added the unused `static` to the Tailwind CSS `blocklist` to avoid a name collision with a Craft CSS class ([#1412](https://github.com/nystudio107/craft-seomatic/issues/1412))

## 5.0.0-beta.1 - 2024.02.08
### Added
* Initial beta release for Craft CMS 5
3 changes: 3 additions & 0 deletions buildchain/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export default {
'../src/templates/**/*.{twig,html}',
'./src/vue/**/*.{vue,html}',
],
blocklist: [
'static',
],
theme: {},
plugins: [],
};
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-webperf",
"description": "Webperf helps you build & maintain high quality websites through Real User Measurement of your website's performance",
"type": "craft-plugin",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineConfig({
text: 'v5', items: [
{text: 'v5', link: '/'},
{text: 'v4', link: 'https://nystudio107.com/docs/webperf/v4/'},
{text: 'v3', link: 'https://nystudio107.com/docs/webperf/v3/'},
{text: 'v1', link: 'https://nystudio107.com/docs/webperf/v1/'},
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
.DocSearch {
--docsearch-primary-color: var(--c-brand) !important;
}

a > img {
display: inline-block;
}
2 changes: 2 additions & 0 deletions src/web/assets/dist/assets/webperf-CO99AWw3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/web/assets/dist/assets/webperf-CO99AWw3.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 0 additions & 2 deletions src/web/assets/dist/assets/webperf-vws-aBRI.js

This file was deleted.

1 change: 0 additions & 1 deletion src/web/assets/dist/assets/webperf-vws-aBRI.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions src/web/assets/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@
},
"src/js/webperf.js": {
"css": [
"assets/webperf-YzbxOpSH.css"
"assets/webperf-pQt2tYzG.css"
],
"file": "assets/webperf-vws-aBRI.js",
"file": "assets/webperf-CO99AWw3.js",
"isEntry": true,
"src": "src/js/webperf.js"
}
Expand Down
Binary file modified src/web/assets/dist/manifest.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/web/assets/dist/stats.html

Large diffs are not rendered by default.

0 comments on commit 870b1d3

Please sign in to comment.