Skip to content

Releases: mrbobbybryant/omg-fields

Improve search results

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 21 Dec 04:06

Add orderby relevance to Rest API query to improve search results.

Fix autosuggest bug

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 25 Jul 12:34

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

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 25 Jul 00:57
v1.0.4

Fix spinner path and rebuild assets

Add namespace support to autosuggest list

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 16 Jul 12:06

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

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 03 Jul 17:24

Add support for headings on table list.

Replace calls to site_url with home_url

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 16 May 16:17
v1.0.1

bump version

Convert library to be an actual WP plugin

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 07 May 17:45
v1.0.0

fix conflicts merging in master

Update the styles and markup for table list component.

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 07 May 13:00

Spent some time making this component more visually appealing in the admin.

Fix JS bug with table list component.

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 07 May 00:32

Table list component was not able to add more than one item to the list.

Fix conditional check

Choose a tag to compare

@mrbobbybryant mrbobbybryant released this 01 May 23:16

Change WordPress check from using die() to simply a return statement.