Releases: mrbobbybryant/omg-fields
Releases · mrbobbybryant/omg-fields
Release list
Improve search results
Add orderby relevance to Rest API query to improve search results.
Fix autosuggest bug
Autosuggest was causing a keyup event to fire when selecting an option from the datalist when the search was an exact match. Meaning only one result was returned.
Fix spinner path and rebuild assets
v1.0.4 Fix spinner path and rebuild assets
Add namespace support to autosuggest list
Updated the AutoSuggest List field to accept a namespace arg similar to what is already supported in the autosuggest item field. This lets us support endpoints outside of the wp/v2 namespace.
Improve the table list field
Add support for headings on table list.
Replace calls to site_url with home_url
v1.0.1 bump version
Convert library to be an actual WP plugin
v1.0.0 fix conflicts merging in master
Update the styles and markup for table list component.
Spent some time making this component more visually appealing in the admin.
Fix JS bug with table list component.
Table list component was not able to add more than one item to the list.
Fix conditional check
Change WordPress check from using die() to simply a return statement.