Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

50 lines (31 loc) · 1.81 KB

Changelog

All notable changes to nova-inline-select will be documented in this file

1.0.0 - 2019-04-05

  • Initial release

1.0.2 - 2019-04-25

  • Removed dependency for Nova 2.0

1.0.3 - 2019-08-16

  • StyleCI config fix
  • Added Codacy badge
  • Tests added for inline select field methods

1.0.4 - 2019-08-23

  • Security patches
  • Updated readme

1.0.5 - 2019-09-04

  • Toaster displaying properly when field is updated. Thanks to @noahlocke #12.

1.0.6 - 2019-09-06

  • 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

1.0.7 - 2019-11-15

  • 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

2.0.0 - 2022-4-22

  • Upgraded and ready for Nova 4!

2.0.1 - 2022-5-23

  • Added enableOneStepOn...() methods to eventually replace disableTwoStepOn...() methods.