Releases: nurmanhabib/navigator
Releases · nurmanhabib/navigator
Added method matchExact() for pattern exact activator
Allows the url index link to be inactive while opening child paths.
For example
Home (has path => /)
when you are on another path, then Home will always be considered active.
Usually tricked in a way
Home (has path => /home)
With the exact pattern feature, when accessing the Home page (/) it will only be active when you are in the root path "/"
Change default pattern is array
Merge pull request #8 from nurmanhabib/feature/nav-pattern-array Change default pattern nav is array
Fix some issue
- Fix issue default Request URI when used on unit or feature test
- Fix issue empty pattern nav item
Improvement Pattern Link Activator
- Set default link activator pattern only path name
- Added trailing slash on link activator
Added method addArray and addArrays
Merge pull request #5 from nurmanhabib/feature/factory Added method addArray and addArrays on NavCollection
Added Array Factory
- Support factory from array
Support PHP Native - Hotfix
- Support PHP Native (PHP 5, PHP 7)
- Improvement Activator (support wildcard)
Support PHP Native
- Support PHP Native (PHP 5, PHP 7)
- Improvement Activator (support wildcard)