directus-extension-super-table 0.2.16 → 0.2.18

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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/index.js +2 -2
  3. package/package.json +30 -29
package/README.md CHANGED
@@ -13,7 +13,7 @@ A powerful and feature-rich table layout extension for Directus 11+ that enhance
13
13
 
14
14
  ## Version
15
15
 
16
- v0.2.7 - Stable release
16
+ v0.2.18 - Stable release
17
17
 
18
18
  ## 🌟 Top Features
19
19
 
@@ -44,6 +44,7 @@ Duplicate items with all their relationships and translations. Perfect for creat
44
44
  - **Custom Cell Rendering** - Specialized display for different field types
45
45
  - **Relationship Support** - Handle M2O, O2M, M2M, M2A relationships with deep data access
46
46
  - **Image Preview** - Inline image display with lightbox support and file browser
47
+ - **Tag Support** - Automatic detection and display of tag fields as visual chips with inline popover editor for adding/removing tags
47
48
  - **Status Indicators** - Visual representation of boolean and select fields
48
49
  - **Translation Support** - Display multiple language translations as separate columns
49
50
  - **Column Alignment** - Configurable text alignment per column (left, center, right)