Releases: StarArawn/kayak_ui
Releases · StarArawn/kayak_ui
v0.5.0
What's Changed
- Added the focus tree as a resource for UI systems. by @StarArawn in #252
- Use dashmap more by @StarArawn in #253
- Do not add bevy_ui feature to bevy by @NiseVoid in #254
- Fixed key entities by properly using the dashmap. by @StarArawn in #260
- Fix tree::should_remove_root failing by @YoshieraHuang in #262
- Use dashmap in widget_state by @YoshieraHuang in #263
- Upgrade to bevy 0.11 by @NiseVoid in #274
- Bevy 12 by @StarArawn in #280
- Bumped version. by @StarArawn in #281
New Contributors
- @NiseVoid made their first contribution in #254
- @YoshieraHuang made their first contribution in #262
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Fixes:
- Tree issues when removing widgets.
- Removed
&'static str
requirement for widget keys in favor of&str
. - Fixed bug where cloning
OnEvent
system components caused crashes. - Fixed conditional widget issues with bad removals.
- Fixed root context not working
- Fixed opacity layer issue
- Fixed SVG example not working correctly.
- Fixed A vs B widget not being swapped properly in the tree.
v0.4.0
What's Changed
- Fixed version in readme. by @StarArawn in #224
- Fixed regression with Alignment not being exported. by @StarArawn in #225
- Added SVG rendering. by @StarArawn in #226
- Fixed sprite bug. by @StarArawn in #227
- Added transitions/animations for widgets. by @StarArawn in #228
- update book chapter 3 button render system to return bool by @NoahShomette in #213
- Help the entity hierarchy to be a bit cleaner for
PreviousWidget
. by @StarArawn in #230 - Added an accordion and fixed some bugs. by @StarArawn in #229
- Opacity layers by @StarArawn in #232
- KButtonBundle's "styles" prop now accepts font_size by @querat in #231
- Fixed warning. by @StarArawn in #233
- Resource instead of in by @StarArawn in #234
- Various fixes to how we handle font rendering. by @StarArawn in #235
- Added box shadows! by @StarArawn in #236
- Custom rendering by @StarArawn in #237
- Fixed bug by @StarArawn in #238
- Fixed issue with clipping by @StarArawn in #239
- Correctly cull custom materials with zero sized clips. by @StarArawn in #240
- Fixed formatting. by @StarArawn in #241
- Fix indexing vertices by @StarArawn in #242
- Clippy is here.. by @StarArawn in #243
- Fixed an a vs b problem where descendants were not being removed. by @StarArawn in #244
- Fixed text color extraction. by @StarArawn in #245
- Shader with opacity by @StarArawn in #246
New Contributors
- @NoahShomette made their first contribution in #213
- @querat made their first contribution in #231
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add missing license fields to cargo manifests by @johanhelsing in #201
- docs: Fix typos in chapter 2 by @johanhelsing in #198
- Don't depend on bevy default features by @johanhelsing in #207
- Update chapter_1.md by @atornity in #208
- book: Fix typos in the book chapter numbers by @spider-killer556 in #203
- docs: Fix build errors in example chapter 3 by @johanhelsing in #199
- docs: Fix build error and panic in book chapter 1 by @johanhelsing in #197
- Add
instant
dependency for time in wasm build by @AdamWhitehurst in #210 - Merge new release by @StarArawn in #220
- Working on fixes to how context is managed. by @StarArawn in #196
- Skip checking siblings if starting node has no children, fixes an inf loop bug by @RaminKav in #219
- Major fixes to multiple things. by @StarArawn in #221
- Batched rendering.. by @StarArawn in #222
- Release prep by @StarArawn in #223
New Contributors
- @johanhelsing made their first contribution in #201
- @atornity made their first contribution in #208
- @spider-killer556 made their first contribution in #203
- @AdamWhitehurst made their first contribution in #210
- @RaminKav made their first contribution in #219
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Multi context by @StarArawn in #164
- Fixed scrolling. by @StarArawn in #167
- Fix app not updating if camera width/height changes by @lecoqjacob in #168
- Remove old UICamera spawn by @maccesch in #173
- Update book to reflect crates.io release by @Piturnah in #171
- Update link to font chapter by @ThousandthStar in #175
- Native msdf by @StarArawn in #176
- Fixed issue where wasm fails to build. by @StarArawn in #177
- Export the cursor types. by @StarArawn in #178
- Added computed styles. Breaking change! by @StarArawn in #179
- subpixel text rendering by @ickk in #180
- Added settings to turn on/off subpixel rendering. by @StarArawn in #181
- Marginally improved the main menu example. by @StarArawn in #182
- fix sdf AA for sub-pixel text rendering by @ickk in #183
- Fixed texture atlas messed up from DPI. by @StarArawn in #185
- Implemented grid layout style props by @maccesch in #174
- make rsx macro return the root entity by @Kjolnyr in #188
- Fixed font rendering when using some font sizes. by @StarArawn in #191
- Updated readme/cargo to v0.2. by @StarArawn in #193
- More release prep stuff. by @StarArawn in #194
New Contributors
- @lecoqjacob made their first contribution in #168
- @Piturnah made their first contribution in #171
- @ThousandthStar made their first contribution in #175
- @Kjolnyr made their first contribution in #188
Full Changelog: v0.1.0...v0.2.0