The following parameters were deprecated: element, value
That mixed into properties, so the arguments will be the following only: parent, properties
For example:
properties = { element: 'input', class: 'green', value: '5' };
setJquery changed to getJquery