Skip to content

Releases: benji6/eri

v45.1.5

05 Aug 16:00
Compare
Choose a tag to compare

45.1.5 (2024-08-05)

Bug Fixes

  • migrate from react-transition-group to react-transition-state (3bdb51a)

v45.1.4

17 Jun 21:07
Compare
Choose a tag to compare

45.1.4 (2024-06-17)

Bug Fixes

  • Dialog: handle escape key correctly (3a2aa8e)

v45.1.3

24 Mar 11:41
Compare
Choose a tag to compare

45.1.3 (2024-03-24)

Bug Fixes

  • LineChart: filter out points that are provided that do not fall within the chart domain (4495d2d)

v45.1.2

11 Feb 12:18
Compare
Choose a tag to compare

45.1.2 (2024-02-11)

Bug Fixes

  • ColumnsChart: fix issue where columns with zero height sometimes appeared to have full height in Chromium-based browsers (3993338)

v45.1.1

17 Jan 22:35
Compare
Choose a tag to compare

45.1.1 (2024-01-17)

Bug Fixes

v45.1.0

17 Jan 21:44
Compare
Choose a tag to compare

45.1.0 (2024-01-17)

Features

  • shuffleBackgroundMesh: export new function and use a mesh gradient for the app background (412d6ae)

v45.0.0

18 Dec 22:45
Compare
Choose a tag to compare

45.0.0 (2023-12-18)

  • feat(Chart.LineChart) add points prop (9a9e293)

BREAKING CHANGES

  • Chart.Points removed. Use points prop on Chart.LineChart instead

v44.2.3

29 Oct 15:30
Compare
Choose a tag to compare

44.2.3 (2023-10-29)

Bug Fixes

v44.2.2

28 Sep 07:48
Compare
Choose a tag to compare

44.2.2 (2023-09-28)

Bug Fixes

  • Chart.LineChart: allow multiple x labels with the same text (1d8ce0b)

v44.2.1

27 Sep 12:45
Compare
Choose a tag to compare

44.2.1 (2023-09-27)

Bug Fixes

  • Chart.LineChart: smarter margins when X axis labels are centered (952d9e4)