Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Releases: ctf0/SimpleMenu

v3.0.5

16 Oct 13:24
Compare
Choose a tag to compare
  • Update composer.json
  • small cleanup
  • update bulma

v3.0.4

08 Oct 07:59
Compare
Choose a tag to compare
  • small update

v3.0.3

28 Sep 11:38
Compare
Choose a tag to compare
  • fix page validation
  • add create new btn to edit pages
  • add new lang validation file

v3.0.2

23 Sep 20:04
Compare
Choose a tag to compare
  • minor

v3.0.1

15 Sep 23:51
Compare
Choose a tag to compare
  • 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

v3.0.0

01 Sep 08:34
Compare
Choose a tag to compare
  • Laravel 5.5

v2.2.4

30 Aug 16:47
Compare
Choose a tag to compare
  • more cleanup and better workflow

v2.2.3

22 Aug 19:46
Compare
Choose a tag to compare
  • 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

18 Aug 18:41
Compare
Choose a tag to compare
  • 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

16 Aug 15:22
Compare
Choose a tag to compare
  • 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