✨ Highlight
Praise be to Allah, Lord of the worlds.
In this latest release (v2024.2.2) we added 1 variable and 1 function in the color module and 2 functions in the map module.❇️ Added
Variables 1
color.$hue-names
: Hue lists.
Functions 3
color.hue-to-color-name($hue)
: Get color name by hue.map.next($map, $key, $return: value, $fallback: false)
: Returns next map item or fallback value if map, key or next item does not exist.map.previous($map, $key, $return: value, $fallback: false)
: Returns previous map item or fallback value if map, key or previous item does not exist.
🔄 Updated
61e7cb4
: Update package version from2024.2.1
to2024.2.2
.
Full Changelog · Published by XVIID Developer