All notable changes to nova-inline-select
will be documented in this file
- Initial release
- Removed dependency for Nova 2.0
- StyleCI config fix
- Added Codacy badge
- Tests added for inline select field methods
- Security patches
- Updated readme
- Toaster displaying properly when field is updated. Thanks to @noahlocke #12.
- Toaster field name displaying properly when field is updated
options()
method now accepts callbacks. Thanks to @skoyah #16.- Inline Select can now be placed on lenses. Thanks to @skoyah for the suggestion #14.
- Travis CI strapped on for the wild ride
- Updated readme
- Another toaster field name fix. Thanks to @skoyah #19.
- Typo fix. Thanks to @benabbottnz #18.
- Travis CI killed somewhere in the wild
- Github Actions now doing the heavy lifting for tests. Thanks @luisdalmolin #19.
- Added pretty printing results for PHPUnit tests
- Upgraded and ready for Nova 4!
- Added
enableOneStepOn...()
methods to eventually replacedisableTwoStepOn...()
methods.