Skip to content

Releases: RocketCommunicationsInc/astro

v6.12.1

18 Aug 16:07
Compare
Choose a tag to compare

6.12.1

Patch Changes

Timeline

  • Fixed an issue where time regions were not updating when their ranges were edited

v6.12.0

04 Aug 15:59
Compare
Choose a tag to compare

6.12.0

Minor Changes

Slider

  • Added ruxchange event

v6.11.0

21 Jul 16:05
Compare
Choose a tag to compare

6.11.0

Minor Changes

Tree

  • Added two new events to rux-tree-node: ruxtreenodeexpanded and ruxtreenodecollapsed.

6.10.0

07 Jul 15:54
Compare
Choose a tag to compare

6.10.0

Minor Changes

Modal

  • Modal is now deprecated and will be removed in 7.0. It is being renamed to Dialog to align with our Design System naming and which shares the exact same API as Modal. It is recommended that you migrate to Dialog before 7.0. You can do a global find/replace on your project for:

    rux-modal -> rux-dialog
    ruxmodalclosed -> ruxdialogclosed
    ruxmodalopened -> ruxdialogopened

Patch Changes

GSB

  • Fixed layout bug when used with classification marking

Modal / Dialog

  • Fixed an issue with modal emitting an extra 'ruxmodalclosed' event when closed by an off click.

Tabs

  • Fixed a styling bug with small variant

v7.0.0-beta.3

06 Jul 17:11
Compare
Choose a tag to compare
v7.0.0-beta.3 Pre-release
Pre-release
  • a7296b6: Our /dist/custom-elements build has been removed in favor of a faster treeshakeable /dist/components build. We anticipate very few people are using this build. To check if your project is affected, you can do a global find for 'astro-web-components/dist/custom-elements' in your project. If you are using this build, switch to 'astro-web-components/dist/loader' instead.

  • 27b7289: Modal has been removed. It has been renamed to Dialog to align with our Design System naming and shares the exact same API as Modal.

    Migration: You can do a global find/replace on your project for:

    rux-modal -> rux-dialog
    ruxmodalclosed -> ruxdialogclosed
    ruxmodalopened -> ruxdialogopened

7.0.0-beta.2

24 Jun 18:43
Compare
Choose a tag to compare
7.0.0-beta.2 Pre-release
Pre-release

7.0.0-beta.2

Major Changes

CSS Custom Properties

The majority of our CSS Custom Properties have been removed. See the MIGRATION.md file for more information.

Angular

The angular wrapper has been updated and will no longer be compatible with Angular versions less than 12.

Pop Up Menu

Pop Up Menu has been re-written to take a slotted trigger element and slotted content. Now changes placement based on available space. Replaces all methods with two new methods, show and hide.

Clock

  • The following styles have been removed from the :host element:

    margin: 0 1rem

    You may need to apply this to your element directly:

      rux-clock {
        margin: 0 1rem;
      }
    

    user-select: none

    If you wish to override this, use the new container CSS Shadow Part.

    height: 3.938rem

    If you wish to override this, use the new container CSS Shadow Part.

    display: flex

    The default display has been changed to inline-block. This can be overwritten by targeting the rux-clock host element.

Notification

  • Host styles have been moved to the shadow dom. If you were previously styling the element, use shadow parts instead

Minor Changes

Notification

  • add --height css custom property
  • add prefix, default, and actions slots

Clock

  • add container CSS Shadow Part

Patch Changes

6.9.1

13 Jun 14:12
Compare
Choose a tag to compare

6.9.1

Patch Changes

  • Updates Angular dependencies and documentation

6.9.0

09 Jun 15:56
Compare
Choose a tag to compare

6.9.0

Minor Changes

  • !!! Deprecates CSS Custom Properties. See MIGRATION.md for more information !!!

Input

  • Added support for time type

Patch Changes

Modal

  • Fixed issue with emitting a detail value when using default confirm/deny buttons.

Pop Up Menu

  • Pop-up-menu will now position correctly if the anchor element is beyond a horizontal scrollbar.

6.8.0

26 May 15:52
Compare
Choose a tag to compare

6.8.0

Minor Changes

Modal

  • Added in slots for message, title and footer to allow for more customization.

Clock

  • Added a 'date-in' prop that allows the clock to be set to increment from a specific date.

Patch Changes

Switch

  • Fixed issue where label was breaking out of the container

Select

  • Updated styles for better use on Windows OS and Firefox browsers

6.7.0

12 May 15:51
Compare
Choose a tag to compare

6.7.0

Minor Changes

Tree Node

  • added nowrap/overflow hidden to prevent overflow with long names

Modal

  • Added a new dialog shadow part attached to the native dialog element.

Patch Changes

Tabs

  • fixed issue where styles were not properly shadow dom encapsulated

Modal

  • Removed the fix height on the dialog element that was preventing a long modal message.

Tree

  • fixed regression where border styles were not being applied

Push Button

  • fixed the hover styling