# Changelog ## [0.1.7] - 2024-08-13 ### 🚀 Features - TrackingScope now reacts to component removals. - Add ability to specify either a `Handle` or an `AssetPath` for `StyleBuilder` methods. - Add `Icon::from_handle` to allow passing handle instead of path. - Replace all `String` typed `Icon`s with `HandleOrOwnedPath`. - Switch statement. - New crate: bevy_quill_overlays. - Overlay now supports line primitives via LineMaterial. - TriggerReaction command - Added chevron_down icon. - Display focus indicator for list rows. ### 🐛 Bug Fixes - Switch was missing a fallback raze in some cases. - Fix computation of AABBs for overlays. - Supress vortex warnings. - Fix bug in firefox wasm build - Fixed the `controls` example for wasm32 - Fixes checkbox disappearing on focus - Button min_height is also used for min_width. - Button min_width needs to be integer. - Make Xl buttons a bit bigger. - Added warning when Focus points to non-existent entity. - Added version for vortex dependency. ### 🚜 Refactor - Removed dependency on impl_trait_for_tuples for styles. ### ⚙️ Miscellaneous Tasks - Add changelog, git-cliff configuration. - Release - Release - Release ## [0.1.3] - 2024-07-25 ### 🚀 Features - Rectangle drag select. - Vortex: Reading of input terminal values. - Vortex: Hooked up bricks node. - Added ListRow widget. ### 🐛 Bug Fixes - Removed unnecessary dependency that was causing publish to fail. - Remove some additional deps that are no longer needed. - Renamed SimplexNoise to Noise (more accurate). - Fix some more names. - Dialogs now restore focus upon exit. ### 🚜 Refactor - Get rid of NodeSpan. ### ⚙️ Miscellaneous Tasks - Release