v8.2.0
This release refactors the library to make it possible to set a template in the hide
option of an item.
Order items properties
Property | Type | Required | Description |
---|---|---|---|
hide* | Boolean or String | no | Setting this property to true will hide the sidebar itemand if the property hide_all from the main configuration is true ,setting this property as false will avoid hiding this item |
Tip
* These item properties allow JavaScript or Jinja templates.
🚀 Features
- Make the "hide" option being configured also as a template
- PR: #267 by @elchininet
🧩 Dependencies
- [Dependencies]: Bump the dependencies-dev group with 6 updates
- PR: #266 by @dependabot[bot]
📝 Documentation
- Make the "hide" option being configured also as a template
- PR: #267 by @elchininet