Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@kylehuynh205 kylehuynh205 released this 11 Sep 20:49
59f33cc

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