๐ What's Changed
- The plugin now has its own classes to avoid polluting the global space.
- The element selector
$el(selector, context)
has been changed to $fs(selector, context)
.
- To access the validator and the utility methods, the element selector must be used to instantiate the plugin.
- Made configuration easier and seamless.
- Changed the names of the config sub-options
๐ New Features
- Added new Configuration options under the
config
sub-option:
showIcons
useDefaultStyling
initWrapper
๐ Fixes
- Fixed bugs in Validation Process.
- Optimized validation processes for better performance.
Get started with the docs