Skip to content

Releases: Cosmoverse/AwaitForm

v1.0.0

07 Apr 12:54

Choose a tag to compare

This is a breaking change, see the v0 -> v1 migration guide below.

Changes

  • Introduced header, divider, and label wirings in AwaitForm::menu() (#5) (e1f2485)
  • Introduced submit button text wiring in AwaitForm::form() (b4256b3)

Migration guide (v0 -> v1)

v1 replaces AwaitForm::menu buttons with menu elements. cosmicpe\awaitform\Button was dropped in favor of cosmicpe\awaitform\MenuElement.

  • Replace cosmicpe\awaitform\Button -> cosmicpe\awaitform\MenuElement
  • Replace Button::simple -> MenuElement::buttonSimple
  • Replace Button::withImagePath -> MenuElement::buttonWithImagePath
  • Replace Button::withImageUrl -> MenuElement::buttonWithImageUrl
  • Replace Button::IMAGE_TYPE_ -> MenuElement::BUTTON_IMAGE_TYPE_

v0.0.3

24 Jul 05:40

Choose a tag to compare

  • Add tooltip support in dropdown, slider, step-slider, toggle (#4) 59bb993
  • Support PHP8.2 onwards 8a08068

v0.0.2

07 Jul 16:42
de78a47

Choose a tag to compare

  • Added new form elements - FormElement::divider(), FormElement::header($label)

v0.0.1

22 Feb 09:42

Choose a tag to compare

Add composer.json