# 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.0](https://github.com/Xenira/bevy_ui_forms/compare/bevy_ui_forms-v0.1.0...bevy_ui_forms-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 arboard from 3.3.2 to 3.4.0 ([#6](https://github.com/Xenira/bevy_ui_forms/pull/6)) ## [0.1.0](https://github.com/Xenira/bevy_ui_forms/releases/tag/bevy_ui_forms-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'