Skip to content

Release 3.1.1

Latest
Compare
Choose a tag to compare
@thet thet released this 21 Sep 11:20

3.1.1 (2022-09-21)

Bug Fixes

  • Fix brown-bag release (3.0.0). (d7f63e5)

Maintenance

  • Add mode debugging statements. (73fad3e)

  • JS submit event after upload. (53d5af0)After a successful upload, use JS submit event instead of the submit method.
    The submit method does not invoke a submit event and also does not validate the form.