diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..59d5f46 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +## 1.0.0 (2023-04-14) + + +### Features + +* Adde footer globals and basic footer output ([1b209e9](https://github.com/fork/kirby-starterkit/commit/1b209e9b6e90beb759f3f69ee5f39b3e16b33759)) +* Added basic frontend setup ([b2501d6](https://github.com/fork/kirby-starterkit/commit/b2501d6faa610317e73b396d6a77d2a53dc78999)) +* Added image snippet ([5ec76dd](https://github.com/fork/kirby-starterkit/commit/5ec76ddf6fbe526bf79775f83139b56548a98370)) +* Added logo and compiled assets ([0e91ac4](https://github.com/fork/kirby-starterkit/commit/0e91ac414b1a405cd1420342974c012417971a9e)) +* Added navigation ([a677c05](https://github.com/fork/kirby-starterkit/commit/a677c05e0ef86d77d21acf95d9c039d98e205900)) +* Added related articles functionality to artiles ([4d74797](https://github.com/fork/kirby-starterkit/commit/4d74797e8e61b82e5d631bc2d1b4ef605bbfc09a)) +* Added sitemap snippet and routes ([17e217b](https://github.com/fork/kirby-starterkit/commit/17e217b754288a873f3b1d4f3dd7fceaf8643cc0)) +* **block:** Added nesting to accordion block ([109687c](https://github.com/fork/kirby-starterkit/commit/109687c4e022fb81d04da9cbb9d633a0c15775cd)) +* **block:** Added simple accordion block ([80e6b27](https://github.com/fork/kirby-starterkit/commit/80e6b27c0b36ffff62d35208fba013752b388edb)) +* **Blueprints:** Added basic article/page Blueprints and site Blueprint ([4f38aa1](https://github.com/fork/kirby-starterkit/commit/4f38aa10083d0920fa6edaecea8450f34f15cbd0)) +* **blueprints:** Added Home and Error page as singles ([77dd808](https://github.com/fork/kirby-starterkit/commit/77dd808fea8627895d49745f4aeadc2c4ecaaa93)) +* First commit with basic project structure, docker setup and basic plugins ([877b22d](https://github.com/fork/kirby-starterkit/commit/877b22d956f199b8151c5f41ce84da8de02e276a)) +* **header:** Add Iconset ([2f3bbe5](https://github.com/fork/kirby-starterkit/commit/2f3bbe5e17207a4cb6ec6fe029ee8f60c61b82d5)) +* **layout:** Moved header and footer to snippet ([92c0964](https://github.com/fork/kirby-starterkit/commit/92c0964d31585744b1bceb0f63314d5beb5cf76e)) +* **plugin:** Added block factory information ([ed58020](https://github.com/fork/kirby-starterkit/commit/ed5802066583b43d0cb3b256620cd53e63dadb99)) +* **seo:** Added seo information to site blueprint and layout ([58ab3ad](https://github.com/fork/kirby-starterkit/commit/58ab3ad3a6cc6bb112181e9a5c7e9266a7653f4a)) +* updated content blocks and page sections ([f0c6c87](https://github.com/fork/kirby-starterkit/commit/f0c6c87059b17573596dbfb4b7cbb3b5abc907f4)) +* updated styles and content structure ([eee6b04](https://github.com/fork/kirby-starterkit/commit/eee6b04a6d32c8b90bdae835e0588f6fc8c8a8cf)) + + +### Bug Fixes + +* Show query only if available ([abd4b84](https://github.com/fork/kirby-starterkit/commit/abd4b84f3a55e28c511af5783a61f730093ed51a)) +* Vite build settings path ([70d49d4](https://github.com/fork/kirby-starterkit/commit/70d49d4ad9d8d427255d2640cbe18d60239a6565)) + + +### Miscellaneous Chores + +* **gitignore:** Ignore contents ([a86f742](https://github.com/fork/kirby-starterkit/commit/a86f74201aa9cc20025eda4edc2e81071ca8fdae))