- Add new properties
height
andmaxHeight
for Popover.
- Add new grayLight color.
- Fix CircleGoogleBusinessIcon.
- Add GoogleBusinessIcon and CircleGoogleBusinessIcon.
- Add TiktokIcon and CircleTiktokIcon.
- Add className to
Text
,Image
,IdTag
,Card
,Link
components.
- Fix vulnerabilities.
- Added Shopify icons (normal and circle).
- Adding a
border
style toMultipleImages
component and changing theborder-radius
style.
- Fixing blank screen for new publish users.
- Add
disable
prop toInputAutocomplete
component. - Add
mini
fontSize prop toSelect
component.
- Ensure computed
font-size
forfontSizeMini
lands on a whole pixel value (previously computed to14.4px
).
- Add
size
prop toToggle
component.
- Fix
selectDay
style onInputDate
component.
- Add
type
prop toButton
component. - Add
type='button'
toInputDateNavBar
buttons.
- Add
InputDateCaption
,InputDateNavBar
andInputDateWeekday
components. - Remove
InputDate
css file. - Add new props to
InputDate
and upgradereact-day-picker
version.
- Fix missing export of
CircleInstReminderIcon
component.
- Add
CircleInstReminderIcon
component.
- Add
marginTop
property toloadingAnimation
. - (Internal) Add
loadingAnimation
to Storybook.
- Add MessageIcon
- Add font
small
toInputWeekday
andInputTime
components - Remove font
mini
fromSelect
component
- Add font
mini
andsmall
toSelect
component
- Fix
Input
to allow customonFocus
handler.
- Fix
Input
to not use/requirechildren
.
- Add
InputStateless
and modifyInput
so that the focus styling works - Fix font stylying and sizing of
Select
- Clean up
Popover
component styling.
- Use flexbox to center the
Popover
to avoid blurry rendering from the transform.
- Reset font
mini
to0.9rem
and remove0.5rem
duplicate - Pass
module
intostoriesOf
to removemissing module
warning
- Add
linkStyle
config toButtonStateless
- Remove setting font-family with global CSS rule and set fontFamily on components that need it
- Set default
alt
text to empty string
- Change the
lineHeight
CSS property on theButtonStateless
component to'unset'
to fix Safari bug
- Remove
inline-flex
fromInputTime
'sdefault
style - Add missing
,
in ourfontFamily
value
- Make first day of week configurable in
InputDate
- Change
InputDate
selected date color to universal blue
- Remove browser prefix strings as keys and replaces them with preferred keys
- Add
CloseSmallIcon
,Notification
, andNotificationClose
toIcon/index.js
- Add
CloseSmallIcon
,Notification
, andNotificationClose
components - Update
WarningIcon
component
- Add a
lineHeight: 0
rule to ournoStyle
config on ButtonStateless
- Add
disabled
config toInputTime
component
- Add
quaternary
config toButtonStateless
component
- Add
noStyle
config toInputTimes
- Fix a slight browser UI bug that occurs when a
select
element is the child of adiv
- Remove
icon
config fromButton
- Replace
background
withbackgroundColor
on allicon
config states
- Replace
backgroundColor
withbackground
onicon
config hover state
- Add
iconHovered
state toButtonStateless
icon
config
- Remove
lineHeight
fromButtonStateless
and replace withicon
config
- Apply
lineHeight: 0
toButtonStateless
Button
manages own focus and hover stateLink
manages own focus and hover state
- Fix
Button
noStyle - Make
Link
focusable/blurable
- Migrate to Inline Styles
- Replace
height
CSS property onSectionHeader
withpadding-top
andpadding-bottom
- Add
Select
- Update
SectionHeader
CSSflex-direction
addalign-items
withcenter
- Add
SectionHeader
- Add
outerSpace
config toText
- All Input-* handle submitting state
- Add
color
andreducedPadding
configs toCard
- Add
bottom
andright
configs toPopover
- Bugfix on
InputDate
andInputTime
- Add
InputTime
- Add
newTab
andunstyled
configs toLinkifiedText
- Add
newTab
config toLink
- Add
cursor: default;
todisabled
config ofButton
- Add
Input
,InputEmail
andInputPassword
- Add
IdTag
- Add
Popover
- Add
mini
config toText
- Remove
font-size
set onLink
- Add
size
config toLinkifiedText
- Reduce
font-size-small
value from0.9rem
to0.8rem
- Add
newTabIcon
config toIcon
- Set
Button
'smargin
to0
- Update
MultipleImages
to have arounded
flag to set aborder-radius
on itself
- Add export of
MultipleImages
toindex.js
- Revert color
lochmara
tocurious-blue
- Revert color
lochmara-hover
todenim
- Revert color
red
totorch-red
- Add
MultipleImages
- Add a11y addon
- Add blue color config to
Text
- Add guide to our
CHANGELOG
- Update past
CHANGELOG
updates to use present tense to keep inline with our commits
- Remove our icon font dependancy in replace of our new
Icon
- Use
rem
overem
since it's relative to the root font size
- Consistency tweaks to
Link
andIcon
- Add and use SVG
Icons
- Add
Overlay
Bring these back:
- Add
--black
as a color variable - Make transition speed 100ms (as per Google's rail model)
- Add
minHeight
andminWidth
toImage
- Add
--black
as a color variable - Make transition speed 100ms (as per google's rail model)
- Add
withText
config toLoader
to display withText
- Update default config of
Loader
to display without text
- Make
noStyle
button cursor = pointer
- Added
hovered
prop toCard
- Remove
layout.css
file and references
- Remove component dependency on
typography.css
- Remove
margin-bottom
fromCard
- Fix incompatible CSS value issue with button states
- Add four color subclasses appended with
-light
and-ultra-light
- Update
border-color
property of the failedCard
config border
- Add
Loader
- Remove
.Button
class and applied its styles directly on thebutton
node - Simplify CSS class names
- Rename
error
configuration towarning
- Remove
inApp
configuration as this style is the now default style - Add
large
configuration - Simplify CSS class names
- Add
failed
configuration
- Remove
.babelrc
from npm package to fix issues
- Switch to CSS Modules for
Button
andCard
- Move react and react-dom to
peerDependencies
- Initial release
- Use ReactCSS
We use semantic versioning to record updates to our changelog:
Given a version number
MAJOR.MINOR.PATCH
, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
- Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.