Skip to content

Matreshka v1.8.0

Compare
Choose a tag to compare
@finom finom released this 05 Mar 14:29
· 520 commits to master since this release
  • The new binder Matreshka.binders.dropFiles which allows to drop files to given block from file manager.
  • Fixed bug: delegated events didn't work correctly when a selector with commas is given (eg click::key(.a, .b, .c)).
  • Fixed bug: assignDefaultProperty: true for Matreshka#bindNode didn't force extraction of property value from given node.
  • The Matreshka class is inherited from Object.prototype instead of null. It fixes two issues: invisible __proto__ and an absence of an autocompletition in developer tools.