Skip to content

Releases: WebDevStudios/WDS-React-Post-Search

1.0.6

06 Aug 15:33
Compare
Choose a tag to compare
  • Completely refactor build tools and webpack setup.
  • Also removes vulnerabilities from old ancient NPM packages.

Development workflow now includes:

Dev server

npm run start

Build for production

npm run build

1.0.5

20 Dec 20:20
84b3470
Compare
Choose a tag to compare

Added support for IE11 by including isomorphic-fetch in package.json and in searchForm.js.

1.0.4

29 Nov 18:19
f250fd9
Compare
Choose a tag to compare

Adds react-debounce-input to input field to search only when the user has stopped typing.

1.0.3

27 Nov 16:59
e6f0e88
Compare
Choose a tag to compare
  • Adds wds_react_post_search_order and wds_react_post_search_orderby filters to modify order params in query

1.0.2

19 Nov 18:21
56effe8
Compare
Choose a tag to compare

Minor enhancements

  • Adds tax_query filter to modify query for taxonomy exclusion/inclusion.

Minor updates

16 Nov 15:50
72ff514
Compare
Choose a tag to compare

Adds updates for updated placeholder text and decoding HTML entities in post titles.