Skip to content

Releases: zakodium-oss/react-science

v3.0.0

03 Apr 14:45
d564f51
Compare
Choose a tag to compare

3.0.0 (2024-04-03)

⚠ BREAKING CHANGES

  • rename title to tooltip, which now any custom content. Remove noTooltip and make tooltip optional instead. Add tooltipProps to customize the tooltip's behaviour.

Features

  • allow to customize toolbar item's tooltip (#699) (d050d83)

v2.0.0

02 Apr 14:32
Compare
Choose a tag to compare

2.0.0 (2024-04-02)

⚠ BREAKING CHANGES

  • remove LayoutManager (#692)

Features

v1.0.2

16 Mar 14:23
63e0314
Compare
Choose a tag to compare

1.0.2 (2024-03-16)

Bug Fixes

  • add blueprint provider to root layout (#687) (e8aebd4)

v1.0.1

16 Mar 07:23
9ac4c99
Compare
Choose a tag to compare

1.0.1 (2024-03-16)

Bug Fixes

v1.0.0

15 Mar 09:35
58dccbd
Compare
Choose a tag to compare

1.0.0 (2024-03-14)

⚠ BREAKING CHANGES

  • useSelect now takes itemTextKey or getItemText prop to choose what text should be rendered in a Select option

Features

  • default selected value and custom text with useSelect (#681) (c9125c8)

v0.37.0

27 Feb 09:16
Compare
Choose a tag to compare

0.37.0 (2024-02-27)

⚠ BREAKING CHANGES

  • in the dropzone component, rename "fileValidator" prop to "validator"

Features

  • extend drop zone component properties (#675) (34f23b5)

v0.36.0

22 Feb 07:46
fcb4a8e
Compare
Choose a tag to compare

0.36.0 (2024-02-21)

⚠ BREAKING CHANGES

  • type prop was removed from RadioGroup component, the classic type being replaced by the blueprintjs component

Features

  • add tag to button component and toolbar items (#654) (bd04e6e)
  • add trigger option to popover toolbar (#666) (5eebe1b)
  • create useSelect hook to make the Select component better with keyboard navigation (#645) (2317f62)
  • replace classic radio button with blueprintjs radio (#664) (c944af2)

v0.35.0

13 Feb 09:22
Compare
Choose a tag to compare

0.35.0 (2024-02-13)

⚠ BREAKING CHANGES

  • remove ButtonGroup component (#663)
  • changed font sizes in components accordingly but this is possibly breaking layout

Features

Documentation

v0.34.0

31 Jan 12:49
Compare
Choose a tag to compare

0.34.0 (2024-01-31)

Features

  • render color picker dropdown in blueprintjs Popover (5c48821)

v0.33.0

29 Jan 09:43
722bf65
Compare
Choose a tag to compare

0.33.0 (2024-01-26)

⚠ BREAKING CHANGES

  • remove Modal component in favor of blueprintjs' Dialog component (#626)
  • remove component tabs in favor of blueprintjs Tabs component (#624)
  • Table's font size changed from 12px to 14px. Table border prop rename to hasBorder
  • You should use ValueRenderer.Header instead of ValueRenderer.Title inside of Table.Header

Features

  • add a 'disabled' prop to Toolbar.Item (#615) (c5352bc)
  • add noTooltip prop to Toolbar.Item (#629) (82a2be9)
  • improve layout of tabs (#630) (123f72f)
  • remove Modal component in favor of blueprintjs' Dialog component (#626) (64ad1d0)
  • use blueprint html table, adds bordered, compact, interactive and striped props (#611) (fef5ea7)

Bug Fixes

  • disable auto-translate of applications (#637) (c6bef12)

Documentation

  • create controllable tooltip on button stories (#619) (bf1bfde)
  • fix keyboard navigation in most select stories (f917094)

Miscellaneous Chores

  • add missing breaking changes to changelog (#618) (d2d3871)

Code Refactoring

  • remove component tabs in favor of blueprintjs Tabs component (#624) (ebf6eb7)