Skip to content

Releases: Astra-Labs/Aureus

0.0.11

03 Aug 19:15
9f1fa0c
Compare
Choose a tag to compare

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

03 Aug 19:16
Compare
Choose a tag to compare

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

26 Jun 01:55
b28b0f7
Compare
Choose a tag to compare

0.0.10

  • Adding InteractiveSemanticsWrapper for better a11y experience
  • Updated Flutter to 3.10

What's Changed

0.0.9

14 Jun 21:57
589585f
Compare
Choose a tag to compare
  • 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

28 Apr 06:35
778587f
Compare
Choose a tag to compare

Updating Perichron package that had a bug in it.

0.0.6

19 Mar 06:45
778587f
Compare
Choose a tag to compare
  • 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

10 Mar 20:38
70318f7
Compare
Choose a tag to compare

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

03 Mar 04:02
881865f
Compare
Choose a tag to compare
v0.0.4-beta Pre-release
Pre-release

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.