Releases: Astra-Labs/Aureus
Releases · Astra-Labs/Aureus
0.0.11
0.0.11
- Adding UniversalGestureDetectorElement to enable focusing on keyboard and for assistive tech
- Adding animation to StandardAccordionCardElement for Verena
- Reworking elements that have access to MediaQuery to use it, so that only elements that have no media query access use the Sizing class.
0.0.12
0.0.12
- Adding the option to manually add the exit bar to a screen outside of the Safety functionality.
- Fixed inverted coloration issue on one of the backings.
0.0.10
0.0.10
- Adding InteractiveSemanticsWrapper for better a11y experience
- Updated Flutter to 3.10
What's Changed
- V.0.0.10 by @codingiswhyicry in #88
Full Changelog: 0.0.9...0.0.10
0.0.9
- Fixing RouteObserver navigation bug that stops
users from navigating forward after going back. - Adding basic test structure for testing to be implemented.
- Removed RouteObserver from foundation file, we were able to fix a bug without RouteAware! :-)
0.0.8
Updating Perichron package that had a bug in it.
0.0.6
- Reworked the ToolTemplateCards returnTemplateSummary to better handle when users don't give an answer.
- Allows developers to make AlertControllers mandatory without an exit to force users to answer. (For Verena's incognito mode)
- Reworked the way Tool Cards are handled to remove the automated 'flow'. It was just causing a lot of problems and was super inflexible compared to what was needed.
- Fixed a bug that let the ToolTemplateMaster monitor multiple CoreTools at a time, making weird bugs happen and such.
- Dropped SafetyPlanOptions.deviceSandbox since it was a pain to implement technically.
- Fixed bugs within SketchToolTemplateCard
- Added StandardAccordionCardElement
- Fixed bug with color changing after being pressed with Aureus buttons
0.0.5
0.0.5
- Added 'Change Account Item' view
- Added a 'Picker Selection' Data card element.
- More QA bugs and fixes
- Reworked DataConsent class to be more code "pretty"
- Minor UI nitpicks over DataDetailCards
- Added DataDetailCTA class and implemented it in DataDetailView.
v0.0.4-beta
0.0.4
- Added Consent Handlers to internal components to fix a crashing bug
- Adding number pad component
- Created NotificationOverlayView to manage notificationMaster.
- Fixed Sound Library noises not working.