Vyacheslav
Vyacheslav
Extended the context to include the option to enable SkipWhenEmpty as a default behaviour for properties. The ExclusionStrategy approach was used to enable this. It is also related to https://github.com/schmittjoh/JMSSerializerBundle/issues/789...
The Tracking plugin class 'ICE-Tracking' is not removed from container element upon editor destroy. One should manually do that with something like: ``` javascript editor.element.setAttribute('class', editor.element.getAttribute('class').replace('ICE-Tracking','')); ```
Added changes that I might be useful for a device with DisplayPort Also on my environment the udev directive ENV{HOTPLUG} wasn't available on my environment so I thought it might...