Skip to content

Commit

Permalink
Merge pull request #90 from davidhellmann/dev/craft-vite
Browse files Browse the repository at this point in the history
🔖 release: v4.0.11
  • Loading branch information
davidhellmann authored Jul 19, 2023
2 parents 1f6fa47 + 290314f commit 971aacc
Show file tree
Hide file tree
Showing 54 changed files with 2,581 additions and 20,735 deletions.
8 changes: 8 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://github.com/browserslist/browserslist#readme

last 2 versions
>= 0.4%
not dead
Firefox ESR
not op_mini all
not and_uc > 0
62 changes: 0 additions & 62 deletions .ferdirc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v19
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
# davidhellmann/craftcms-baukasten Change Log.
## 4.0.11 - 2023.07.19

### added
- CKEditor 3.0.0

### updated
- (cms): CraftCMS (4.4.16.1)
- ckeditor config
- refactor waypoints script by chatgpt
- refactor lazy script by chatgpt
- refactor modernImageFormatFallback script by chatgpt
- rename hidden/iso.twig > hidden/waypoints.twig
- (plugin): Super Table (3.0.8.1)
- (plugin): SEOmatic (4.0.30)
- (plugin): CK Editor (3.4.0)
- (plugin): ImagerX (4.2.1)
- (plugin): Formie (2.0.33)
- (plugin): Blitz (4.5.0)
- (plugin): SuperTable (3.0.9)
- (plugin): Navigation (2.0.19)
- (plugin): Palette (3.2.2)
- (plugin): Hyper (1.1.9)
- (plugin): Image Resizer (3.0.6)
- (plugin): Vite (4.0.6)
- (plugin): Sprig (2.6.2)
- (plugin): Quick Field (2.0.4)
- (plugin): MatrixMate (2.1.3)
- Composer Packages

### fixed
- mutex config part

### removed
-


## 4.0.10 - 2023.03.21

### added
Expand Down
29 changes: 15 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"require": {
"craftcms/cms": "4.4.5",
"craftcms/ckeditor": "3.4.0",
"craftcms/cms": "4.4.16.1",
"craftcms/redactor": "3.0.4",
"dodecastudio/craft-blurhash": "2.0.4",
"doublesecretagency/craft-cpcss": "2.6.0",
Expand All @@ -9,22 +10,22 @@
"nystudio107/craft-emptycoalesce": "4.0.0",
"nystudio107/craft-minify": "^4.0.0-beta.2",
"nystudio107/craft-scripts": "^1.2.13",
"nystudio107/craft-seomatic": "4.0.22",
"nystudio107/craft-vite": "4.0.5",
"putyourlightson/craft-blitz": "4.4.3",
"nystudio107/craft-seomatic": "4.0.30",
"nystudio107/craft-vite": "4.0.6",
"putyourlightson/craft-blitz": "4.5.0",
"putyourlightson/craft-elements-panel": "2.0.0",
"putyourlightson/craft-sherlock": "4.3.0",
"putyourlightson/craft-sprig": "2.5.1",
"spacecatninja/imager-x": "4.1.11",
"spicyweb/craft-quick-field": "2.0.3",
"putyourlightson/craft-sprig": "2.6.2",
"spacecatninja/imager-x": "4.2.1",
"spicyweb/craft-quick-field": "2.0.4",
"studioespresso/craft-dumper": "3.0.1",
"trendyminds/craft-palette": "3.1.1",
"vaersaagod/matrixmate": "2.1.2",
"verbb/formie": "2.0.24",
"verbb/hyper": "1.1.2",
"verbb/image-resizer": "3.0.4",
"verbb/navigation": "2.0.17",
"verbb/super-table": "3.0.7",
"trendyminds/craft-palette": "3.2.2",
"vaersaagod/matrixmate": "2.1.3",
"verbb/formie": "2.0.33",
"verbb/hyper": "1.1.9",
"verbb/image-resizer": "3.0.6",
"verbb/navigation": "2.0.19",
"verbb/super-table": "3.0.9",
"vlucas/phpdotenv": "^5.4",
"yiisoft/yii2-redis": "^2.0.13"
},
Expand Down
Loading

0 comments on commit 971aacc

Please sign in to comment.