@vaadin-component-factory/vcf-anchor-nav
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@vaadin-component-factory/vcf-anchor-nav", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.", | ||
@@ -5,0 +5,0 @@ "main": "theme/lumo/vcf-anchor-nav.js", |
@@ -119,3 +119,3 @@ /** | ||
static get version() { | ||
return '0.2.1'; | ||
return '0.2.2'; | ||
} | ||
@@ -184,3 +184,3 @@ | ||
section.name | ||
.replace(/[^a-zA-Z- ]/g, '') | ||
.replace(/[^a-zA-Z0-9- ]/g, '') | ||
.replace(/ /g, '-') | ||
@@ -187,0 +187,0 @@ .toLowerCase(); |
172340