@numiko/drilldown 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,9 +113,16 @@ menu.init();
|
|
|
113
113
|
</ul>
|
|
114
114
|
</div>
|
|
115
115
|
```
|
|
116
|
+
## API
|
|
117
|
+
|
|
118
|
+
See [documentation](https://v2-0-1--numiko-drilldown.netlify.app/) for more detail on how to use the package.
|
|
116
119
|
|
|
117
120
|
## Release notes
|
|
118
121
|
|
|
122
|
+
### v2.0.0
|
|
123
|
+
|
|
124
|
+
- Full TypeScript integration
|
|
125
|
+
|
|
119
126
|
### v1.0.0
|
|
120
127
|
|
|
121
128
|
- Inital version created to work with SiteKit menus
|