Skip to content

0.14.0

Choose a tag to compare

@Sian-Lee-SA Sian-Lee-SA released this 17 Dec 02:00

Important Changes
Please read the updated doc for the new way to use Honeycomb Menu. While the old syntax and formats will still work, it is advised to update to the new syntax and changes as the old way is now deprecated and could be removed in the near future.

Instead of

action: service-call
service: honeycomb
service_data:
   ...

we do

action: fire-dom-event
honeycomb_menu:
   ...

The xy_pad no longer uses the {{ y_percentage }} syntax instead you get the data from the variables object in the JS. https://github.com/Sian-Lee-SA/honeycomb-menu?tab=readme-ov-file#templating

Full Changelog: 0.13.3...0.14.0