Releases: utomic-media/directus-extension-field-actions
v1.6.2
- Fix copy-prefixes: The copy actions mistakenly used the linkPrefix instead of the copyPrefix
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Fix double prefix in link tooltip by @anantakrishna in #40
- Added a guide on how to install the extension manually via extensions-folder #2
New Contributors
- @anantakrishna made their first contribution in #40
Full Changelog: v1.6.0...v1.6.1
v1.6.0
Important change
You need to update your field config. This can either be done via:
- UI (the settings should be kept if you re-select the field-actions interface / display)
- In the DB (Table: directus_fields --> check for fields with interface / display custom and replace those with field-actions. Make sure to only update fields that should use the field-acitons)
As always make sure to backup the database before
What's Changed
- ✨ Add option to configure opening link as new tab or current tab by @baguse in #36
- ✨ Add option for button labels (in display) by @Dominic-Marcelino
- ✨ Add option to hide the field value (in display) by @Dominic-Marcelino
- FIX: Set IDs closes #32 by @Dominic-Marcelino in #39
New Contributors
Full Changelog: v1.5.1...v1.6.0
v1.5.1
v1.5.0
Previously the link was build based on the content-type. Now we support custom prefixes and have removed the contentType
settings in favour of those.
🆕 NEW
- Added custom prefixes to interface + display link + copy actions
- Custom prefixes support dynamic project-URL (directus settings)
v1.4.1
v1.4.1
v.1.4.0
v.1.4.0
v1.3.1
v1.3.1
v1.3.0
With version 1.3 we switched to a directus extension bundle. This way the display and interface are included in one extension.
Unfortunately this is only supported for installations via npm. We're looking for a solution to support an installation via local files again.