Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 27.4.0 #884

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 4, 2025

🤖 I have created a release beep boop

27.4.0 (2025-02-04)

🚀 Features

  • <Button width="full" align="start|center|end"> (#647) (c64b6da)
  • Add 'medium' weight to Heading (#814) (c3ac8d1)
  • Add --reactist-font-family-monospace with updated font family (#813) (3366d1e)
  • Add alignSelf to &lt;Box&gt; (#642) (0d553fd)
  • Add ref support to ModalBody component (#841) (c010b85)
  • Add startIcon support to TextField (#717) (56ae464)
  • Add xsmall size to the Modal component (#839) (e194265)
  • Add a semantic message and tone to most field components (#667) (df21fe4)
  • add an option for a custom container className for toasts container (#800) (1d03cd8)
  • Add aria-label prop to Loading component (#472) (61f91ca)
  • Add Badge component (#703) (d12cea2)
  • Add notification component (#410) (1619fb6)
  • Add positive tone to Text component (671fa3b)
  • Add support for Menu as context menu (#714) (25a93d2)
  • Add support for preventing Modal from hiding when clicking overlay (#722) (2f4a44a)
  • Add TooltipContext to set global timeout values (#846) (ec1f638)
  • Add warning tone for Badge (#826) (d6c635b)
  • Add xsmall size to Loading component (7d2a848)
  • Allow buttons to customize tooltip gapSize (#636) (f4fad36)
  • Allow buttons to have fully rounded/circular corners (#670) (280b5d6)
  • Allow defining a custom class on the Modal's overlay (#718) (879a6f4)
  • Badge component improvements (#737) (94c847a)
  • Enhance the label property in CheckboxField to be of the type React.ReactNode (#697) (5cea662)
  • Expose showTimeout and hideTimeout props for Tooltip (#845) (ef4d195)
  • Expose CSS variables for theming the SwitchField component (#765) (2ecbb50)
  • Expose input border colours as --reactist-inputs-* variables (#790) (1feff1c)
  • feat: Add variant support to SelectField (#724) (8e0bba2)
  • Field and textarea components improvements (#683) (ca776d3)
  • Improved tooltip, support for arrow in tooltips (#742) (deeb7bd)
  • Introduce a "bordered" variant for all text-like fields (#669) (76ecaca)
  • New Prose component to style free-form HTML content consistently (#756) (c79eaf8)
  • New Banner component (dffbab1)
  • New Banner component (#750) (dffbab1)
  • Reduce default height for Tabs, expose custom property for customization (#690) (52f82c6)
  • Set badges to semibold (#708) (49d8866)
  • Support CSS gap in Box, use it for spacing in Stack, Inline, Columns (#739) (25145a2)
  • support dismissing toast when action is clicked (#763) (f1a2f04)
  • TextArea autoexpand (#740) (cf218f0)
  • TextField: add support for customizable character count position (#883) (7359aa4)
  • Unify Alert and Banner under a single Banner component with new designs (#855) (663458d)
  • Update &lt;Alert&gt; component's design (#806) (c3fe38b)
  • Updates Avatar to support responsive patterns (#611) (75526d5)
  • Use link colors when inline code is wrapped in links (#785) (f08662b)

🐛 Bug Fixes

  • [Box] Using "start" as a value for textAlign doesn't add text alignment (#631) (97c673a)
  • Add missing menu styling for Safari (#666) (c46c095)
  • Add prop table for modal story (#532) (45f03c8)
  • Adds margin to Menu's viewport positioning (#602) (1e6e084)
  • Adjust modal alignment to middle at breakpoint (#821) (3aefefb)
  • allow customization of system 'Banner' icons through CSS variables (#858) (d88972b)
  • Allow stylesheets to be bundled in storybook production build (#473) (4166c5a)
  • Allow submenus to be rendered and support keyboard navigation (#715) (17acd89)
  • Allow z-index override for Tooltip (#747) (8b69436)
  • Better alignment between menu and anchor (#668) (8de748f)
  • Better alignment for Alert icons (#807) (edb0fef)
  • Better icon alignment for the Notice component (#848) (5fee496)
  • Call MenuItem onClick if provided (#477) (6ec5e4e)
  • Change Badge component to bold + set explicit line height (0839c58)
  • Change Badge component to bold + set explicit line height (#755) (0839c58)
  • Clicks originating inside modal and ending on backdrop no longer close modal (#736) (8875cbd)
  • create documentation for TextLink and adjust style (#859) (41f2310)
  • Default Menu to have modal mode enabled (#745) (c390c62)
  • Deprecated modal import paths in story (#704) (2c856a1)
  • Disable cross-frame focus lock (#840) (e2e97b4)
  • Enforce minimum width for CheckboxField (3166d01)
  • Enforce minimum width for CheckboxField (#712) (3166d01)
  • Enforce padding in CheckboxField and accept optional icon (0fa2c99)
  • Enforce padding in CheckboxField and accept optional icon (#719) (0fa2c99)
  • Ensure TextArea autoExpand is acknowledged on its initial value (#772) (8cd467d)
  • ensure TextLink styles are applied to nested elements (#860) (391d00f)
  • Ensure tooltip doesn't override its anchor's ref (#665) (ede8261)
  • Ensure Tooltips work with anchors that have an as prop (#684) (831fbc2)
  • Explicitly omit crossOrigin and placeholder props (#812) (f269e67)
  • Export Banner component (aad0405)
  • Export Banner component (#752) (aad0405)
  • Export TooltipProvider as a component (#847) (40a73f4)
  • Fixes to the startIcon feature on TextField (#769) (9ece57d)
  • Hide Modal Header close button column when the button is not rendered (#633) (d983f13)
  • Loading component no longer spins off-centre (#474) (55c42b0)
  • Modal header's min-height is now applied when header has no button (#655) (2632e67)
  • Prefer flipping submenu to left side over to the bottom (#853) (10ef8be)
  • Prevent badge text from wrapping (#810) (6140226)
  • Prevent menu items with aria-disabled=false from being disabled (#518) (ff476ca)
  • Render submenus at the bottom when there isn't enough space (#844) (c9c7406)
  • Reset input padding for bordered TextField (01b3cc9)
  • Set <Prose> horizontal rule color to Divider/Primary (#852) (75441cd)
  • Set 300px max-with on Tooltip (#748) (aa705b7)
  • Set correct height for tabs (#854) (3594542)
  • Set min and max-height on reactist_menulist (#689) (012062b)
  • Set pointer-events none for button elements to ensure GA tracking (6f5f04f)
  • Set pointer-events none for button elements to ensure GA tracking (#743) (6f5f04f)
  • Set Tab line-height to 21px (#851) (5c79f80)
  • set TextLink color using CSS variable (fffa223)
  • Show button focus styles only when needed (#648) (de899d3)
  • Tabs layout got broken with Box gap feature (#741) (eada31f)
  • TextArea now controls the width and only allows resizing vertically (#695) (beadad7)
  • TextField: adjust character count threshold to zero (#882) (6292d06)
  • Tooltip no longer re-created anchor when tooltip content changes (#773) (b745957)
  • Tweak badge height as per design mocks (8e73065)
  • Tweak badge height as per design mocks (#757) (8e73065)
  • Update default medium font-weight to 600 (#622) (fe4a7e4)
  • Using a menu both triggered by a button and by right-click (#791) (00bff7c)
  • Various fixes to the ModalActions component (#615) (02bd83e)
  • Vertical alignment of inline code inside a Prose component (#811) (535d69c)

🧰 Maintenance

  • Adopt @doist/eslint-config (#377) (6dc59f9)
  • Allow authenticated operations against the GitHub Packages registry (#780) (4667c04)
  • change dependabot commit prefix (#871) (f2e786f)
  • Change deprecated way to import React (#699) (92127ba)
  • deploy storybook only when publishing package (#878) (1668f8c)
  • deps: bump decode-uri-component from 0.2.0 to 0.2.2 (#721) (e4e0c3f)
  • deps: bump loader-utils from 1.4.0 to 1.4.2 (#713) (c21c8a8)
  • deps: bump shelljs from 0.8.4 to 0.8.5 (#627) (436747f)
  • document maxLength property in TextField component (#857) (bbcae01)
  • fix dependabot config syntax (#879) (89ddb9a)
  • Fix flaky Time component test by freezing clock (#766) (281170c)
  • Fix npm package provenance (#774) (e49fc08)
  • Fix npm package provenance (GitHub Packages) (#775) (9f440d2)
  • implement release-please to automate release creation (#863) (7f5f754)
  • include all changes in release creation (#870) (da74067)
  • Introduce Chromatic for visual regression tests (#730) (62102eb)
  • Make label full width configurable (#663) (150c485)
  • Migrate modal story to pure MDX story format (#520) (a05f186)
  • migrate to latest release-please action (#874) (7ab6aec)
  • Modal alignment to middle at breakpoint adjustment (#823) (a6142b8)
  • More modern React imports and other minor code improvements (#700) (6852121)
  • Refactor modal stories, new modal prop portalElement (#731) (412de7e)
  • Remove deprecated set-output usage (#716) (efd2e6b)
  • Remove references to Figma designs (#639) (ea4b7b1)
  • Replace Reakit with Ariakit (#662) (d0ea8c5)
  • set sensible timeout (#620) (b9ba086)
  • set target-branch to release-please action (#872) (dde0fff)
  • Set up node version before building storybook (#783) (021c6a3)
  • unify existing changelog content format (#876) (9cc1be2)
  • Update CODE_OF_CONDUCT.md to Contributor Covenant v2.1 (#705) (08dcd18)
  • Update form field components to align with the new design spec (#842) (cc876ef)
  • Update readme with further details on the release process (#507) (c1421a4)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants