Skip to content

Releases: lifeomic/chroma-react

v3.4.2

19 Oct 13:45
82d8de4
Compare
Choose a tag to compare

[309]

  • Updated PageHeader breakpoint value for breakpoints.down(...) since MUI introduced a breaking change

v3.4.1

14 Oct 16:47
b81ec5c
Compare
Choose a tag to compare

[307]

  • Reduce bottom margin of RadioGroupMinimal margin

[308]

  • Fix copying of SVG assets and moved Storybook assets

v3.4.0

26 Sep 20:31
5658aee
Compare
Choose a tag to compare

[306]

  • Added leadingIcon prop to ExpansionPanel

[305]

  • Fixed storybook test coverage issue

[301]

  • Upgrade to Storybook 6

v3.3.4

24 Aug 17:25
0e7932d
Compare
Choose a tag to compare

[304]

  • Added ellipsis to Modal title for longer titles

v3.3.3

22 Aug 18:15
7421635
Compare
Choose a tag to compare

[#302]

  • Fixed <TextArea from not filling 100% of height of parent container when used inside of a <FormBox

v3.3.2

16 Aug 11:22
7260a1d
Compare
Choose a tag to compare

[#300]

  • Added defaultProps for MUI Button, Checkbox, FormControl, Select, TextField's color and variant default values
    • MUI updated the default value so we are reverting it back to the previous default
  • Added documentation for StyledEngineProvider since it is required in order to fix style overrides and injection order

v3.3.1

11 Aug 19:53
eefa2e9
Compare
Choose a tag to compare

[#299]

  • Added missing ref type for TableModule

v3.3.0

11 Aug 18:34
a3768ca
Compare
Choose a tag to compare

[#298]

  • Added forwardRef for Alert, ExpansionPanel, FormBox, and Stepper

v3.2.0

09 Aug 20:14
cea90b0
Compare
Choose a tag to compare

[#296]

  • Added required prop and styling, tests, and storybook examples for each of the following:

    • Checkbox
    • ColorPicker
    • ComboBox
    • DayPicker (already handled by TextField)
    • Phone Input
    • Unit Input
    • Radio
    • RadioGroup
    • RadioGroupMinimal
    • Select
    • TextArea
    • Toggle
  • Added Storybook examples for previously implemented TextField

  • Added Styling and tests for NumberFormat

v3.1.0

08 Aug 17:17
870a35c
Compare
Choose a tag to compare

[#295]

  • Added stories for all NumberFormat component types