Skip to content

Releases: mhsdesign/MhsDesign.LiveInspectorJsEvents

2.0.2

06 Apr 10:46
f3d8f32
Compare
Choose a tag to compare

Allow Neos 8

2.0.1

27 Jan 21:49
Compare
Choose a tag to compare

✨ Feature: Support also for Neos.Ui 5.3 - 7.2

make this package available also for 'older' NeosUi versions, which dont have the 'NeosUiGuestFrameDom' api neos/neos-ui#2945
by the use of this polyfill: https://github.com/mhsdesign/MhsDesign.PolyfillNeosUiGuestFrameApi

2.0.0

23 Jan 18:52
Compare
Choose a tag to compare

✨ 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.

1.0.1 Minify

19 Nov 19:22
77e2cc4
Compare
Choose a tag to compare
Update: Minimize files on build (#1)

* Update: Minimize files on build
* Build files

1.0.0

05 Sep 21:07
Compare
Choose a tag to compare
first public commit

Hi