Skip to content

Releases: alauda/ui

v10.0.0

08 May 06:04
80f8418

Choose a tag to compare

Major Changes

  • #590 b540ffd Thanks @yangxiaolang! - feat: upgrade Angular toolchain and Sass theme exports

    BREAKING CHANGE: The main branch now targets the Angular 20+ toolchain and updates Sass theme exports and build outputs. Applications that still depend on the v9 Sass import paths, theme structure, or Angular 19-compatible build setup should stay on the release/v9 maintenance branch until they complete the migration.

v9.1.3

08 May 08:28
c294cfa

Choose a tag to compare

Patch Changes

  • #601 c35e222 Thanks @yangxiaolang! - fix: configure v9 release workflow

    Fix the release/v9 release workflow so v9 stable releases publish with the v9 tag and v9 pull request prereleases publish with the v9-beta tag.

v9.1.2

08 May 02:22
a3d18ce

Choose a tag to compare

Patch Changes

v9.1.1

12 Nov 07:34

Choose a tag to compare

Patch Changes

v9.1.0

14 Jul 08:36
3c9aa47

Choose a tag to compare

Minor Changes

v9.0.0

07 Mar 10:14
45cac94

Choose a tag to compare

Major Changes

Patch Changes

v8.0.0

02 Sep 10:03
723c052

Choose a tag to compare

Major Changes

Patch Changes

v7.4.1

13 Jun 09:48
fd231c3

Choose a tag to compare

Patch Changes

v7.4.0

14 Mar 02:33
3de2517

Choose a tag to compare

Minor Changes

Patch Changes

v7.3.2

19 Dec 05:05
dd89a34

Choose a tag to compare

Patch Changes

  • #535 18ab9e9 Thanks @igauch! - - fix(drawer): no default config when using component mode
    • feat(drawer): template context support contentParams as $implicit