Releases: ctf0/SimpleMenu
Releases · ctf0/SimpleMenu
v3.0.5
- Update composer.json
- small cleanup
- update bulma
v3.0.3
- fix page validation
- add create new btn to edit pages
- add new lang validation file
v3.0.1
- update readme & wiki for better understanding
- add notif component & styles
- add changelog feature so now you can track what changes are made to the package
- update views
- use render() for vue
v2.2.4
- more cleanup and better workflow
v2.2.3
- fix rare nesting issue
- add models clearing events
- add support for “app\controllers\controller” __cons
- more cleanup and optimize
- remove caret icon from the menu items
- create "routeListPath" if not found
- remove
role/perms
validation from "page & user"
- update rdme
v2.2.2
- use mixin for comps
- use app()['cache']->tags in shared
- clean middlewares
- slightly faster
- use cache tags instead
- fix not clearing cache when role/perm is updated/deleted
v2.2.1
- change
urlRoute()
to routeUrl()
- change
urlRouteCheck()
to isActiveRoute()
- check & get current page breadcrumb internally
- clear all the cache on page update “due to issues with baum\node”
- add another option
clearNestDescendants
- small fix