Releases: verbb/navigation
Releases · verbb/navigation
1.0.14
Fixed
- Fix error thrown on homepages.
1.0.13
Changed
- Massive performance improvements, lowering database queries by 98% and rendering speed to two-thirds the time.
- Added
elementSiteId
for all nodes for better site-specific linked element handling.
1.0.12
Fixed
- Fixed a 404 issue due to incorrect URL when editing a nav's nodes.
- Fixed a multi-site issue where the primary site's nodes were being shown, even if the user didn't have permission to edit those nodes.
- Improved handling of pre-selecting localStorage siteId's (when already selecting a site from an element index).
1.0.11
Added
- Add attributes item to object for
render()
tag. - Add translation for
enabledForSite
(thanks @Saboteur777).
Fixed
- Ensure nodes are propagated to newly-created sites (if set to propogate nodes in nav settings).
- Adds support for detecting and updating the site id based on changes made when editing entries. (thanks @lemiwinkz).
1.0.10
Fixed
- Trim trailing slash in getActive method when addTrailingSlashesToUrls.
- Add
enabledForSite
functionality to allow nodes to be enabled/disabled per site. - Fix error that could occur when trying to add a new node on a multi site setup.
- Refactor
render()
variables to be cleaner and preventactiveClass
error. - Fix
node.link
not working with the newWindow option set.
1.0.9
Fixed
- Fix missing column for propagateNodes in install (whoops).
1.0.8
Fixed
- Fix migration potentially not firing for propagateNodes.
1.0.7
Fixed
- Fix error thrown when not setting 'Propagate nodes'.
1.0.6
Added
- Added
propagateNodes
nav setting. - Added
getNavByHandle()
. - Added
activeClass
torender()
function. - Added
getActiveNode()
.
Changed
- Remove required URL for manual node.
Fixed
- Fix lack of element registration.
- Fix navigation’s maxLevels not working after changing or adding elements to the nav.
- Improve active state on homepage.
1.0.5
Added
- Added
breadcrumbs()
functionality. - Hungarian translations added (thanks to @Saboteur777).
Fixed
- Fix manual links and active state.