all notable changes to this project will be documented in this file
the format is based on Keep a Changelog and Common Changelog, and this project vaguely adheres to Semantic Versioning
- upgrade to bevy 0.18
- upgrade to haalka 0.6, still using deprecated futures-signals backend
- upgrade to bevy 0.17
- upgrade to haalka 0.6, still using deprecated futures-signals backend
- upgrade to bevy 0.16
- upgrade to haalka 0.5
- text inputs use bevy_ui_text_input instead of bevy_cosmic_edit
- justfile + CI migrated to centralized kaaj package
- aalo no longer piggybacks off an available camera and just uses its own all the time
- haalka's debug ui available in deployed examples, press F1 to activate the debug overlay
- aalo header text no longer flashes in the middle of the screen at startup
- resizing the window no longer breaks the aalo header text position
- search and targeting windows no longer leak pointer events to elements underneath
- inspector root inherits
RenderLayersof itsTargetCamera
- breaking: renamed
Inspector::unnest_childrento.flatten_descendants - searching ignores case
- inspector
Visibilityinherited by all descendants
- visibility toggle in world example
- nested entity fields (e.g. of
Children) get populated with name - toggling inspector visibility propagates to aalo text
- setting search inspector target root snaps to root header
- deeply nested headers don't disappear behind inspector
- numeric fields clickable on web
- newly added objects respect active search
- increase default scroll pixels from 15 to 20
- clicking/downing resize borders selects inspector
- flipping between inspection target roots does not leave root headers in wacky places
- flipping between inspection target roots does not result in partially scrolled root
- inspection targets are correctly retargeted when flipping through roots
- initial release