This repository was archived by the owner on Apr 28, 2025. It is now read-only.
v15.0.0
BREAKING CHANGES
section-title: Thediv.section-title__ctathat previously contained anawhich containedspan.section-title__cta-texthas been simplified toa.section-title__ctalosing some nesting. Also removedsection-title--smalland other sizes since component should be responsive.star-rating(dynamic variation) andstar-rating-dynamichad the new star iconsvgmarkup manually inserted since it does additional work to clip the star(s) when building the component(s).spinnerhas 3 sizes now, small, regular, and large. Small and regular are new sizes (16px, and 24px respectively). The old regular spinner is now the large (at 30px), and the old large spinner has been removed. We also removed the background image version of the spinner code, so you need to migrate to using the icon image for spinner.stepperhas some major visual changes and simplified code. Removed information icon from stepper. Removed all transition classes.- Removed
expand-buttonmodule. Should useExpandable Buttonsinstead (see skin docs under button) - Removed wide button styles
- Removed
window-noticemodule. This has been deprecated for a while and finally removed. - Removed multiple icon modules. All icons are either icons.svg or each icon individually.
- Removed
lightbox-dialog--ministyles - Removed panel dialog center title
- Removed all
--bubble-*variables from tooltip/infotip/tourtip
List of changes
- chore: removed deprecated code (#1841)
- chore(deprecations): removed expand button and window notice (#1847)
- feat(snackbar-dialog): updated to match design system (#1850)
- feat: updated stepper to new design (#1857)
- feat(spinner): updated to evo (#1858)
- feat(field description): removed left and right margins
- fix(menu-button): fix multible button alignment (#1849)
- fix(button): removed min-width on borderless variant (#1853)
- feat: added old dot syntax to progress-stepper (#1863)
- fix: added stronger selectors to disbled fake-menu-button (#1865)
- feat(section-title): updated section titles to match new specs (#1867)
- feat(star-icons): updated star icons and proliferated throughout various components (#1872)
- fix: remove deprecated story and modify CSS selector (#1875)
What's Changed
Full Changelog: v14.2.1...v15.0.0