Skip to content

Releases: fromtheoutfit/navee

v1.3.0

17 Jan 20:02
Compare
Choose a tag to compare

[Added] Custom Uris now support the {{ loginUrl }} and {{ logoutUrl }} global variables.
[Added] Replace home in nodes linked to homepage entry.

v1.2.0

13 Jan 20:38
Compare
Choose a tag to compare

[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

26 Sep 13:44
Compare
Choose a tag to compare

[Fixed] Issue with migration.

v1.1.0

23 Sep 14:29
Compare
Choose a tag to compare

[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

16 Aug 14:04
Compare
Choose a tag to compare

[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

15 Aug 17:48
Compare
Choose a tag to compare

[Fixed] Issue with deleted entries/assets/categories breaking navee.

v1.0.7

15 Aug 15:17
Compare
Choose a tag to compare

[Fixed] Fixed issue with cmd+s ending in a 404.
[Fixed] Issue with getDescendants() not including link.

v1.0.6

17 Jun 20:57
Compare
Choose a tag to compare

[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

13 Jun 17:13
Compare
Choose a tag to compare

[Fixed] Issue with adding a child node from the action dropdown.

v1.0.4

31 May 19:36
Compare
Choose a tag to compare

[Fixed] Issue with class and id parameters not getting added in the craft.navee.nav() approach.