Event Sourcing and CQRS library Incident version 0.6.0 released ThinkingElixir 025: Improving developer experience with Marlus Saraiva

Wallaby v0.28.0 released!

https://github.com/elixir-wallaby/wallaby

v0.28.0 (2020-12-8)

Breaking

  • Browser.assert_text/2 and Browser.assert_text/3 now return the parent instead of true when the text was found.

Fixes

  • File uploads when using local and remote selenium servers.

Improvements

  • Added support for touch events

    • Wallaby.Browser.touch_down/3
    • Wallaby.Browser.touch_down/4
    • Wallaby.Browser.touch_up/1
    • Wallaby.Browser.tap/2
    • Wallaby.Browser.touch_move/3
    • Wallaby.Browser.touch_scroll/4
    • Wallaby.Element.touch_down/3
    • Wallaby.Element.touch_scroll/3
  • Added support for getting Element size and location

    • Wallaby.Element.size/1
    • Wallaby.Element.location/1