Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 24 May 12:58

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 include and exclude options. For example, if you specify include only with one tab and set the option apply_when with value active, 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 value

image

keep_texts_in_tabs:
  enabled: true
  apply_when: active

image

keep_texts_in_tabs:
  enabled: true
  apply_when: inactive

image


🚀 Features

  • Implement a new option to specify when to show the texts depending on the tab status

🧩 Dependencies

  • [Dependencies]: Bump the dependencies-dev group with 4 updates
  • [Dependencies]: Bump the dependencies-dev group with 4 updates

📝 Documentation

  • Implement a new option to specify when to show the texts depending on the tab status