-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
This is one of the obvious improvements which is long awaited. We still have several dependencies on jquery:
- Query selectors, like:
:eq(,:visible,:contains(, and:last. We rely on those internally. This is supposed to be solved by introducing the Query Engines #567. Also we allow to pass jquery selectors as ascope, so migrating to thequerySelector(would be a breaking change.- Implement Query adapters - Query #580
- Replace jQuery query adapter by DOM query adapter
- DOM accessors. Seems we should just re-implement the utils:
- Surprisingly,
visitable(also depends on the$.param(- get rid of$.param(#619 -
findElementWithAssert(,findElement(return jquery collection. Let's deprecate, and drop these finders in favour offindOne(andfindMany(- deprecate - deprecate
findElementandfindElementWithAssert#620 - remove
- deprecate - deprecate
pomm0 and san650
Metadata
Metadata
Assignees
Labels
No labels