Skip to content

Angular v8.0.0

Latest

Choose a tag to compare

@brothhammer brothhammer released this 22 Sep 18:20
· 8 commits to main since this release
89a4117

Upgrade dependencies and fix Angular 20 compatibility

BREAKING CHANGE for Angular users:

  • AstroComponentsModule no longer exports individual components due to Angular 20 standalone component restrictions
  • Migration: Import components individually instead of using the module: import { RuxButton, RuxIcon } from '@astrouxds/angular'

What's Changed

New Contributors

Full Changelog: v7.25.1...angular-v8.0.0