# Changelog
# 2.16.0
# Add
# 2.15.0
# Add
formData
property for easy form results (opens new window)
# Fix
- Remove duplicate icon from form (opens new window) error message
# 2.14.0
# Add
- Fallback
src
for image component - Alert Icons
# Fix
- Adjusted form field button button layout
- Adjusted loading icon layout
# 2.13.x
# Add
- Created new skip-to-content utility class
- Create new scroll-to-top component
- Create new table utility classes for sticky headers and columns
- Add autcomplete
auto-expand
functionality
# Fix
- Menu Bar component home link for icon and tagline
- Menu Bar link color for dropdown button element on inverted menus
- Menu Bar mobile drop-down display
- Removed redundancy in Autocomplete IDs
# 2.12.0
# Add
- Add markup support for accordion headings
- Add markup support for tab text
- Add keyboard navigation support for the carousel component
- Add
link-text
property for the gallery component - Add listener to watch for slot changes in gallery component
# Fix
- Tag references in the
README.md
file
# 2.11.0
# Add
- Add slot change listeners for the breadcumbs, carousel, and tabs components.
# 2.10.0
# Fix
- Update dropdown component to prevent multiple window listeners
- Move focus element in tooltip to wrapper
span
rather than on element - Remove unnecessary
roles
from card components
# Add
- Update accordion to be improve semantics and accessibility and removed inaccurate
role
attributes - Add label for form field tooltip icon
- Add props to control loading overlay in the button component
# 2.9.0
# Fix
- Responsive modals
# 2.8.2
# Fix
- Update overlay component accessibility to use
aria-modal
attribute - Remove
rotate
property from icon component to allow icon animations
# 2.8.1
# Fix
- Update
find
andfindAll
DOM Utilities toquery
andqueryAll
to prevent confusion with thefind
array function.
# 2.8.0
# Add
# 2.7.0
# Add
# Fix
- Accessibility for autocomplete
# 2.6.6
# Fix
- Card component display for IE 11
# 2.6.5
# Fix
- Spin-Box support for IE 11
# 2.6.4
# Fix
- Card component layout for IE 11
# Update
- Autocomplete UX improvements
# 2.6.3
# Fix
- Animated Icon spacing
# 2.6.2
# Fix
- Icon spacing
# 2.6.1
# Fix
- Fix form submission timing.
# 2.6.0
# Fix
- Data not available on
submitted
event in form component unless usingtimeOut
- Image display in card component for IE 11
- Tab display in tabs component for IE 11
- Positioning for modal component for IE 11
- Spin-Box support for IE 11
# Add
- Improved styling for range component
- Adjust input icon and button display in form field component
- Rotate animation fallback in loading component for IE 11
# 2.5.4
# Fix
top
andbottom
responsive margin utility classes were set to negative
# Add
- Improve disabled styles for switches and checkboxes.
# 2.5.3
# Fix
- Adjust the checkbox indeterminate styling
# 2.5.2
# Fix
- Add missing attribute bindings for file upload
# 2.5.1
# Fix
- Update borders to use default values
# New
- Add disabled and indeterminate states for checkboxes, checklists, and radio lists
# 2.5.0
# Fix
- Remove unused utility functions
# New
- Add props for file upload
# 2.4
# Fix
- form field icon positioning when error messages and help text are visible
- prevent click events from executing on disabled buttons
- inline button styles
- text cropping on
select
input
# New
- Add update spin-box input changes to trigger the
changed
event. - Add
auto-expand
feature for autocomplete component - Add show/hide methods to drop-downs to control drop-downs programmatically
- Add dynamic link tags for framework router support in breadcrumbs, buttons, cards, carousels, galleries, and menu bar.
text-normal
utility class now resets all text styles- removed
tab-index
prop from button - add
cleared
event listener to the search input
# 2.3.2
- Fix new image
width
andheigh
attributes when rendered within other components
# 2.3.1
# Fix
- Add
stretch
option for grid component'sposition
property - Add new
height
,width
, andaspect-ratio
properties to card and carousel components - Fix
loading
anddisabled
state for the dropdown component
# 2.3.0
# Fixed
- Icon layout sizing
- Fix button controls in small screen resolutions in gallery component
# New
- Added
button-class
attribute to button componentcss-class
attribute will continue to work, but will be deprecated in v3
- Added
disabled
,loading
, andsize
button attributes to the dropdown component for more control - add
width
,height
, andaspect-ratio
props to the image component - add
input-class
property to the form field component - update close button colors to
dark
for modal and side drawer components - add sizes to spin-box
- add font-family utility classes
- add play/pause button for autoplay in carousel component
# 2.2.0
# Fixed
- Side Drawer not properly closing when using keyboard shortcuts
# New
# 2.1.1
- fixed black/white background utility classes
# 2.1.0
# Fixed
- Hide card subheading if there is no value
- Update badge background color to use CSS variable
- show utility class hid element
# New
- List utility classes
- Text transform utility classes
- White/black/transparent utility classes
- Hide form field label
# 2.0.0
- Upgrade to Stencil 2.0
- Migrate design tokens to CSS variables
- Add UI animations
- Add border radiuses to UI
- Add clear search button in search input
- Add clear search button in autocomplete input
- Add password input visibility toggle
- Add input icons
- New button bar component
- New spin-box component
- Update carousel indicators and thumbnail display
- Update icons to use rounded caps and rounded joins
- Remove
ks-crumb
component from breadcrumb component - Remove icon property from button component