v2.1.0
This release is a minor one so it doesn't bring any breaking changes. It implements a new option to specify in which case the texts should be shown depending on the tabs status. It allows three values, always (default) to show the text independently of the tab being active or not; active to show the text only on the active tab; or inactive to show the text only in the inactive tabs.
Note: This option will be affected by the
includeandexcludeoptions. For example, if you specifyincludeonly with one tab and set the optionapply_whenwith valueactive, the text will be shown only in that specified tab when it is active.
Examples
keep_texts_in_tabs:
enabled: true
apply_when: always ## default valuekeep_texts_in_tabs:
enabled: true
apply_when: activekeep_texts_in_tabs:
enabled: true
apply_when: inactive🚀 Features
- Implement a new option to specify when to show the texts depending on the tab status
- PR: #166 by @elchininet
🧩 Dependencies
- [Dependencies]: Bump the dependencies-dev group with 4 updates
- PR: #162 by @dependabot[bot]
- [Dependencies]: Bump the dependencies-dev group with 4 updates
- PR: #163 by @dependabot[bot]
📝 Documentation
- Implement a new option to specify when to show the texts depending on the tab status
- PR: #166 by @elchininet


