Skip to content

Releases: brainly/style-guide

v225.1.0 (05 Jun 2023)

05 Jun 12:26
Compare
Choose a tag to compare

Features:

  • New Tooltip component #2732
  • CardCheckbox and CardRadioGroup Components #2692
  • Improve click experience of chip for iOS #2753

Fixes:

  • use local module for useIsomorphicLayout #2748
  • use useFirstPaint to control animation in Checkbox and Radio #2744
  • Fix typo in CI workflow #2750
  • invalid Text prop in story #2751
  • Fix type mismatch in CardRadioGroup Story #2752
  • SelectMenu bugfixes #2721

Full Changelog: v225.0.0...v225.1.0

v225.0.0 (17 May 2023)

18 May 07:49
Compare
Choose a tag to compare

Breaking changes

  • Add new inverted logos, revert Brainly+ logo experiment, add new Brainly+ and BrainlyTutor logos, remove brainly-plus-small and brainly-tutor-small logos (#2703) Change: Visual Marking release change containing visual changes e.g colors or size

Features

  • Add white circle to the checked Radio (#2741) Change: Visual Marking release change containing visual changes e.g colors or size
  • Parametrise focus widths (#2711) Change: Internal Layout Marking release change containing modifications inside internal layout or dom tree

Bug Fixes

  • make RadioGroup onChange prop optional (#2742)

Documentation

  • Fix source code of stories with custom decorators (#2740)

v224.5.0 (2 May 2023)

02 May 08:39
4bec204
Compare
Choose a tag to compare

Features

Bug Fixes

  • Do not animate origins (#2735)

Documentation

  • Add misc icons implicit group to the story (#2737)

v224.4.0 (26 Apr 2023)

26 Apr 11:30
Compare
Choose a tag to compare

Features

  • Add button type to Search #2733

v224.3.0 (24 Apr 2023)

02 May 08:19
Compare
Choose a tag to compare

Features

  • add new border radius tokens (#2717)

Bug fixes

  • fix jumping search icon (#2729)

v224.2.0 (21 Apr 2023)

02 May 08:24
Compare
Choose a tag to compare

Features

  • UnstyledButton (#2718)
  • Chip component (#2715)
  • Allow Flex component to be flex child (#2725)

Bug Fixes

  • fix invalid input border on children (#2727)
  • fix search unmounts unexpectedly (#2726) Change: Internal Layout Marking release change containing modifications inside internal layout or dom tree

v224.1.0 (19 Apr 2023)

02 May 08:25
Compare
Choose a tag to compare

Features

  • add disabled state to input (#2707)
  • Add options icon to web icons (#2723)

v224.0.0 (17 Apr 2023)

17 Apr 10:46
Compare
Choose a tag to compare

Breaking changes

  • Add colors and types to Counter component (#2714)

Fixes

v223.2.0 (28 Mar 2023)

28 Mar 14:46
Compare
Choose a tag to compare

Features

  • add spaced prop for Breadcrumb component (#2706)
  • add gap prop to Flex (#2705)
  • New SelectMenu component (#2665)
  • add aria-modal props to Dialog (#2700)
  • Add animation debug mode for visual testing (#2683)
  • Sparks component ✨ (#2675)

Fixes

  • remove baseline as accepted prop for Flex justifyContent (#2702)
  • Make SubjectIcon svg title id unique (#2701) Change: Internal Layout Marking release change containing modifications inside internal layout or dom tree
  • Flex align content missing styles (#2690)

Docs

  • Tweak a few headings and TOC items in Storybook (#2673)
  • patch @storybook/react to fix polluted code snippets (#2688)
  • fix live editor crashing storybook (#2685)

v223.1.0 (27 Feb 2023)

27 Feb 13:42
Compare
Choose a tag to compare

Features

  • scale up hover effect & press feedback buttons (#2636)
    Change: Visual Marking release change containing visual changes e.g colors or size

Tests

  • Rewrite tests with react testing library (#2669)