All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.3 (2023-10-29)
- ci: fix misconfigured release workflow (59e141b)
0.1.2 (2023-10-29)
0.1.1 (2023-10-29)
- ci: switch
release
anddeploy
workflow trigger (bafb38a)
0.1.0 (2023-10-28)
- rename directory of
composables
toutils
for the sake of common sense
- add
app-wrapper
component (ee02f99) - add ability load layout by name (69512ae)
- add ability to load async app module (20535cb)
- add ability to load laravel'
.php
translation to frontend (b0a900d) - add ability to toggle color schema (ccae7d4)
- add inertia shared data (07dfffd)
- add page expiration handler (cb307b9)
- add responsiveness to
app-layout
(ca38da8) - add support for menu
group
anddevider
, even thodevider
still not working properly (5a57f29) - add utility file for the sake of why not (79ef873)
- better type definition for
Ziggy.routes
(597f1f7) - better type definition for global
axios()
(4956d47) - ci: add
release
config (4e7448c) - ci: add
release
workflow to add notes fromCHANGELOG.md
(05f14bd) - ci: add
triage
workflow that will triggered on all PR (7a4d33d) - ci: add dependabot config (7a750dd), closes creasico/laravel-package#69
- ci: rewrite ci config and make them more reusable (5e4af53)
- ci: workaround with
workflow_dispatch
for deployment (e930930) - dev: enable debug config (89d0c1e)
- enable naive-ui discrete api (6890392)
- enable sentry profiling and session replay (10ccea0)
- force cli output to ansi (8428cd5)
- initialize
account.home
,account.settings
andsupports.home
routes (ca52cea) - initialize
creasi/laravel-base
(6750cc8) - initialize
creasi/laravel-nusa
(480c9bf) - initialize
deployphp/action
as deployment tool (c1f3a5e) - initialize codeclimate integrations (ae12989)
- initialize custom service-worker script (d22a146)
- initialize dedicated translation view composer class (3ffc4ee)
- initialize naive-convig-provider to help manage locale and global theme config (84ff858)
- initialize naive-ui theme overrides (13da4ce)
- initialize navigation view composer (010dad5)
- initialize user management pages (d9d7bab)
- initialize user menu (1ac4052)
- initialize validation status and form feedback (04f8313)
- initilize
inertia-vue
(db9e6e0) - initilize another user menus and update translation (5f55435)
- load app background image for the guest pages (265989b)
- make use of
defineOptions()
to assign page title (1092c6e) - simplify usage and initiation of app modules (fd2af30)
- store sidebar collapse state to session storage (d09a8c6)
- switch main logo on sider collapsed (48e6aa5)
- ui: improve accessibility on auth forms (ed075b2)
-
ci: apparently
github.env.APP_ENV
only works few area (2468369) -
ci: apparently we can't access artifacts from other workflows (acc203a)
-
ci: fix deployment issues caused by missing files (3e11196)
-
ci: fix my stupidity to execute
composer ziggy:generate
before build (f7de4dc) -
deploy: fix deployment issue when executing
post-autoload-dump
command (8a2f4bf) -
deploy: fix deployment issue with
public/vendor
assets (bd2a7f2), closes #30 -
docs: fix documentation issue and
.env.example
file (6d4d1d0) -
fix
Unexpected lexical analysis
issue invue-i18n
module (3b4ae5b), closes intlify/vue-i18n-next#363 -
fix main menu state when user currently on account pages (86f67cf)
-
fix my stupidity (0c80de5)
-
quick fix for logout functionality (d1e749d)
-
tests: fix end-to-end test on browserstack (f189e7a)
-
ux: fix form submission handling issue (e96e4e0), closes #32
-
workaround with inertia integration for end-to-end testing with laravel dusk (b6a5ddf), closes /github.com/creasico/laravel-project/pull/21#issuecomment-1620517727
-
rename directory of
composables
toutils
for the sake of common sense (d85e131)
- add bare minimum nginx vhost config as a reference (fbf3b88)
- add Laravel Blade Snippets as vscode extension recommendation (c1fd537)
- ci: only run integration test on php 8.0 (ef4d9a2)
- define
APP_NAME
,APP_LOCALE
andAPP_URL
to front-end (11a995b) - dev: add
APP_ENV
variable with default toid
(3b81682) - frontend: refactor frontend directory structures (a7a3921)
- initialize
standard-version
to help manage release versions (4093580) - initialize
vite-plugin-pwa
(2df4ed4) - test: use dedicated package (4be7463)
- ci: fix build cannot be more than 255 characters issue (5065aaf)
- dev: fix
windi.config.ts
file due to linting issue (c9db2ad) - route: fix route loading issue (fb20ff5)
- test: fix dusk headless indicator (9efb565)
- test: fix false-positive issue on browserstack (6665313), closes #16
- test: fix test failing test due to prior changes (275c2f3)