Skip to content

Commit e9090d6

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent 728a205 commit e9090d6

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/nasty-hats-smash.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/navigation/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @rocket/navigation
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 728a205: feat(navigation): add no-redirects attribute
8+
9+
By default, the sidebar nav redirects clicks on category headings to
10+
their first child.
11+
12+
To disable those redirects, override
13+
\_includes/\_joiningBlocks/\_layoutSidebar/sidebar/20-navigation.njk
14+
and add the no-redirects attribute to the <rocket-navigation>
15+
element.
16+
317
## 0.2.0
418

519
### Minor Changes

packages/navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/navigation",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)