Skip to content

Latest commit

 

History

History
67 lines (30 loc) · 3.22 KB

File metadata and controls

67 lines (30 loc) · 3.22 KB

2.1.0 (2024-02-20)

Features

  • Add option to display the tab list over the full width of the page (523cc3b)

2.0.1 (2024-02-20)

Bug Fixes

  • Respect "Hidden on Detail" setting of section fields (57499a0)

2.0.0 (2023-12-22)

Bug Fixes

  • Make extension work for Directus 10.x (>= 10.7) (77ef568)
  • Respect Directus theming (a7f677a)

BREAKING CHANGES

  • Migrated to @directus/extension-sdk 10.x, this limits this extension to Directus 10.x

1.2.2 (2023-06-26)

Bug Fixes

  • tab overflow for small screen sizes (#3) (b16b1ba)

1.2.1 (2023-06-21)

Bug Fixes

  • Fully exclude non-active tabs from DOM instead of just hiding them (fixes #1) (1d6ea98)

1.2.0 (2023-05-09)

Bug Fixes

  • remove unused imports and defaults (d11a5b4)

Features

  • license: change license to GPL-3.0 (5828b39)

1.1.0 (2023-05-05)

Features

  • assign id to tab panel for aria improvements (37fe261)
  • improve tab button hover state (bc31ab0)

1.0.0 (2023-05-04)

Features