v7.0.0 #454
Alex2772
announced in
Announcements
v7.0.0
#454
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎁 April Fools Release notes (
v7.0.0
)April 1 2020 is AUI's birthday and today we have finished the largest ever AUI update, effectively closing 2025Q1.
Breaking changes to ADataBinding
ADataBinding
: replaced with new property system. Please consult with PR notes for migration guide.AUI_DECLARATIVE_FOR
AUI_DECLARATIVE_FOR
was an undocumented feature of AUI for displaying rich lists based onIListModel
. In this release,IListModel
implementation was dropped in favor of ranges implementation. Please consult with PR notes for a migration guide.Documentation
We've reconsidered and redesigned AUI's documentation entirely. This includes stylistic changes, structural changes and scripts that were used to generate documentation:
#
anchor link to each headerExamples
AUI now features a dedicated documentation page with 17 new example projects. Check it out!
Precompiled binaries
This the first release that features precompiled binaries compatible with AUI.Boot! Check it's documentation for more info.
New module: aui::updater
aui::updater is a new module landed in this release. It implements auto updating feature on platforms that don't provide this functionality on their own (i.e., Windows).
App Project Template
App Project Template is a GitHub-hosted app project with CI/CD building, testing, releasing, auto updating, code quality checking and more. It is designed for both newcomers and experienced users to start a new AUI project.
Other changes
Full Changelog: v6.2.1...v7.0.0
This discussion was created from the release v7.0.0.
Beta Was this translation helpful? Give feedback.
All reactions