Skip to content

Releases: RocketCommunicationsInc/astro

Web Components v7.27.0

22 Sep 18:17
89a4117

Choose a tag to compare

  • Resolve Dependabot security updates and package conflicts across monorepo
  • Update Node.js requirement from 16 to 18 for modern dependency support
  • Fix Netlify deployment configuration and build pipeline

What's Changed

New Contributors

Full Changelog: v7.25.1...web-components-v7.27.0

React v7.27.0

22 Sep 18:18
89a4117

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.25.1...react-v7.27.0

Angular v8.0.0

22 Sep 18:20
89a4117

Choose a tag to compare

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

7.26.1

28 Jul 15:57

Choose a tag to compare

7.26.1

Patch Changes

Container

  • Remove console log

7.26.0

19 Jun 18:23

Choose a tag to compare

7.26.0

Minor Changes

Global Status Bar

  • Added a new compact prop to allow for a more condensed layout

Tabs

  • Added a new compact prop to allow for a more condensed tab layout

7.25.2

21 May 17:27

Choose a tag to compare

7.25.2

Patch Changes

Segmented Button

  • Added shadow parts to ul and li elements of segmented button to allow for better styling of the component

7.25.1

04 Mar 16:08
0596943

Choose a tag to compare

Patch Changes

  • fix(timeline): correcting background color of rux-ruler to a token. by @FMorrison87 in #1368

7.25.0

24 Feb 19:05
17e3cb4

Choose a tag to compare

Minor Release

Minor Changes

  • Added several new props to rux-timeline. show-secondary-ruler, ruler-position, show-grid, and hide-j-day.

Patch Changes

  • Updated dependencies
    • @astrouxds/tokens@1.14.0

7.24.1

13 Nov 20:29

Choose a tag to compare

7.24.1

Patch Changes

Accordion

  • CSS fix for accordion-item for Chrome version 131.0.6778.70.

7.24.0

21 Oct 16:00

Choose a tag to compare

7.24.0

Minor Changes

Input

  • Added minlength and maxlength props