Releases: digitalutsc/facets_year_range
Releases · digitalutsc/facets_year_range
1.0.1
Changes
- Input validation has been replaced in Javascript
- Empty input will be prevented
- Improper date ranges are prevented
- Non-numerical inputs are prevented
- Added new class to the min, max input boxes for cleaner JS
- Changed min, max input type to 'textfield' to better prevent non-numerical inputs (Some reason setting input box to number type doesn't block non-numerical inputs)
- Widget will now return the url 'alias' for the facet in order for the JS to process
- Removed multiple hardcoded instances of 'publication_date' and instead uses the url 'alias'
- This fixes the issue of query being appended instead of overridden
1.0.0-beta3
update the composer !
1.0.0-beta2
Merge pull request #2 from digitalutsc/d10 d10 tests update
1.0.0-beta1
First Release