mirror of
https://github.com/webstudio-is/webstudio.git
synced 2025-03-14 09:57:02 +00:00
Big one - added `new Variable(name, initialValue)` to defined unique variable - added `expression\`${variable}\`` to access variables by reference - added `new Action(args, expression\`\`)` support - added `ws:show` prop which is converted to data-ws-show under the hood All these features are necessary to represent all webhook form features. They also may be handy in tests.