All notable changes to Blog
will be documented in this file.
- Added Laravel 7 support
- Bump PHP to v7.3
- Updated TailwindCSS to v1.7
- Updated vendor dependencies
- Assets now have relative URL's.
- Navigation overlap on small screens.
- Configure admin menus in the config file.
- New admin UI based on tailwindcss.
- SVG icons inside buttons didn't trigger the confirm dialog.
- Fix per page not honored on post list.
- Response cache not cleared.
- Disable response cache in the
.env
withRESPONSE_CACHE_ENABLED=false
.
- Specify a custom markdown parser in the
config/blog.php
file. - Images now have a
srcset
attribute. - Detect high pixel density images and specify that in the image's
srcset
(requiresimagick
PHP extension).
- Everything.