Releases: RocketCommunicationsInc/astro
Releases · RocketCommunicationsInc/astro
7.7.0
7.7.0
Minor Changes
Breadcrumb
- Added new
rux-breadcrumb
component
Breadcrumb Item
- Added new
rux-breadcrumb-item
component
Container
- Added a container CSS shadow part
Progress
- Fixed a visual issue on lower percentages. This change alters the way border visuals are configured
- What: Changed internal progress part to use box-shadow instead of border for border effect.
- Migration: If you are using the progress css shadow part to override border color, you'll need to use box shadow to override border color instead
Patch Changes
Core
- Updated design [email protected]
- Added light theme value for
container.color.border
- Fixed incorrect value on
color-status-standby
. changed#64d9ff
to#2dccff
- Improve contrast in light theme values for
container-color-border
,log-color-border
- Added
timeline-header-color-background
andtimeline-cell-color-background
tokens
- Added light theme value for
7.6.0
7.6.0
Minor Changes
Accordion
- Added focus state styles
Button
- Added focus state styles
Checkbox
- Added focus state styles
Dialog
- Added focus state styles
General
- Added focus state styles for
a
tags.
Icon
- Added new Astro icons:
set-power
,hardware
,release
Input
- Added focus state styles
Menu Item
- Added focus state styles
Notification
- Added focus state styles
Pop Up
- Added keyboard controls for pop up trigger.
- Added focus state styles
Push Button
- Added focus state styles
Radio
- Added focus state styles
Radio Group
- Added keyboard controls for navigation
Segmented Button
- Added focus state styles
Select
- Added focus state styles
Slider
- Added focus state styles
Switch
- Added focus state styles
Tab
- Added focus state styles
- Added keyboard controls for navigation
Textarea
- Added focus state styles
Tooltip
- Added new Tooltip component
Tree Node
- Added focus state styles
Patch Changes
Clock
- Removed the fixed height on a hide-labels version of clock
Checkbox
- Added
position: relative
to label to contain input element
Monitoring Icon
- Fixed border being cut off by the Global Status Bar
Notification
- Added
cursor: pointer
to default close icon
7.5.0
7.5.0
Minor Changes
Clock
- Added
static
property to disable ticking
Patch Changes
Tabs
- Fixed issue where tabs were not displaying correctly when being dynamically added and removed
Textarea
- Added scrollbar styles
7.4.0
7.4.0
Minor Changes
GSB
- Added new CSS Shadow Parts:
app-meta
andcenter
.
Patch Changes
Core
- Updated design [email protected].
Monitoring Icon
- Removed
min-height
and increasedmin-width
to fix an issue when used in GSB.
Tag
- Fixed an issue with default slot and conditional rendering
Pop Up
- Moved
aria-hidden
to describe the pop up itself rather than the whole web component
Notification
- Updated border styles for light theme.
7.3.0
@astrouxds/astro-web-components
7.3.0
Minor Changes
Option
- The
title
attribute will now reflect to the Shadow DOM
Option Group
- The
title
attribute will now reflect to the Shadow DOM
Status
- The
status
property now defaults tonormal
.
Tabs
- Added
cursor: pointer
style.
Patch Changes
Monitoring Icon
- Fixed layout shift when using
display: grid
Monitoring Progress Icon
- Fixed layout shift when using
display: grid
Push Button
- Fixed issue with
cursor: pointer
Pop Up
- Fixed an issue where the
strategy
prop ofrux-pop-up
was not applying correctly.
Notification
- Fixed a bug where message prop was not showing if another slot was slotted in the component.
Dialog
- Fixed an issue where the
message
prop would not appear if being used with slots for header or footer.
Select
-
Fixed some styling issues on where the border color would still change on hover when disabled.
-
Added correct cursors.
Segmented Button
- Added a
cursor: pointer
when enabled.
7.2.0
7.2.0
Minor Changes
Pop Up
- Added new
disableAutoUpdate
prop to lock the pop up's position on scroll.
Input
- The
autocomplete
attribute has been removed due to a limitation with Shadow Dom encapsulation not allowing the attribute to be applied correctly.
Form Elements
- Added new slots for
help-text
anderror-text
.
Time Region
- Added the 'off' status as a status option.
Patch Changes
Menu Item
- Restored
href
,target
,rel
anddownload
attributes
Select
- Long options no longer fall over the drop down indicator
Time Region
- Fixed an issue where
serious
status was not correctly styling the border.
7.1.1
7.1.1
Patch Changes
Classification Marking
- An invalid
classification
now correctly displays "Unclassified".
Web Components
- Fixed an issue where
font-size
,line-height
, andtext-align
properties when set on parent elements would incorrectly override component styles.
7.1.0
7.1.0
Minor Changes
Pop Up
- Added a
close-on-select
property that will close the pop-up when a user selects something from the menu.
Patch Changes
Scrollbars
- Updated styles in Firefox
Tabs
- Fixed an issue where dynamically adding a tab would result in unexpected behavior.
v7.0.2
7.0.2
Patch Changes
Checkbox
- Fixed visual regression on disabled state
Pop Up
- Fixed an issue where Pop Ups would not overlay correctly.
Text Area
- Reverted a 7.0 change to the component's internals that prevented users from being able to control the height of the element or disable resizing.
7.0.1
7.0.1
Patch Changes
Monitoring Icon
- Removed the
title
attribute.
Monitoring Progress Icon
- Removed the
title
attribute.
Build
- Removed unnecessary type definitions in dist/types
Tokens
- Fixes an issue in the typography utility class calcs that was throwing errors in some build environments.