Santiago Ferreira
Santiago Ferreira
Thanks for the feedback, it's really useful to help us improving the addon.
I would guess that sometimes you get generated or random text e.g. an auto-generated id or current date so you want to match part of the label instead of the...
@benshine that's correct, `contains` generates a function you can use to test elements for content. We need to improve the documentations a lot here to make it easy to understand...
Also note that predicates always return `true` / `false` values as opposed to queries which return values from the DOM element (text content, attribute values, etc.).
@backspace this is definitely a violation of semantic versioning! We'll address the issue. I know there's people expecting this new behavior, what we can do is have a config flag...
@leizhao4 this would be great! I think it could be an objective for the 2.0 I think right now the main dependency with jQuery are the custom jQuery selectors (`:contains`,...
We could start reworking the internals to replace jQuery on places where it makes sense first. Like using native events for `triggerable` and `querySelector` and `querySelectorAll`.
YES! let's do it
@lsthornt have you tried doing something like this? ```html Object 1 Object 2 ``` ```js // I'm using the new API for collections here but it should work the same...
@artemgurzhii I think its a great! I would love to see this feature in master. Can you rebase and fix the tests? CI is failing