Releases: RocketCommunicationsInc/astro
Releases · RocketCommunicationsInc/astro
7.17.1
7.17.1
Patch Changes
Classification Marking
- Added some default left/right padding
General
- Upgrade design token package to 1.12.0
Tabs
- Fixed tabbing issue when tab1 is selected by default
7.17.0
7.17.0
Minor Changes
Dialog
- Added new
toggle
,show
andhide
public methods
Input
- Added a new
getInput
public method
Patch Changes
Tabs
- Enhanced keyboard functionality with or without tab panels
Push Button
- The label prop no longer defaults to 'Push Button'
7.16.0
7.16.0
Minor Changes
General
- Bumps design tokens to version 1.11 https://github.com/RocketCommunicationsInc/astro-design-tokens/releases/tag/v1.11.0
Select
- Dropdown arrow now correctly changes color from light theme to dark theme
Textarea
- Add readonly attribute
Patch Changes
Global Status Bar
- Slots on the right and left side of Global Status Bar now correctly display focus states
Log
- Log's filtering is no longer case sensitive
Select
- Change height to match rux-input height for better alignment
Status
- Update status image sizes
Tabs
- Fixed an issue where the
ruxtabselected
event would sometimes not fire correctly
Timeline
- Removed an extraneious div on timeline that was preventing attribute inheritance
7.15.2
7.15.2
Patch Changes
Select
- Dropdown arrow now correctly changes color from light theme to dark theme
7.15.1
7.15.1
Patch Changes
Tooltip
- Fixed an issue where content wrapped by rux-tooltip would not inherit width. In order to prevent tooltip from wrapping to the next line if so desired, use the placement prop
Tree Node
- Fixed an issue in tree node where click handlers on slotted content were not propogating correctly
7.15.0
7.15.0
Minor Changes
Select
- Added new
inline
variant attribute
Slider
- Added dual range functionality to slider
Patch Changes
Global Status Bar
- Fixed scrollbar styles when overflow is present
v7.14.0
7.14.0
Minor Changes
Monitoring Icon
- Added size prop to change icon size
Toast
- Created new
rux-toast
component
Toast Stack
- Created new
rux-toast-stack
component
Patch Changes
Tooltip
- Fixed an issue where the placement prop wouldn't update correctly
7.13.0
7.13.0
Minor Changes
Accordion Item
- Added
content
CSS Shadow Part
Patch Changes
Textarea
- Fixes
rows
prop not working correctly
v7.12.0
7.12.0
Minor Changes
Button Group
- Button Group is now deprecated. Instead, create your own group using
display: flex
and our--spacing-2
design token.
Log
- Adjusted the height of log's rows to be 32px
Tree Node
- Adjusted the height of the node to be 32px
Patch Changes
Dialog
- Removed rux-button-group internally. You may remove importing RuxButtonGroup
Log
- Search input now updates when filter is updated programmatically
v7.11.0
7.11.0
Minor Changes
Core
- Added fallback values for CSS Custom Properties. Importing astro-web-components.css is now optional if you don't need light theme or global styles
Patch Changes
Input
- Password show/hide button is no longer visible when type does not equal password
Progress
- Fixed an issue where max would change to equal value if value increased passed max
Segmented Button
- Fixed an issue with programmatically selecting segments