Skip to content

Releases: digitalutsc/facets_year_range

1.0.1

11 Sep 20:49
59f33cc
Compare
Choose a tag to compare

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

16 Nov 17:43
d6ac75e
Compare
Choose a tag to compare

update the composer !

1.0.0-beta2

30 Oct 15:38
e1e4519
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
Merge pull request #2 from digitalutsc/d10

d10 tests update

1.0.0-beta1

08 Jun 12:16
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

First Release