Skip to content

Releases: AlexWebLab/bootstrap-5-wordpress-navbar-walker

v.1.3.4

06 Aug 03:32
5247d9e
Compare
Choose a tag to compare

Add active class to "current_page_parent" and "current-post-ancestor"
Pull request #15

v1.3.3

31 May 03:06
1ea7c1f
Compare
Choose a tag to compare

Added MIT License

v1.3.2

17 May 03:50
Compare
Choose a tag to compare

fixed error: Expected type 'object'. Found 'array'.intelephense(1006)

v1.3.1

06 May 07:51
938969c
Compare
Choose a tag to compare

Fixed duplicated class attribute

v1.3.0

01 Feb 04:03
Compare
Choose a tag to compare

Added support for dropdown menu (responsive) alignment: https://getbootstrap.com/docs/5.0/components/dropdowns/#menu-alignment

Here is how it works:
if one (or more) class(es) related to dropdown responsive alignment (for instance: dropdown-menu-sm-end) are detected inside the class list of the parent element, then they are copied into the class list of the .dropdown-menu element.

v1.2.1

22 Jan 02:17
Compare
Choose a tag to compare

Moved .active class from li.nav-item to a.nav-link

I like more to have my .active class on li.nav-item but for the sake of following Bootstrap v5.0 navbar component html, I moved into a.nav-link!

v1.1.1

21 Dec 07:39
3613deb
Compare
Choose a tag to compare
Update README.md

v1.1.0

21 Dec 03:07
113e20a
Compare
Choose a tag to compare

Added the "register_nav_menu" function in order to keep consistency with naming the menu.

v1.0.0

18 Dec 06:55
Compare
Choose a tag to compare
v1.0.0