- [Patch] Upgrade dependencies to prepare for Node 16
- [Patch] Use Dart Sass instead of Sass for compilation.
- [Patch] Upgrade Thumbprint Tokens to latest version. This pulls in small color tweaks to improve accessibility.
- [Major] Remove
.tp-input-wrap
,.tp-input-wrap--flip
,.tp-form-fields
, and.tp-form-field__item
classes..tp-input-wrap
is replaced by.tp-checkbox-wrap
and.tp-radio-wrap
. (#559)
- [Minor] Add checkbox and radio wrap classes that will replace
tp-input-wrap
.
- [Minor] Add input placeholder text color code to
input.scss
andtextarea.scss
. These styles are duplicated inform.scss
but that file will soon be removed. (#559)
- [Major] Remove all Block List, Fieldset, Image, and Table CSS classes. This affects
.tp-img
,.tp-fieldset
,.tp-block-list*
, and.tp-table*
classes. (#544)
- [Patch] Update version of the Thumbprint Tokens dependency.
- [Patch] Upgrade
p-map
, adevDependency
. This does not affect the outputted code. - [Patch] Update version of the Thumbprint Tokens dependency.
- [Patch] Upgrade
node-sass-tilde-importer
, adevDependency
. This does not affect the outputted code. - [Patch] Upgrade
fs-extra
, adevDependency
. This does not affect the outputted code.
- [Patch] Update version of the Thumbprint Tokens dependency.
- [Patch] Update version of the Thumbprint Tokens dependency.
- [Patch] Update version of the Thumbprint Tokens dependency.
- [Patch] Update version of the Thumbprint Tokens dependency.
- [Patch] Fix border color of disabled
Button
with "caution" theme. (#325)
- [Major] Update the "secondary" style of
Button
to the new design. Existing uses oftp-button--secondary
should be updated to usetp-button--tertiary
. (#89)
- [Patch] Make
Textarea
text black when there is an error but component is focused. (#298)
- [Patch] Update version of the Thumbprint Tokens dependency.
- [Patch] Update version of the Thumbprint Tokens dependency.
- [Patch] Update some token names that were renamed. This doesn't affect the outputted code.
- [Patch] Remove references to deprecated tokens.
- [Patch] Update version of the Thumbprint Tokens dependency. This doesn't affect the outputted code.
- [Patch] Replace
$tp-spacer__unit
intextarea.scss
with hardcoded pixel value.
- [Major] Remove
function.scss
that contained thetp-spacer
function which used a unit of8
to output a pixel value. To upgrade, first replace any instances oftp-spacer(*)
that have an equivalent space token. Then replace any remaining instances with a hardcoded pixel value. For example,tp-spacer(1)
would be$tp-space__2
,tp-spacer(1.5)
would be12px
as it has no equivalent space token.
- [Patch] Update version of dependencies. This doesn't affect the outputted code.
- [Patch] Convert all
tp-spacer
instances totp-space__*
or hardcoded values. (#159)
- [Minor] Add
tertiary
theme that is the same as oursecondary
style.secondary
will soon be redesigned to have blue text. Consumers should replacetp-button--secondary
withtp-button--tertiary
to avoid and visual changes. (#89)
- [Patch] Replace deprecated
tp-font__text
tokens with new values. (#171) - [Minor] Change
tp-alert--warning
background color to$tp-color__yellow-200
and text color to$tp-color__yellow-600
for better readability.
- [Patch] Update version of dependencies. This doesn't affect the outputted code.
- [Patch] Replaced Sass placeholder and
@extend
with class. (#107) - [Patch] Use a red border in the
caution
button focus state. (#116)
- [Patch] Indicate that the "wrap snap" class and mixin are deprecated. (#17)
- [Patch] Change name of the CSS dist from
css.css
tocomponents.css
. - [Patch] Use tilde imports in Node Sass with
node-sass-tilde-importer
.
- [Minor] Created package for Thumbprint SCSS. (#38)