Skip to content

2.0.0

Compare
Choose a tag to compare
@mhsdesign mhsdesign released this 23 Jan 18:52
· 8 commits to main since this release

✨ Feature:

  • Use the in the Neos UI build in cache for current changes and send old prop value:
    lastTransientValues = selectors.UI.Inspector.transientValues(state);
    now one can easily not only get the new prop value but also the previous value - helpfully for classlist.remove and add.

  • neos.guestFrame.findElementByNode(node)
    the global window.neos object is extended by this package and exposes under guestFrame this function, which makes it possible to get the dom element by node object.

💥 Breaking:

This one is really breaking since we work on putting the functionality into core and so the api was improved.
Since this version could potentially land in the core the naming of the events was also changed so once this is in the core one doesnt need a big migration.