v14.15.1
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
Bug fixes 🐛
- Text Level
.text-level-7had an incorrectfont-weightofsemibold. It been changed toregular#1042 - Form buttons now shows the
arrowicon andchange cursortype whenhoveredon #1041 - fixed issue where
:not-haswas being shown in the source code viewer #1051
Other changes
- you can now
overridefontstylesinside thetypographymixins. Each mixin now exposes variables that can be overridden #1042--ff-font-family--fs-font-size--fw-font-weight--fvs-font-variation-settings--lh-line-height--ls-letter-spacing
@mixin typography-level-5 {
--fw: var(--fw-bold);
}
- removed unnecessary
font-weightoverrides from somecomponentsas thetypographymixin being used had the same value #1042 - Form buttons are now styled using the
buttonclass to ensure consistency with other Buttons #1041 .inline-buttonandinput[type='image']now use the buttonmixins, removing the need for theinlinebuttonmixin #1041- created
helperto add thebuttonclass to all existinginput[type="submit"],input[type="button"], andbutton[type="submit"]elements oncmspages #1041 - refactored
buttonmixins back tocss#1046 - migrated some styles from
assets/style-guide/typography/_typography.css- lists ➡️
assets/style-guide/lists/_lists.css#1048 - text helpers ➡️
assets/style-guide/typography/_text.css#1048 .no-padding➡️assets/style-guide/helpers/_spacing.css#1048
- lists ➡️
- migrated blockquote styles from
assets/style-guide/typography/➡️assets/style-guide/blockquote/#1048 - updated
assets/postcss.config.jsto allowmixinsto be imported from any folder #1046 - resolved some
prettierandeslintconflicts #1045- removed conflicting rules from
.eslintrc - removed
eslint-plugin-no-mixed-operators
- removed conflicting rules from
- added some pages containing
formsto theregressionsuite #1041 - updated
assets/postcss.config.jsto ensure thatpostcss-preset-envtranspiles:hasfor older versions offirefox#1051
Documentation updates
- added
buttonclass toform buttonson the following stories #1041- components:
- style guide:
- layouts: