Skip to content

7.0.0

Choose a tag to compare

@arnobl arnobl released this 02 Feb 19:51
  • feat(api): new routine toProduceAnon
  • feat(binding): 'strictStart' removed. The when routine now has an execution mode
  • feat(interaction): touch interactions now have all the current touches in their data
  • feat(undo): tree undo algorithm. Bindings now generics to undo algo

  • fix(binding): crashes in commands not captured by bindings and their catch routine
  • fix(binding): incorrect binding reinit on cancel with not undoable command
  • fix(binding): the binding must undo the command if the 'when' is not respected on interaction end
  • fix(interaction): confusion between target and currentTarget
  • fix(interaction): touch interactions blocked when touch events lost by the browser

  • doc(api): ts-doc improved

  • clean(code): code simplification and tests added
  • clean(code): hiding internal implementation stuffs
  • clean(test): cleaning test names

  • config(ci): updating node version
  • config(git): ignoring some folders
  • config(pkg): eslint updated
  • config(pkg): barrelsby updated
  • fix(config): audit fix
  • fix(config): clean should remove coverage and mutation folders