Skip to content

feat(button): add button form element #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2024
Merged

feat(button): add button form element #11

merged 1 commit into from
May 14, 2024

Conversation

Xenira
Copy link
Owner

@Xenira Xenira commented May 14, 2024

No description provided.

@Xenira Xenira merged commit f865b1f into master May 14, 2024
3 checks passed
@Xenira Xenira deleted the button-element branch May 14, 2024 19:29
This was referenced May 14, 2024
Xenira added a commit that referenced this pull request May 15, 2024
## 🤖 New release
* `bevy_ui_forms`: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
* `bevy_ui_forms_form_proc`: 0.1.0 -> 0.2.0

### ⚠️ `bevy_ui_forms` breaking changes

```
--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/enum_variant_added.ron

Failed in:
  variant FormEvent:Apply in /tmp/.tmpVy7pGS/bevy_ui_forms/crates/core/src/form.rs:58
  variant FormEvent:Custom in /tmp/.tmpVy7pGS/bevy_ui_forms/crates/core/src/form.rs:62
  variant FormEvent:Apply in /tmp/.tmpVy7pGS/bevy_ui_forms/crates/core/src/form.rs:58
  variant FormEvent:Custom in /tmp/.tmpVy7pGS/bevy_ui_forms/crates/core/src/form.rs:62
```

<details><summary><i><b>Changelog</b></i></summary><p>

## `bevy_ui_forms`
<blockquote>

##
[0.2.0](bevy_ui_forms-v0.1.0...bevy_ui_forms-v0.2.0)
- 2024-05-14

### Added
- *(button)* add button form element
([#11](#11))

### Other
- *(deps)* Bump arboard from 3.3.2 to 3.4.0
([#6](#6))
</blockquote>

## `bevy_ui_forms_form_proc`
<blockquote>

##
[0.2.0](bevy_ui_forms_form_proc-v0.1.0...bevy_ui_forms_form_proc-v0.2.0)
- 2024-05-14

### Added
- *(button)* add button form element
([#11](#11))

### Other
- *(deps)* Bump syn from 2.0.60 to 2.0.63
([#10](#10))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
@Xenira Xenira mentioned this pull request May 15, 2024
Xenira added a commit that referenced this pull request May 15, 2024
## 🤖 New release
* `bevy_ui_forms`: 0.2.0 -> 0.2.1
* `bevy_ui_forms_form_proc`: 0.2.0 -> 0.2.1

<details><summary><i><b>Changelog</b></i></summary><p>

## `bevy_ui_forms`
<blockquote>

##
[0.2.0](bevy_ui_forms-v0.1.0...bevy_ui_forms-v0.2.0)
- 2024-05-14

### Added
- *(button)* add button form element
([#11](#11))

### Other
- *(deps)* Bump arboard from 3.3.2 to 3.4.0
([#6](#6))
</blockquote>

## `bevy_ui_forms_form_proc`
<blockquote>

##
[0.2.1](bevy_ui_forms_form_proc-v0.2.0...bevy_ui_forms_form_proc-v0.2.1)
- 2024-05-15

### Fixed
- *(macro)* fix syntax error for optional fields
([#15](#15))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant