v3.4.3
Fixed
- When providing an empty base selector to an
Htmlstep (Html::each(''),Html::first(''),Html::last('')), it won't fail with an error, but instead log a warning, that it most likely doesn't make sense. - The
Step::keep()methods now also work when applied to child steps within a group step.