Releases: Cosmoverse/AwaitForm
Releases · Cosmoverse/AwaitForm
v1.0.0
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_