Releases: WebDevStudios/WDS-React-Post-Search
Releases · WebDevStudios/WDS-React-Post-Search
1.0.6
- Completely refactor build tools and webpack setup.
- Also removes vulnerabilities from
old ancient NPM packages.
Development workflow now includes:
Dev server
Build for production
1.0.5
Added support for IE11 by including isomorphic-fetch in package.json and in searchForm.js.
1.0.4
Adds react-debounce-input
to input field to search only when the user has stopped typing.
1.0.3
- Adds
wds_react_post_search_order
and wds_react_post_search_orderby
filters to modify order params in query
1.0.2
Minor enhancements
- Adds
tax_query
filter to modify query for taxonomy exclusion/inclusion.
Minor updates
Adds updates for updated placeholder text and decoding HTML entities in post titles.