Skip to content

Latest commit

 

History

History
285 lines (224 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

285 lines (224 loc) · 13.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.19.3 - 2024-02-29

  • CORE-5970 (#90) patch
    • Update spinner colors

v0.19.2 - 2020-06-24

  • CORE-1234 (#83) patch
    • Allow to pass any props to THead and Paginator

v0.19.1 - 2020-06-23

  • CORE-1234 (#82) patch
    • Replace rem with em in Select styles
    • Fix the last row hover effect in the Table
    • Simplify Table CSS selectors
    • Grey out DropdownIndicator when Select is disabled

v0.19.0 - 2020-06-22

  • CORE-1234 (#81) minor
    • Add paginator component

v0.18.5 - 2020-06-19

  • CORE-1234 (#80) patch
    • Adjust table sorter style
    • Swap sorter and text in table head
    • Change table colors and styles

v0.18.4 - 2020-06-19

  • CORE-1233 (#79) patch
    • Fix select indicators aligning on mobile

v0.18.3 - 2020-06-18

  • CORE-1233 (#78) patch
    • Change options text color
    • Change indicators color
    • Make clear indicator bigger
    • Adjust remove option indicator size
    • Delete hover effect for remove option indicator
    • Always keep indicators on top

v0.18.2 - 2020-06-03

  • CORE-1233 (#77) patch
    • Fix search text margin in searchable multi select

v0.18.1 - 2020-06-03

  • CORE-1233 (#75) patch
    • Add noMargin prop for Heading

v0.18.0 - 2020-06-03

  • CORE-1233 (#74) minor
    • Add multi select styles

v0.17.6 - 2020-06-01

  • CORE-1235 (#73) patch
    • Fix table sorter positioning

v0.17.5 - 2020-06-01

  • CORE-1233 (#72) patch
    • Fix square button sizing

v0.17.4 - 2020-05-29

  • CORE-714 (#71) patch
    • Add ref for textarea

v0.17.3 - 2020-05-21

  • CORE-905 (#70) patch
    • Fix disabled toggle color
    • Fix disabled link color

v0.17.2 - 2020-04-27

  • CORE-905 (#69) patch
    • Update toggle color
    • Ignore hover when checkbox is disabled

v0.17.1 - 2020-04-10

  • CORE-899 (#68) patch
    • Remove display: inline-block from Link component

v0.17.0 - 2020-04-07

  • CORE-895 (#67) minor
    • Add color property for the Text component

v0.16.2 - 2020-04-03

  • CORE-895 (#66) patch
    • Fix overlapping select items with another select component

v0.16.1 - 2020-04-02

  • CORE-895 (#65) patch
    • Fix select size with isSearchable prop

v0.16.0 - 2020-03-24

  • CORE-853 (#64) minor
    • Adds ToggleButton component
    • Updates Storybook to 5.3.x
    • Regenerated all baselines due to minor pixel movements in updated Storybook

v0.15.0 - 2020-03-13

  • CORE-915 (#63) minor
    • Add color param to Heading component

v0.14.9 - 2019-10-21

  • NOREF (#62) patch
    • Limit mobile with screen to prevent applying mobile styles when printing
    • Upgrade virtru design params

v0.14.8 - 2019-10-10

  • NOREF (#61) patch
    • Encapsulate spinner animation variables to make it work correctly when few are used simultaneously

v0.14.7 - 2019-09-30

  • NOREF (#60) patch
    • Let TR pass through additional props

v0.14.6 - 2019-09-11

  • DASH-1352 (#54) patch
    • Make checkboxes use the SVGs

v0.14.5 - 2019-09-12

  • WS-9725 (#57) patch
  • Fix spinner label positioning

v0.14.4 - 2019-09-12

  • WS-9721 (#56) patch
  • Fix tooltip position in IE

v0.14.3 - 2019-09-10

  • NOREF (#55) patch
  • Make useIsMobile hook work in all browsers

v0.14.2 - 2019-09-04

  • WS-9666 (#53) patch
    • Disable line breaks for spinner's label
    • Fix label blinking

v0.14.1 - 2019-09-02

  • NOREF (#51) patch
    • Center button text
    • Fix modal content font

v0.14.0 - 2019-08-29

  • NOREF (#50) minor
    • Adds OTHER variant for OauthButton for when no vendor icon should be displayed

v0.13.0 - 2019-08-29

  • WS-9634 (#49) minor
    • Make modal responsive
    • Align footer elements
    • Make modal x button hidden by default

v0.12.1 - 2019-08-28

  • NOREF (#48) patch
    • change styling of textarea component

v0.12.0 - 2019-08-22

  • WS-9570 (#44) minor
    • add css properties from virtru-design-params repo

v0.11.0 - 2019-08-20

  • DASH-1325 (#42) minor
    • Add Textarea component

v0.10.1 - 2019-08-21

  • NOREF (#43) patch
    • export VARIANT for Modal Component

v0.10.0 - 2019-08-20

  • NOREF (#32) minor
    • Add Heading component
    • Add Text component

v0.9.2 - 2019-08-16

  • NOREF (#40) patch
    • Fix sorting default prop for TH
    • Update PR template

v0.9.1 - 2019-08-15

  • NOREF (#39) patch
    • Update babel plugin to load .svg files

v0.9.0 - 2019-08-14

  • DASH-1287 (#29) minor
    • Add checkbox component
    • Update of react-testing-lib from deprecated version

v0.8.0 - 2019-08-14

Added

  • DASH-1285 (#35) minor
    • Add table component
    • Upgraded eslint version to 6.1
    • Added fragment syntax to eslint config

v0.7.0 - 2019-08-13

Added

  • DASH-1311 (#31) minor
    • Add Link component

v0.6.3 - 2019-08-13

Added

  • DASH-1312 (#36) minor
    • Add new variant (large) for Modal component and optional close button

v0.6.2 - 2019-08-10

Fixed

  • NOREF (#34) patch
    • Adjust button sizing

v0.6.1 - 2019-08-09

Fixed

  • NOREF (#27) patch
    • Fix select component design mismatches

v0.6.0 - 2019-08-08

Added

  • DASH-1288 (#26) minor
    • Add tabs component

v0.5.1 - 2019-08-08

Changed

  • WS-9521 (#30) patch
    • Render modal through portal

v0.5.0 - 2019-08-08

Added

  • WS-9521 (#28) minor
    • Add modal component

v0.4.0 - 2019-08-06

Added

  • DASH-1288 (#25) minor
    • Add button component

v0.3.2 - 2019-07-22

Added

  • NOREF (#24) patch
    • Add fonts variables
    • Fix tooltip font weight

v0.3.1 - 2019-07-17

Fixed

  • NOREF (#23) patch
    • Fix tooltip position after scroll
    • Use React.Fragment instead of array in TooltipWrapper to fix issue with missing key

v0.3.0 - 2019-07-11

  • WS-9236 (#19) minor
    • Add input component
    • Add select component

v0.2.3 - 2019-07-11

  • NOREF (#22) patch
    • Use word-break: keep-all for encryption/decryption title

v0.2.2 - 2019-07-10

  • NOREF (#20) patch
    • Swap encryption/decryption animations

v0.2.1 - 2019-07-08

  • NOREF (#18) patch
    • Fix svg loader

v0.2.0 - 2019-07-08

  • NOREF (#16) minor
    • Add oauth button component

v0.1.1 - 2019-06-26

  • NOREF (#14) minor
    • Remove virtru-typography
    • Fix tooltip transform for ie

v0.1.0 - 2019-06-25

  • WS-9273 (#12) minor
    • Add tooltip component

v0.0.2 - 2019-06-14

Added

  • WS-9235 (#5) minor
    • Add encryption and decryption animation

[v0.0.1]

Changed

  • Initialized