We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728a205 commit e9090d6Copy full SHA for e9090d6
.changeset/nasty-hats-smash.md
packages/navigation/CHANGELOG.md
@@ -1,5 +1,19 @@
1
# @rocket/navigation
2
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
17
## 0.2.0
18
19
### Minor Changes
packages/navigation/package.json
@@ -1,6 +1,6 @@
{
"name": "@rocket/navigation",
- "version": "0.2.0",
+ "version": "0.2.1",
"publishConfig": {
"access": "public"
},
0 commit comments