Skip to content

Latest commit

 

History

History
1627 lines (526 loc) · 37.6 KB

CHANGELOG.md

File metadata and controls

1627 lines (526 loc) · 37.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.11.8 (2024-01-03)

Bug Fixes

4.11.7 (2024-01-03)

Note: Version bump only for package quid-ui

4.11.6 (2024-01-03)

Note: Version bump only for package quid-ui

4.11.5 (2023-09-21)

Bug Fixes

  • rebrand | please update the outliers button and selected state color (b67cf2b)
  • rebrand | please update the outliers button and selected state color (7850fa9)

4.11.4 (2023-02-08)

Bug Fixes

  • sorting issue on FireFox (8c2740a)

4.11.1 (2023-01-30)

Bug Fixes

  • update unit test snapshot (80042ba)

4.11.0 (2022-12-16)

Bug Fixes

Features

  • dropdown option string truncation (1f09b49)

4.10.1 (2022-09-23)

Bug Fixes

4.10.0 (2022-09-21)

Bug Fixes

Features

  • update colors to adapt platform UI design update (3f6394e)

4.9.0 (2022-08-25)

Bug Fixes

Features

  • add unit test (265ea87)
  • make Dropdown supports customize dropdown list (0210d39)

4.8.1 (2021-11-10)

Bug Fixes

  • props.theme.disabled should be replaced inside wf() (04b80ec)
  • unit test of Button disabled text color (5288068)

4.8.0 (2021-11-01)

Features

  • change dropdown selected item background to aqua with 0.2 opacity (1018949)

4.7.0 (2021-10-19)

Features

4.6.1 (2019-12-18)

Bug Fixes

  • backwards compatibility support for react node for the cell (#123) (f712875)

4.6.0 (2019-12-17)

Features

  • adds support for raw and content object in ExpandableTable (#122) (8e4084b)

4.5.0 (2019-11-08)

Bug Fixes

  • add disabled to INPUT_ATTRIBUTES list (4001692)

Features

  • expose INPUT_ATTRIBUTES list (aa2bc3b)

4.4.1 (2019-11-04)

Bug Fixes

  • show InputNumber arrows only when in use (86b207b)

4.4.0 (2019-11-01)

Features

  • add light theme support to react-expandable-table (ad888b6)

4.3.1 (2019-11-01)

Bug Fixes

  • assign to checkbox only properties provided as props (98bc105)

4.3.0 (2019-10-29)

Bug Fixes

  • onClick triggered when Button is child of disabled fieldset (29e4928)

Features

  • add new ButtonGroup component (610a519)

4.2.1 (2019-10-23)

Bug Fixes

  • fixes dropdown multiple selection wrong behaviour for input value (#115) (ce1edb1)

4.2.0 (2019-10-17)

Features

  • adds dropdown category selection option (#113) (893bc14)

4.1.1 (2019-10-17)

Bug Fixes

  • upgrade react-resize-aware and fix yarn.lock (#114) (28ee9cc)

4.1.0 (2019-10-07)

Features

  • allow to override InputDate Popper.js props (#112) (f3d7a72)

4.0.1 (2019-10-04)

Bug Fixes

4.0.0 (2019-10-01)

Bug Fixes

  • controlled InputRange and performance improvements (#107) (70b24bc)
  • eslint issues with version 6.5.0 (48dad40)

BREAKING CHANGES

  • the InputRange “value” property has been replaced by a “values” property that takes an array rather than an object.

3.3.5 (2019-09-26)

Bug Fixes

  • trigger change event on InputNumber step up/down (#105) (48f52e9)

3.3.4 (2019-09-24)

Note: Version bump only for package quid-ui

3.3.3 (2019-09-12)

Note: Version bump only for package quid-ui

3.3.2 (2019-08-12)

Bug Fixes

  • loosen emotion/styled-base version requirement (#102) (5c4bae2)

3.3.1 (2019-08-12)

Bug Fixes

  • set box-sizing to ExpandableTable cell (#101) (0ecfeb3)

3.3.0 (2019-08-09)

Features

  • @quid/react-expandable-table pkg (#97) (a053b1c)

3.2.2 (2019-08-09)

Bug Fixes

  • missing dependencies and minor linting issues (88c3730)

3.2.1 (2019-08-08)

Note: Version bump only for package quid-ui

3.2.0 (2019-07-09)

Features

  • exports flow ContentProps from Breadcrumb component (#95) (ae23fab)

3.1.0 (2019-07-09)

Features

  • adds renderContent to BreadCrumb component (#94) (5e9be65)

3.0.0 (2019-07-08)

Bug Fixes

  • never mix named and default exports (06e907c)

BREAKING CHANGES

  • we don’t mix default and named exports anymore, whenever a package needs to export multiple modules, it will export all of them as named exports.

Affected packages:

  • @quid/react-tooltip
  • @quid/react-popover
  • @quid/react-dropdown

2.5.0 (2019-07-03)

Features

  • add theme support for Popover and Tooltip (cc98c84)

2.4.0 (2019-07-02)

Bug Fixes

  • forward ref to Icon (6641ad2)
  • use react-popover Helpers type to define react-tooltip render-prop (c37a41c)

Features

  • export Helpers type from react-popover (3a86bcc)

2.3.0 (2019-06-19)

Bug Fixes

  • update link color to fix contrast issues (ec192d5)

Features

2.2.0 (2019-06-09)

Features

  • add mousemove and delay feats to Popover (8518851)
  • new Tooltip component (0df5371)

2.1.3 (2019-06-05)

Bug Fixes

  • forward Button “ref” property (00d30e9)

2.1.2 (2019-06-03)

Bug Fixes

  • upgrade Flow to 0.100.0 (a682ab6)

2.1.1 (2019-05-31)

Bug Fixes

2.1.0 (2019-05-30)

Bug Fixes

Features

  • react-dropdown: export DropdownList to allow to be styled (#84) (d56ef20)

2.0.0 (2019-05-23)

Bug Fixes

  • reduce quid-icons footprint (dd4411a)

BREAKING CHANGES

  • this release removes a lot of icons from the quid-icons font since they weren’t used in our applications. We suggest to use a general purpose iconic font if you need a wider set of icons.

This commit also adds support for woff2 compression.

1.40.1 (2019-04-18)

Bug Fixes

  • restore PR #73, accidentally reverted by 9f0c810 (6846cb0)
  • workaround for missing icons (012ebab)

1.40.0 (2019-04-12)

Bug Fixes

  • expose colors and sizes from themes (38e507f)
  • make Button accept ref property (9f0c810)

Features

  • add react-use-controlled-state package (cdadf9a)
  • new react-popover component (269f345)

1.39.3 (2019-04-11)

Bug Fixes

  • properly space Icon when inside Button (b2bb849)

1.39.2 (2019-04-11)

Note: Version bump only for package quid-ui

1.39.1 (2019-04-10)

Note: Version bump only for package quid-ui

1.39.0 (2019-04-02)

Features

  • add renderDropdown prop to react-dropdown (de5a528)

1.38.6 (2019-03-21)

Performance Improvements

  • reduce time to first render with font-family: swap (e7f036e)

1.38.5 (2019-03-21)

Bug Fixes

  • semicolon in wrong position of modal backdrop (a9993d5)

1.38.4 (2019-03-18)

Bug Fixes

  • support React Router v5 (6ab0170)

1.38.3 (2019-03-18)

Bug Fixes

1.38.2 (2019-03-18)

Bug Fixes

1.38.1 (2019-03-12)

Bug Fixes

  • set all packages to public by default (6a4d961)

1.38.0 (2019-03-12)

Features

  • move merge-refs to a dedicated package (3045291)

1.37.0 (2019-03-12)

Features

  • add renderArrowIcon support to Breadcrumb (5c657ac)
  • adds navlink to breadcrumbs (53c74eb)

1.36.2 (2019-03-08)

Bug Fixes

1.36.1 (2019-03-08)

Bug Fixes

  • default Button to type=button (ba6a98d)

1.36.0 (2019-03-05)

Features

  • provides the original item as onChange argument at Dropdown (40bae00)

1.35.1 (2019-03-05)

Bug Fixes

  • don’t type error on undefined defaultSelectedItems (13275ae)

1.35.0 (2019-03-02)

Bug Fixes

Features

  • adds clearSelection support for Dropdown (923a68d)
  • adds support for dropdown being used as controlled component (5928d80)
  • adds test cases and warnings in case of wrong props applied (d80b40e)

1.34.1 (2019-02-22)

Bug Fixes

  • allow InputDate styling (c7d2605)
  • make InputGroup stretch its child Input field (22170d3)

1.34.0 (2019-02-20)

Features

  • support for custom item children for the dropdown (d481d5b)

1.33.0 (2019-02-19)

Bug Fixes

  • adds snapshot tests to fix coverage of modal (002427f)
  • changes ems to pixels in Modal component (07a9bc3)
  • updates tests, simplifies Centerer and ActioBar component for Modal (799a6bc)

Features

  • adds modal component to react layouts (bb331f3)

1.32.1 (2019-02-16)

Bug Fixes

  • adds support for multiple refs for mouse outside (ea46b25)
  • fixes code coverage for mouse outside component (c7afbc7)

1.32.0 (2019-02-15)

Bug Fixes

  • removes export for Props in Tabs component (fb801d7)

Features

  • adds tabs to react-layouts (48e2da5)

1.31.2 (2019-02-08)

Bug Fixes

  • react-mouse-outside type improvements (d7907ad)

1.31.1 (2019-02-08)

Note: Version bump only for package quid-ui

1.31.0 (2019-02-07)

Bug Fixes

  • adds index file with exports for react layout (bdcd5d8)
  • updates breadcrumb tests (6e53098)

Features

  • adds Breadcrumb component for react layout (6a3ef4c)

1.30.4 (2019-02-07)

Bug Fixes

  • apply normal style to text by default (97cce43)

1.30.3 (2019-02-07)

Bug Fixes

  • style improvements for InputDate component (c585e32)
  • use keyframes object notation to avoid Emotion bug (723a110)

1.30.2 (2019-02-06)

Bug Fixes

  • ensure some top and bottom margin between text skeletons (8aa767f)

1.30.1 (2019-02-06)

Bug Fixes

  • export ThemeProvider as named export (b1260bf)

1.30.0 (2019-02-05)

Bug Fixes

  • removes unnecessary fragments from footer markdown (389cef1)

Features

  • adds footer to react-layout (12aa00e)

1.29.0 (2019-02-05)

Features

  • type withFallback arguments (5a619c2)

1.28.0 (2019-02-05)

Bug Fixes

  • improves NavBar example, removes unused export (166d87b)

Features

  • creates react layout and adds NavBar to it (8a7059d)

1.27.2 (2019-02-05)

Bug Fixes

  • fixes undefined color provided to InpuText (f57866d)

1.27.1 (2019-01-31)

Bug Fixes

  • make sure text color is always transparent (189d981)

1.27.0 (2019-01-31)

Bug Fixes

  • button should be "secondary" by default (e1cdb38)

Features

  • new react-dropdown component (38e20e8)

1.26.1 (2019-01-31)

Bug Fixes

  • set primary text color by default (8d3d944)

1.26.0 (2019-01-31)

Bug Fixes

  • add missing exports (e8b0b58)
  • add missing exports (b8aaf5f)
  • add pointer cursor to links (d35f338)
  • export Text component (d641d1c)
  • generated invalid CSS with compiled library (3b0c161)
  • InputRange compat on Firefox (0ed3ffb)
  • missing export for InputDate (9770e1a)
  • several build problems that prevented proper usage (d18d06b)
  • styling issue (cd2165c)
  • vertical align Button component (49b12f4)

Features

  • add caption text style (0cecd4a)
  • add InputCheckbox component (27e30aa)
  • add InputColor component (ca924ba)
  • add InputFile component (764f638)
  • add InputRadio component (b84a764)
  • add InputRange component (e3328e7)
  • add InputToggle component (f050fd3)
  • add Label component (57da94d)
  • add new stylis-plugin-focus-visible (1f73cd5)
  • add TextArea component (9ab51c6)
  • allow to manually define button states (51ff519)
  • date picker (40d1287)
  • inputdate component (97e4c65)
  • move InvalidHandler to own standalone pkg (e5470ce)
  • react-tabs-provider (a3200f4)

Performance Improvements

  • "include" utils improvements (f64f39b)

1.25.3 (2019-01-30)

Bug Fixes

  • missing export for InputDate (9266f60)
  • vertical align Button component (60f2ca9)

1.25.2 (2019-01-30)

Note: Version bump only for package quid-ui

1.25.1 (2019-01-25)

Note: Version bump only for package quid-ui

1.25.0 (2019-01-24)

Features

1.24.1 (2019-01-24)

Note: Version bump only for package quid-ui

1.24.0 (2019-01-23)

Bug Fixes

  • several build problems that prevented proper usage (d24bdd1)
  • styling issue (cba0c21)

Features

1.23.0 (2019-01-21)

Features

1.22.0 (2019-01-17)

Features

  • move InvalidHandler to own standalone pkg (ee26c8c)

1.21.2 (2019-01-16)

Bug Fixes

  • InputRange compat on Firefox (207cb98)

1.21.1 (2019-01-16)

Bug Fixes

  • add pointer cursor to links (3a4834d)
  • export Text component (ebc3f56)

1.21.0 (2019-01-16)

Bug Fixes

  • add missing exports (86f57b6)
  • generated invalid CSS with compiled library (75c5ff6)

Features

  • add InputCheckbox component (8128fbb)
  • add InputRadio component (3ebf90d)

1.20.0 (2019-01-14)

Features

  • add InputRange component (1eebf98)

1.19.0 (2019-01-08)

Features

  • add new stylis-plugin-focus-visible (97f5235)

1.18.0 (2019-01-07)

Features

  • add InputColor component (39921c7)
  • allow to manually define button states (7466031)

1.17.0 (2019-01-07)

Features

  • add InputFile component (da01de1)

1.16.0 (2019-01-06)

Features

1.15.0 (2019-01-04)

Features

1.14.0 (2019-01-03)

Bug Fixes

Features

  • add InputGroup (ccf13be)
  • add InputNumber component (353f254)
  • add InputToggle component (c02d3fe)
  • add support for input validation to InputGroup (4934336)

Performance Improvements

  • "include" utils improvements (6b72dc9)

1.13.0 (2018-12-21)

Features

  • add InputText and InvalidHandler components (43465ee)

1.12.0 (2018-12-18)

Features

  • add react-mouse-outside pkg (4e281c1)

1.11.0 (2018-12-13)

Bug Fixes

Features

1.10.0 (2018-12-13)

Bug Fixes

  • don't apply "normal" text style by default (775c447)

Features

  • export a fonts index.css to include all at once (668fefb)

1.9.3 (2018-12-11)

Note: Version bump only for package quid-ui

1.9.2 (2018-12-11)

Bug Fixes

  • button text should always be black (5cdfd08)
  • use current background color to style focus ring (516527e)

1.9.1 (2018-12-11)

Bug Fixes

  • properly set JSX pragma at build time (817eab8)

1.9.0 (2018-12-11)

Bug Fixes

Features

  • add support for Icon inside Button (2eccd7f)

1.8.0 (2018-12-10)

Bug Fixes

Features

1.7.1 (2018-12-07)

Bug Fixes

  • microbundle doesn't support this syntax (724623c)
  • textStyles now works reliably (ece6ff6)
  • use semibold instead of bold (5014425)

1.7.0 (2018-12-07)

Bug Fixes

  • change default README to work on styleguidist (746a385)

Features

  • switch to IBM Plex font family (7745489)

1.6.0 (2018-12-07)

Features

  • add current property to identify active theme (e7ee0e6)

1.5.3 (2018-12-06)

Bug Fixes

1.5.2 (2018-12-06)

Bug Fixes

1.5.1 (2018-12-06)

Bug Fixes

  • use resolutions to point to microbundle fork (16819ab)

1.5.0 (2018-12-06)

Bug Fixes

  • add missing peerDependency (1a00221)
  • get rid of enums and use normal strings (cb6e7b3)
  • use testPathPattern rather than runTestsByPath (2350a80)

Features

  • new react-ellipsis component (5b54763)

1.4.0 (2018-12-05)

Features

  • add support for local test script (9a9a551)

1.3.1 (2018-12-05)

Bug Fixes

1.3.0 (2018-12-05)

Bug Fixes

Features

  • new theme and react-forms packages (61a44a0)

1.2.1 (2018-12-04)

Note: Version bump only for package quid-ui

1.2.0 (2018-12-04)

Features

1.1.0 (2018-12-04)

Features

1.0.6 (2018-12-01)

Note: Version bump only for package quid-ui

1.0.5 (2018-12-01)

Note: Version bump only for package quid-ui

1.0.4 (2018-12-01)

Note: Version bump only for package quid-ui

1.0.3 (2018-12-01)

Bug Fixes

1.0.2 (2018-11-30)

Bug Fixes

1.0.1 (2018-11-30)

Bug Fixes

  • test auto publish script (7757c6e)

1.0.0 (2018-11-30)

Bug Fixes

Features