Skip to content

Commit

Permalink
version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 27, 2018
1 parent 7379fa4 commit 0c44d00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## 1.0.11 - 2018-09-18
## 1.0.11 - 2018-09-27

### 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 - 2018-09-17

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ The easy option - let Navigation output the list items for you. This will genera
liClass: 'nav-item',
aClass: 'nav-link',
activeClass: 'nav-active',
ulAttributes: {
'data-attr': 'Some value',
},
liAttributes: {
'data-attr': 'Some value',
},
aAttributes: {
'data-attr': 'Some value',
},
}) }}
```

Expand Down

0 comments on commit 0c44d00

Please sign in to comment.