Releases: halt-stack/starter-kit
Releases · halt-stack/starter-kit
Release list
v1.1.2
v1.1.1
v1.1.0
Added
- Added
BaseRequest.php: Introduced BaseRequest class to handle failed validation attempts for HTMX and return response with errors in a view. - Added
@rollup/plugin-injectto devDependencies. - Added
@alpinejs/morphto dependencies. - Added
htmx-alpine-morphextension tovite.config.jsusing@rollup/plugin-inject.
v1.0.0
Added
- Added Alpine.js and Htmx.js libraries to the project and initialized Alpine.js in
app.js. - Added tailwindcss base, components, and utilities to
app.css. - Added content paths for
blade.phpand JS files in the resources directory totailwind.config.js. - Added postcss and tailwindcss configuration files.
- Added
alpinejs,axios,htmx.org,postcss, andtailwindcssas devDependencies inpackage.json.
Changed
- Updated project description in
composer.jsonto reflect new technologies used in the starter kit. - Changed project name from "laravel/laravel" to "halt-stack/starter-kit" in
composer.json. - Updated project description and keywords in
composer.json. - Updated introduction and added installation instructions, features, support, and sponsors sections in
README.md.