Skip to content

Releases: rezo-labs/directus-extension-computed-interface

v1.9.0

10 Sep 06:46
146cd29
Compare
Choose a tag to compare

Features:

  • Add new ops #60
    • LOCALE_STR
    • LENGTH
    • FIRST
    • LAST
    • REVERSE
    • AT
    • INDEX_OF
    • INCLUDES
    • SLICE
    • CONCAT (array)
    • MAP
    • FILTER
    • SORT
    • JSON_PARSE
    • JSON_STRINGIFY
    • JSON_GET
    • RANGE
  • Improve documentation.

v1.8.2

19 Aug 12:05
e125f7d
Compare
Choose a tag to compare

Bug Fixes:

  • Fix O2M bug of v1.8.1 #57

v1.8.1

15 Aug 13:22
103eb64
Compare
Choose a tag to compare

Bug Fixes:

  • Fix an issue that causes the interface not to update the value after upgrading Directus to v10.5.2 #54

v1.8.0

10 Jul 04:17
Compare
Choose a tag to compare

Features:

  • Add new ops #49
    • IFS
    • AMIN
    • AMAX
    • AAVG
    • AMUL
    • AAND
    • AOR
    • ACOUNT
  • Add 3 new options #49
    • Debug Mode
    • Compute If Empty
    • Initial Compute

Bug Fixes:

  • Fix an error where there are more than 22 items in an O2M field. #49

v1.7.0

30 Apr 15:54
Compare
Choose a tag to compare

Features:

  • Add new ops #39
    • DATE_STR
    • TIME_STR
    • CEIL
    • FLOOR
    • EXP
    • LOG
    • ENCODE_URL_COMPONENT
    • REPT
    • JOIN
    • SPLIT
    • SEARCH
    • MID
    • SUBSTITUTE
  • Add variations for existing ops #39
    • ROUND
    • MAX
    • MIN

v1.6.0

30 Apr 05:29
0f714ce
Compare
Choose a tag to compare

Features:

  • Allow literal strings in templates. #38
  • Update documentation. #38

v1.5.0

30 Mar 03:14
Compare
Choose a tag to compare

Features:

Bug Fixes:

  • Fix an issue that causes an item in O2M field to double after being edited. Solve #33.
  • Fix an issue when using 3 fields one with a value and two others using the value of the first one, only the last of two computed fields are updated (by @kesslerdev). #34

v1.4.1

29 Dec 16:08
Compare
Choose a tag to compare

Bug Fixes:

  • Fix $CURRENT_USER when using nested field such as $CURRENT_USER.id.

v1.4.0

27 Dec 06:35
Compare
Choose a tag to compare

Features:

  • Add ternary operator. Support IF. #25
  • Add $CURRENT_USER dynamic variable. #28

Bug Fixes:

  • Fix a bug that causes the interface to recompute when saving a new item. #26
  • Fix a bug that causes the interface to not compute when clearing values. #26

v1.3.0

20 Dec 11:07
Compare
Choose a tag to compare

Features:

  • New interface options: Prefix, Suffix, Custom CSS.

Improvements:

  • Display a user-friendly error message.
  • Convert to proper type.
  • Add attributes to v-input, fix #22.

Bug Fixes:

  • Fix error when manually editing value.