Skip to content

Commit

Permalink
Merge pull request #75 from davidhellmann/dev/craft-vite
Browse files Browse the repository at this point in the history
🔀 merge: dev/craftvite > master
  • Loading branch information
davidhellmann authored Dec 7, 2022
2 parents 4da5993 + f05a9ed commit 7af42c4
Show file tree
Hide file tree
Showing 598 changed files with 2,510 additions and 572 deletions.
7 changes: 3 additions & 4 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: baukasten
type: php
type: craftcms
docroot: web
php_version: "8.1"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
router_http_port: "8080"
router_https_port: "4443"
xdebug_enabled: false
timezone: Europe/Berlin
additional_hostnames: []
Expand All @@ -14,7 +14,6 @@ database:
version: "8.0"
nfs_mount_enabled: false
mutagen_enabled: true
project_tld: ddev.test
use_dns_when_possible: true
composer_version: "2"
web_environment: []
Expand Down
2 changes: 1 addition & 1 deletion .ddev/docker-compose.vite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Override the web container's standard HTTP_EXPOSE and HTTPS_EXPOSE services
# to expose port `3000` of DDEV's web container.
# to expose port `3100` of DDEV's web container.
version: '3.6'
services:
web:
Expand Down
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ SITE_URL=http://__PROJECT_URL__.test
WEB_ROOT_PATH=/__PATH_TO_WEB_FOLDER_WITHOUT_TRAILING_SLASH__

# Vite
VITE_DEV_SERVER_PUBLIC=http://localhost:3000/
VITE_DEV_SERVER_INTERNAL=http://localhost:3000/
VITE_DEV_SERVER_PUBLIC=http://localhost:3100/
VITE_DEV_SERVER_INTERNAL=http://localhost:3100/

# Redis
CRAFT_APP_ID=craftcms-baukasten
CRAFT_APP_ID=baukasten
REDIS_HOSTNAME=127.0.0.1
REDIS_PORT=6380
REDIS_DEFAULT_DB=0
Expand Down
110 changes: 67 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
# davidhellmann/craftcms-baukasten Change Log.
## 4.0.9 - 2022.12.07

### added
- heroicons (tailwindcss icon set)
- container-full as tailwind component

### updated
- Icon component
- CraftCMS 4.3.4
- Formie plugin
- Seomatic plugin
- ImagerX Plugin
- CP Clear Cache plugin
- Image Resizer plugin
- SuperTable plugin
- Navigation plugin
- Sherlock plugin
- Quick Field plugin
- Matrix Mate plugin
- Typed Link Field plugin

### fixed
- fix accordion safari styles

## 4.0.8 - 2022.10.20

### added
- ddev as default

### Updated
### updated
- CraftCMS 4.2.8
- formie plugin
- MatrixMate plugin
Expand All @@ -26,7 +50,7 @@
- Quick field plugin
- Closure plugin

### Updated
### updated
- SuperTable plugin
- craftcms 4.2.3
- npm packages
Expand All @@ -41,27 +65,27 @@
- general.php
- update sherlock plugin

### Changed
- Changed the logic how colors are defined. tailwind.settings.colors.js
### changed
- changed the logic how colors are defined. tailwind.settings.colors.js
- Going back to use custom Alt Text Field because of missing translation support for the build in one


## 4.0.6 - 2022.07.26

### Updated
### updated
- imagerX plugin
- formie plugin
- image resizer plugin
- craftcms 4.2
- vite plugin
- image resizer

### Added
### added
- palette plugin

## 4.0.5 - 2022.07.09

### Updated
### updated
- npm packages
- tailwindcss 3.1
- craftcms 4.1.3
Expand All @@ -70,15 +94,15 @@
- image component
- imagerX plugin

### Added
### added
- Full Page Slider (Wip)

## 4.0.4 - 2022.06.02

### Added
### added
- Image Resizer Plugin

### Updated
### updated
- dumper plugin
- imagerX plugin
- formie plugin
Expand All @@ -89,79 +113,79 @@
- upgrade cypress to v10 (WIP)
- remove backgrounds for lazy images after they loaded.

### Changed
### changed
- Use `craft up` to run migrations & apply Project Config changes


## 4.0.3 - 2022.05.24

### Updated
### updated
- composer packages / plugins

### Added
### added
- Overflow Nav Slider Comp

## 4.0.2 - 2022.05.17

### Added
### added
- Elements Panel Plugin

### Removed
### removed
- Blitz Recommendations Plugin because it's integrated in Blitz itself now.

### Updated
### updated
- composer packages

## 4.0.1 - 2022.05.13

### Added
### added
- `"prefer-stable"` to composer.json

### Changed
### changed
- switch from (local, stage, live) to (dev, staging, production) terming

### Updated
### updated
- composer packages

## 4.0.0 - 2022.05.12
### Added
### added
* CraftCMS 4
* Added a new template structure `templates`
* added a new template structure `templates`
* Cleaner Boilerplate `templates/_boilerplate`
* Cleaner Layouts `templates/_layouts`
* Added a simple Patternlib `templates/hidden/patternlib` & `config/patternlib.php`
* Added Vite Config from [nystudio107](https://nystudio107.com/) `buildchain/vite.config.js`
* Added partialized Tailwind Config `buildchain/tailwindcss` & `buildchain/tailwind.config.js`
* Added CSS Vars / Theming for Tailwind Colors
* Added TailwindCSS Screen Debug Plugin
* Added a Set of components `templates/_components/**/*`
* Added a Set of sprig components `templates/_components-sprig/**/*`
* added a simple Patternlib `templates/hidden/patternlib` & `config/patternlib.php`
* added Vite Config from [nystudio107](https://nystudio107.com/) `buildchain/vite.config.js`
* added partialized Tailwind Config `buildchain/tailwindcss` & `buildchain/tailwind.config.js`
* added CSS Vars / Theming for Tailwind Colors
* added TailwindCSS Screen Debug Plugin
* added a Set of components `templates/_components/**/*`
* added a Set of sprig components `templates/_components-sprig/**/*`

### Fixed
* Fixed Intersection Observer Script
* Fixed Image Component Logic
### fixed
* fixed Intersection Observer Script
* fixed Image Component Logic

### Removed
* Removed webpack
* Removed TailwindCSS Config Viewer
### removed
* removed webpack
* removed TailwindCSS Config Viewer



## 1.0.0 - 2021.09.02
### Added
* Added a new template structure `templates`
### added
* added a new template structure `templates`
* Cleaner Boilerplate `templates/_boilerplate`
* Cleaner Layouts `templates/_layouts`
* Added a simple Patternlib `templates/hidden/patternlib` & `config/patternlib.php`
* Added Vite Config from [nystudio107](https://nystudio107.com/) `buildchain/vite.config.js`
* Added partialized Tailwind Config `buildchain/tailwindcss` & `buildchain/tailwind.config.js`
* Added Tailwind Config Viewer `_tailwind`
* added a simple Patternlib `templates/hidden/patternlib` & `config/patternlib.php`
* added Vite Config from [nystudio107](https://nystudio107.com/) `buildchain/vite.config.js`
* added partialized Tailwind Config `buildchain/tailwindcss` & `buildchain/tailwind.config.js`
* added Tailwind Config Viewer `_tailwind`

### Changed
### changed
* -

### Removed
* Removed webpack
### removed
* removed webpack


---
Expand Down
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"require": {
"craftcms/cms": "4.2.8",
"craftcms/cms": "4.3.4",
"craftcms/redactor": "3.0.2",
"doublesecretagency/craft-cpcss": "^2.5.0",
"mmikkel/cp-clearcache": "^1.2.1",
"mmikkel/cp-clearcache": "1.3.0",
"mmikkel/cp-field-inspect": "^1.4.4",
"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.10",
"nystudio107/craft-seomatic": "4.0.15",
"nystudio107/craft-vite": "4.0.3",
"putyourlightson/craft-blitz": "4.2.3",
"putyourlightson/craft-elements-panel": "2.0.0",
"putyourlightson/craft-sherlock": "4.2.0",
"putyourlightson/craft-sprig": "2.2.1",
"sebastianlenz/linkfield": "2.1.4",
"spacecatninja/imager-x": "4.1.7",
"spicyweb/craft-quick-field": "2.0.2",
"putyourlightson/craft-sherlock": "4.2.1",
"putyourlightson/craft-sprig": "2.3.0",
"sebastianlenz/linkfield": "2.1.5",
"spacecatninja/imager-x": "4.1.8",
"spicyweb/craft-quick-field": "2.0.3",
"studioespresso/craft-dumper": "3.0.1",
"trendyminds/craft-palette": "3.0.2",
"vaersaagod/matrixmate": "2.1.1",
"verbb/formie": "2.0.12",
"verbb/image-resizer": "3.0.2",
"verbb/navigation": "2.0.7",
"verbb/super-table": "3.0.3",
"vaersaagod/matrixmate": "2.1.2",
"verbb/formie": "2.0.19",
"verbb/image-resizer": "3.0.4",
"verbb/navigation": "2.0.14",
"verbb/super-table": "3.0.6",
"vlucas/phpdotenv": "^5.4",
"yiisoft/yii2-redis": "^2.0.13"
},
Expand Down
Loading

0 comments on commit 7af42c4

Please sign in to comment.