Releases: fromtheoutfit/navee
v1.3.0
v1.2.0
[Added] reverseNodes parameter.
[Added] startWithNodeId parameter.
[Added] startWithChildrenOfNodeId parameter.
[Added] hasChildren variable.
[Fixed] Issue where breadcrumbs with no matching node return the entire tree.
[Fixed] Issue where only first 100 nodes are returned on a given tree.
v1.1.1
[Fixed] Issue with migration.
v1.1.0
[Added] New Regular Expression field allowing you to match dynamic URIs that do not exist in your navigation.
[Added] Tabbed layout - moving Attributes, Advanced and all custom field layouts into their own tabs.
v1.0.9
[Fixed] Issue where using any of the startWith parameters were returning full nav if the node was not included.
[Fixed] Issue with deleted assets breaking front-end output.
v1.0.8
[Fixed] Issue with deleted entries/assets/categories breaking navee.
v1.0.7
[Fixed] Fixed issue with cmd+s ending in a 404.
[Fixed] Issue with getDescendants() not including link.
v1.0.6
[Added] A rebuild of the nested set to ensure that hasDescendants() does not return a false positive after nodes have been removed.
[Fixed] Issue with nodes linked to disabled entries not showing up in the CP.
[Fixed] Issue with nodes linked to disabled categories not showing up in the CP.
v1.0.5
[Fixed] Issue with adding a child node from the action dropdown.
v1.0.4
[Fixed] Issue with class and id parameters not getting added in the craft.navee.nav() approach.