Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Walpole 7eb7e1deec Implement enabled_options and disabled_options filters for select selector
Document new filters
2019-12-30 12:55:18 -08:00
Thomas Walpole a76a35fbc8 Fix Ruby 2.7 deprecation warnings 2019-12-29 14:37:23 -08:00
Thomas Walpole 230709be11 Fix issue #2287 2019-12-22 08:43:39 -08:00
Tietew 50a4f192b4 Fixed typo 2019-12-16 17:11:57 +09:00
Thomas Walpole d7ddb66a0f
Support Regexp for :name and :placeholder in selectors that import fi… (#2283)
* Support Regexp for :name and :placeholder in selectors that import filters from :_field filter set
2019-12-08 09:21:10 -05:00
Thomas Walpole 1410793107 Fix low hanging fruit for Ruby 2.7 keyword warnings 2019-11-29 09:47:28 -08:00
Thomas Walpole ef304ac417 "Fix" Issue #2261 2019-10-20 20:08:49 -07:00
Thomas Walpole 78688b15f0 Handle element id being returned as empty string when non-existent in label selector 2019-10-19 11:49:12 -07:00
Thomas Walpole ef75198b19 Fix for Rubocop Style/IfUnlessModifier changes 2019-10-15 18:02:35 -07:00
Thomas Walpole 5b0c2d6f3c Add :valid node filter to :field and :fillable_field selectors 2019-07-31 13:00:53 -07:00
Thomas Walpole 03052637e5 Support passing an Integer to the :option selector type 2019-07-09 11:42:10 -07:00
Thomas Walpole 4674c96eb5 Add :with alias for :option filter on checkbox and radiobutton selectors 2019-05-29 11:25:54 -07:00
Thomas Walpole 1c89d44cfb Deprecate passing a symbol as a CSS selector 2019-05-20 09:39:50 -07:00
Thomas Walpole f0a699e8d0 Allow `href: false` option to :link selector to ignore href 2019-05-14 16:14:55 -07:00
Thomas Walpole 792103c788 Support Regexp for :for option of :label selector 2019-05-12 15:09:59 -07:00
Thomas Walpole 6558e29fc7 Move selector definitions to their own files 2019-04-23 13:34:11 -07:00