# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.1](https://github.com/Xenira/bevy_ui_forms/compare/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](https://github.com/Xenira/bevy_ui_forms/pull/15)) ## [0.2.0](https://github.com/Xenira/bevy_ui_forms/compare/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](https://github.com/Xenira/bevy_ui_forms/pull/11)) ### Other - *(deps)* Bump syn from 2.0.60 to 2.0.63 ([#10](https://github.com/Xenira/bevy_ui_forms/pull/10)) ## [0.1.0](https://github.com/Xenira/bevy_ui_forms/releases/tag/bevy_ui_forms_form_proc-v0.1.0) - 2024-04-24 ### Added - add basic forms ### Other - split form elements and added plugin bundle ([#5](https://github.com/Xenira/bevy_ui_forms/pull/5)) - *(clippy)* be more pedantic ([#4](https://github.com/Xenira/bevy_ui_forms/pull/4)) - *(release)* add release configuration ([#1](https://github.com/Xenira/bevy_ui_forms/pull/1)) - Merge branch 'focus'