Skip to content

Releases: mongodb/leafygreen-ui

@lg-charts/[email protected]

07 Nov 21:32
eb914eb
Compare
Choose a tag to compare

Minor Changes

@lg-charts/[email protected]

05 Nov 16:50
967f6b4
Compare
Choose a tag to compare

Minor Changes

  • 728fa7a: Replaces unit prop of XAxis and YAxis with formatter prop

Patch Changes

  • 50a7c49: - Fixes hiding chart elements when components are removed.
    • Fixes adding of duplicate series.

@leafygreen-ui/[email protected]

31 Oct 18:07
813442f
Compare
Choose a tag to compare

Major Changes

  • 08112c8: LG-4630: Apply highlight to first menu item only when opened with keyboard

Patch Changes

@leafygreen-ui/[email protected]

31 Oct 18:07
813442f
Compare
Choose a tag to compare

Minor Changes

  • cb71e89: Fix escape key logic for popover components in Modal. Previously, when a popover component was opened in a modal and escape key was pressed, the FocusTrap logic would deactivate which would interfere with key down listeners in the popover component. escapeDeactivates in the FocusTrap in Modal is now set to false to prevent this from happening.

@leafygreen-ui/[email protected]

31 Oct 18:07
813442f
Compare
Choose a tag to compare

Major Changes

  • 08112c8: LG-4630: Apply highlight to first menu item only when opened with keyboard

@lg-charts/[email protected]

30 Oct 19:53
77e46c9
Compare
Choose a tag to compare

Minor Changes

  • df07b6b: Adds XAxis and YAxis components, improves update logic, and improves Storybook.

    • Adds XAxis component for adding an x-axis to a chart.
    • Adds YAxis component for adding a y-axis to a chart.
    • Improves chart options update logic
      • lodash.merge was being used originally, but this didn't work quite as expected. The goal is to merge partial options objects in without overwriting previously set options that are unrelated to the update. This was not how it worked, leading to bugs when updating the same base keys with different options. I.e. when adding splitLine configurations on xAxis in order to add grid lines, then adding more axis specific config in XAxis related to the actual axis, the splitLine would be totally overwritten.
    • Improves @lg-charts/core Storybook, by adding better descriptions and organization.

@lg-charts/[email protected]

30 Oct 14:41
73bcc0c
Compare
Choose a tag to compare

Patch Changes

  • 685e153: Fixes bad import in Chart component

@lg-charts/[email protected]

29 Oct 19:22
902180e
Compare
Choose a tag to compare

Minor Changes

  • 1be6f67: Adds core chart components package

    • Adds Chart component for overarching chart configuration.
    • Adds Line component for adding individual series data to a chart.
    • Adds Grid component for configuring grid line on a chart.

@leafygreen-ui/[email protected]

02 Oct 13:59
4102a96
Compare
Choose a tag to compare

Minor Changes

  • f38cdc3: Exports getTestUtils from Button package

@leafygreen-ui/[email protected]

01 Oct 15:11
5eec042
Compare
Choose a tag to compare

Minor Changes

  • 43c8951: Adds 'EmptyFolder' and 'EmptyDatabase' glyphs