Skip to content

Tags: icings/menu

Tags

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from icings/5.x-branch-rename-changes

5.x - Update CI, badges and links for branch rename.

5.0.0-RC1

Toggle 5.0.0-RC1's commit message
CakePHP 5 upgrade.

4.1.2

Toggle 4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from icings/ndm2-patch-1

4.x - Upgrade CI tooling.

4.1.1

Toggle 4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from icings/4.x-cakephp-4.3-compatibility

4.x - Cakephp 4.3 compatibility

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from icings/4.x/feature/paths-and-current-item

4.x - Add support for extracting paths and retrieving a menu's current item.

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from icings/3.x-feature/paths-and-current-item

3.x - Add support for extracting paths and retrieving a menu's current item.

3.1.0

Toggle 3.1.0's commit message
Add support for inheriting/consuming auto-generated item classes.

refs 6c48ed2

4.0.1

Toggle 4.0.1's commit message
Fix `currentAsLink` not working when determining state via voters.

The renderer was checking the items "current" state using its
`isCurrent()` method instead of the matcher, hence it would only work
when the state was manually set on the item via its `setCurrent()`
method.

3.0.2

Toggle 3.0.2's commit message
Fix `currentAsLink` not working when determining state via voters.

The renderer was checking the items "current" state using its
`isCurrent()` method instead of the matcher, hence it would only work
when the state was manually set on the item via its `setCurrent()`
method.

refs d1865aa

4.0.0

Toggle 4.0.0's commit message
First stable CakePHP 4.x compatible release.

Other noteworthy changes:

* Support for inheriting/consuming auto-generated item classes
* Upgrade to KnpMenu 3.x