bahmutov / cypress-hyperapp-unit-test

Unit test Hyperapp components using Cypress
26 stars 1 forks source link

chore(deps): update dependency hyperapp to v1.2.9 #143

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates devDependency hyperapp (homepage, source) from v1.2.8 to v1.2.9


Release Notes

1.2.9

Compare Source

Patch version packing few but solid improvements, including more consistent DOM attribute behavior, and improvements to the diffing algorithm! 🎉

Summary

  • 18bfb9b Support both object and string as value for style attribute. #​756 @​JorgeBucaran
  • aa2ce46 More consistent behavior between client and server rendering for reserved DOM attributes such as spellcheck, draggable, translate, etc. #​629 @​frenzzy
  • f16f7fc Improve keyed algorithm performance. Results in fewer "insertBefore" calls when a keyed item is removed but other items are in the same order. #​663 @​SkaterDad
  • 4638e39 Minor improvements to the documentaion. Because grammar matters.


This PR has been generated by Renovate Bot.