Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gestalt-datepicker

pinterest19.5kApache-2.0177.0.0TypeScript support: included

A React UI datepicker component which enforces Pinterest's design language

datepicker, design system, pinterest, react, ui library

readme

Gestalt DatePicker

NPM Version

Installation

The package can be installed via npm:

npm i gestalt --save
npm i gestalt-datepicker --save

Or via yarn:

yarn add gestalt
yarn add gestalt-datepicker

Usage

Gestalt DatePicker exports each component as ES6 modules and a single, precompiled CSS file:

import { DatePicker } from 'gestalt-datepicker';
import 'gestalt-datepicker/dist/gestalt-datepicker.css';

changelog

177.0.0 (Apr 10, 2025)

Major

176.1.2 (Apr 7, 2025)

Patch

176.1.1 (Apr 7, 2025)

Patch

176.1.0 (Apr 2, 2025)

Minor

176.0.4 (Apr 2, 2025)

Patch

176.0.3 (Apr 1, 2025)

Patch

176.0.2 (Apr 1, 2025)

Patch

  • Masonry: Add unit test to verify the overlap bug on dynamic heights v2 is fixed (#4017) - Preview link

176.0.1 (Apr 1, 2025)

Patch

  • Masonry: Add integration test for dynamic heights v2 and masonry testing page (#4021) - Preview link

176.0.0 (Apr 1, 2025)

Major

  • Heading: deprecating size 500, moving 500 to 600 and 600 to 700 (#4062) - Preview link

175.3.0 (Apr 1, 2025)

Minor

175.2.0 (Apr 1, 2025)

Minor

175.1.1 (Apr 1, 2025)

Patch

175.1.0 (Mar 31, 2025)

Minor

175.0.6 (Mar 31, 2025)

Patch

175.0.5 (Mar 31, 2025)

Patch

175.0.4 (Mar 31, 2025)

Patch

175.0.3 (Mar 30, 2025)

Patch

175.0.2 (Mar 30, 2025)

Patch

  • Docs: refactor to enable CALICO theme from selector in Gestalt Docs (#4055) - Preview link

175.0.1 (Mar 30, 2025)

Patch

175.0.0 (Mar 29, 2025)

Major

  • ColorSchemeProvider: Refactor ColorSchemeProvider & separated concerns into DesignTokensProvider (#4054) - Preview link

174.3.3 (Mar 27, 2025)

Patch

174.3.2 (Mar 26, 2025)

Patch

174.3.1 (Mar 26, 2025)

Patch

  • SearchGuide: (mWeb) update color variant "11" to match figma in dark mode (#4050) - Preview link

174.3.0 (Mar 24, 2025)

Minor

174.2.2 (Mar 24, 2025)

Patch

174.2.1 (Mar 21, 2025)

Patch

174.2.0 (Mar 20, 2025)

Minor

174.1.2 (Mar 19, 2025)

Patch

174.1.1 (Mar 19, 2025)

Patch

  • Internal: [Snyk] Security upgrade react-cookie from 4.1.1 to 8.0.1 (#4044) - Preview link

174.1.0 (Mar 18, 2025)

Minor

174.0.0 (Mar 18, 2025)

Major

173.2.2 (Mar 18, 2025)

Patch

173.2.1 (Mar 17, 2025)

Patch

173.2.0 (Mar 17, 2025)

Minor

  • ChartGraph: added support to custom labels in bars + new ChartGraph.Label (#4039) - Preview link

173.1.2 (Mar 17, 2025)

Patch

173.1.1 (Mar 10, 2025)

Patch

  • ChartGraph: Upgrade recharts for ChartGraph to support React 19 (#4034) - Preview link

173.1.0 (Mar 10, 2025)

Minor

  • Masonry: Fix Multi-Column Module Positioning Bug on Dynamic Heights V2 (#4033) - Preview link

173.0.0 (Mar 8, 2025)

Major

  • PopoverMessage: renamed PopoverEducational to PopoverMessage + support to type=education and type=notification (#4032) - Preview link

172.14.2 (Mar 7, 2025)

Patch

172.14.1 (Mar 7, 2025)

Patch

  • Revert "Masonry: Fix Multi-Column Module Positioning Bug on Dynamic H… (#4031) - Preview link

172.14.0 (Mar 6, 2025)

Minor

172.13.3 (Mar 6, 2025)

Patch

  • Masonry: Fix Multi-Column Module Positioning Bug on Dynamic Heights V2 and Optimize Height Recalculation (#4029) - Preview link

172.13.2 (Mar 5, 2025)

Patch

172.13.1 (Mar 5, 2025)

Patch

172.13.0 (Mar 5, 2025)

Minor

172.12.0 (Mar 5, 2025)

Minor

  • ChartGraph, TileData, TagData: support neutral dataviz color & opacity (#4026) - Preview link

172.11.0 (Mar 4, 2025)

Minor

172.10.8 (Mar 3, 2025)

Patch

172.10.7 (Mar 3, 2025)

Patch

172.10.6 (Mar 3, 2025)

Patch

172.10.5 (Feb 28, 2025)

Patch

  • Image, Video: if image or track src is empty string "" then set as undefined (#4013) - Preview link

172.10.4 (Feb 28, 2025)

Patch

172.10.3 (Feb 28, 2025)

Patch

172.10.2 (Feb 28, 2025)

Patch

172.10.1 (Feb 27, 2025)

Patch

  • DateField: fix to exclude more (unrecognized) attributes to reach input html (#4018) - Preview link

172.10.0 (Feb 27, 2025)

Minor

172.9.6 (Feb 27, 2025)

Patch

172.9.5 (Feb 26, 2025)

Patch

172.9.4 (Feb 25, 2025)

Patch

  • SearchGuide: fix stacking context bug with isolation='isolate' (#4011) - Preview link

172.9.3 (Feb 22, 2025)

Patch

172.9.2 (Feb 21, 2025)

Patch

172.9.1 (Feb 21, 2025)

Patch

172.9.0 (Feb 20, 2025)

Minor

172.8.6 (Feb 20, 2025)

Patch

172.8.5 (Feb 20, 2025)

Patch

  • DatePicker: add private prop _overrideRangeDateFix to enable correct logic in date ranges (#4000) - Preview link

172.8.4 (Feb 19, 2025)

Patch

  • Link: fix a warning from accessibility pause in AccessibilityLinkActionIcon (#4002) - Preview link

172.8.3 (Feb 19, 2025)

Patch

172.8.2 (Feb 18, 2025)

Patch

172.8.1 (Feb 14, 2025)

Patch

172.8.0 (Feb 14, 2025)

Minor

172.7.0 (Feb 13, 2025)

Minor

172.6.4 (Feb 12, 2025)

Patch

172.6.3 (Feb 11, 2025)

Patch

172.6.2 (Feb 11, 2025)

Patch

172.6.1 (Feb 10, 2025)

Patch

172.6.0 (Feb 7, 2025)

Minor

172.5.0 (Feb 7, 2025)

Minor

172.4.0 (Feb 7, 2025)

Minor

172.3.0 (Feb 7, 2025)

Minor

172.2.3 (Feb 6, 2025)

Patch

172.2.2 (Feb 6, 2025)

Patch

172.2.1 (Feb 5, 2025)

Patch

172.2.0 (Feb 5, 2025)

Minor

172.1.0 (Feb 5, 2025)

Minor

172.0.1 (Feb 3, 2025)

Patch

172.0.0 (Feb 3, 2025)

Major

171.6.0 (Feb 3, 2025)

Minor

171.5.0 (Feb 3, 2025)

Minor

171.4.0 (Jan 31, 2025)

Minor

  • Spinner, Text, TextUI: add label to Spinner, and id to TextUI and Text #3947 (#3971) - Preview link

171.3.1 (Jan 31, 2025)

Patch

171.3.0 (Jan 31, 2025)

Minor

171.2.0 (Jan 31, 2025)

Minor

171.1.2 (Jan 31, 2025)

Patch

171.1.1 (Jan 31, 2025)

Patch

171.1.0 (Jan 31, 2025)

Minor

171.0.1 (Jan 30, 2025)

Patch

171.0.0 (Jan 30, 2025)

Major

170.1.0 (Jan 30, 2025)

Minor

170.0.0 (Jan 30, 2025)

Major

  • SearchField, DefaultLabelProvider: add default accessibility label for clean input button (#3959) - Preview link

169.3.0 (Jan 29, 2025)

Minor

169.2.4 (Jan 29, 2025)

Patch

  • Spinner, BannerSlim, Text, TextUI: revert some changes creating some unexpected resizes in some prod surfaces (#3962) - Preview link

169.2.3 (Jan 28, 2025)

Patch

169.2.2 (Jan 24, 2025)

Patch

169.2.1 (Jan 22, 2025)

Patch

  • Internal: renaming Visual Refresh experiment name to snake_case (#3955) - Preview link

169.2.0 (Jan 22, 2025)

Minor

169.1.6 (Jan 22, 2025)

Patch

  • DateRange: fix date selection bug when you disable secondary range (#3953) - Preview link

169.1.5 (Jan 22, 2025)

Patch

  • DateRange: fix date input border radius when radio group is present (web) (#3952) - Preview link

169.1.4 (Jan 17, 2025)

Patch

169.1.3 (Jan 17, 2025)

Patch

169.1.2 (Jan 17, 2025)

Patch

169.1.1 (Jan 16, 2025)

Patch

169.1.0 (Jan 16, 2025)

Minor

  • Spinner, Text, TextUI: add label to Spinner, and id to TextUI and Text (#3947) - Preview link

169.0.4 (Jan 16, 2025)

Patch

169.0.3 (Jan 16, 2025)

Patch

169.0.2 (Jan 16, 2025)

Patch

169.0.1 (Jan 16, 2025)

Patch

169.0.0 (Jan 16, 2025)

Major

168.0.3 (Jan 16, 2025)

Patch

168.0.2 (Jan 15, 2025)

Patch

168.0.1 (Jan 15, 2025)

Patch

168.0.0 (Jan 15, 2025)

Major

  • Masonry: Remove _loadingStateItems and _renderLoadingStateItems props (#3938) - Preview link

167.7.0 (Jan 14, 2025)

Minor

167.6.0 (Jan 14, 2025)

Minor

167.5.1 (Jan 13, 2025)

Patch

167.5.0 (Jan 13, 2025)

Minor

  • Link, ButtonLink: support to experimental onMouseEnter, onMouseLeave to support prefetching logic (#3933) - Preview link

167.4.1 (Jan 13, 2025)

Patch

167.4.0 (Jan 10, 2025)

Minor

167.3.0 (Jan 8, 2025)

Minor

167.2.0 (Jan 8, 2025)

Minor

167.1.4 (Jan 8, 2025)

Patch

167.1.3 (Jan 7, 2025)

Patch

167.1.2 (Jan 7, 2025)

Patch

  • IconCompact: added docs, accessibility tests, and indexed component (#3924) - Preview link

167.1.1 (Jan 7, 2025)

Patch

167.1.0 (Jan 6, 2025)

Minor

  • DatePicker, TextField: 1. fix open behavior, 2. support to onClick (#3921) - Preview link

167.0.1 (Jan 6, 2025)

Patch

167.0.0 (Jan 4, 2025)

Major

166.3.0 (Jan 3, 2025)

Minor

166.2.3 (Jan 2, 2025)

Patch

  • DateRange: Highlight secondary range in DateRange component (web) (#3910) - Preview link

166.2.2 (Jan 2, 2025)

Patch

  • DateRange: Remove overflow prop and apply border radius with css instead (web) (#3909) - Preview link

166.2.1 (Dec 17, 2024)

Patch

  • Masonry: Update fluid grid to not floor column width (take two) (#3913) - Preview link

166.2.0 (Dec 9, 2024)

Minor

166.1.0 (Dec 6, 2024)

Minor

166.0.5 (Dec 5, 2024)

Patch

166.0.4 (Dec 4, 2024)

Patch

  • BannerCallout: Remove Children.only logic prone to break if message is undefined in runtime (#3906) - Preview link

166.0.3 (Dec 4, 2024)

Patch

166.0.2 (Dec 4, 2024)

Patch

  • SearchGuide: VR Changes to selected states, trailing icon change, leading icon and size change (#3903) - Preview link

166.0.1 (Dec 3, 2024)

Patch

166.0.0 (Dec 2, 2024)

Major

  • SideNavigation, Tabs, DefaultLabelProvider: implemented Indicator (#3901) - Preview link

165.5.0 (Dec 2, 2024)

Minor

165.4.5 (Nov 29, 2024)

Patch

165.4.4 (Nov 29, 2024)

Patch

165.4.3 (Nov 28, 2024)

Patch

165.4.2 (Nov 28, 2024)

Patch

165.4.1 (Nov 27, 2024)

Patch

165.4.0 (Nov 26, 2024)

Minor

165.3.1 (Nov 26, 2024)

Patch

  • BannerCallout: implement internal IconCompactButton for dismiss button (VR only) (#3893) - Preview link

165.3.0 (Nov 25, 2024)

Minor

165.2.3 (Nov 25, 2024)

Patch

165.2.2 (Nov 22, 2024)

Patch

165.2.1 (Nov 20, 2024)

Patch

165.2.0 (Nov 20, 2024)

Minor

165.1.8 (Nov 20, 2024)

Patch

165.1.7 (Nov 20, 2024)

Patch

165.1.6 (Nov 20, 2024)

Patch

165.1.5 (Nov 19, 2024)

Patch

  • Icon: rename ios compact sparkle icon to adhere to naming pattern (#3886) - Preview link

165.1.4 (Nov 19, 2024)

Patch

165.1.3 (Nov 19, 2024)

Patch

165.1.2 (Nov 19, 2024)

Patch

  • Revert "Masonry: Update fullWidthLayout to not floor column widths" (#3885) - Preview link

165.1.1 (Nov 18, 2024)

Patch

165.1.0 (Nov 15, 2024)

Minor

165.0.6 (Nov 15, 2024)

Patch

165.0.5 (Nov 15, 2024)

Patch

165.0.4 (Nov 15, 2024)

Patch

165.0.3 (Nov 14, 2024)

Patch

165.0.2 (Nov 14, 2024)

Patch

165.0.1 (Nov 14, 2024)

Patch

165.0.0 (Nov 12, 2024)

Major

164.2.5 (Nov 9, 2024)

Patch

164.2.4 (Nov 7, 2024)

Patch

164.2.3 (Nov 6, 2024)

Patch

164.2.2 (Nov 6, 2024)

Patch

164.2.1 (Nov 6, 2024)

Patch

  • Pog, IconButton: add "transparentDarkBackground" value for bgColor (#3856) - Preview link

164.2.0 (Nov 6, 2024)

Minor

164.1.2 (Nov 6, 2024)

Patch

164.1.1 (Nov 6, 2024)

Patch

  • DateField: VR fixes to standardize form fields and match them to Figma spacing (#3855) - Preview link

164.1.0 (Nov 5, 2024)

Minor

  • DateRange: add readonly optinal prop to DateRange component (web) (#3851) - Preview link

164.0.1 (Nov 5, 2024)

Patch

  • DatePicker: VR fixes to standardize form fields and match them to Figma spacing (#3850) - Preview link

164.0.0 (Nov 5, 2024)

Major

163.10.1 (Nov 5, 2024)

Patch

  • Masonry: Add early bailout to be configurable from the outside (#3852) - Preview link

163.10.0 (Nov 5, 2024)

Minor

163.9.6 (Nov 5, 2024)

Patch

  • SearchField: VR fixes to standardize form fields and match them to Figma spacing (#3848) - Preview link

163.9.5 (Nov 5, 2024)

Patch

  • SelectList: VR fixes to standardize form fields and match them to Figma spacing (#3847) - Preview link

163.9.4 (Nov 5, 2024)

Patch

163.9.3 (Nov 4, 2024)

Patch

163.9.2 (Nov 2, 2024)

Patch

163.9.1 (Nov 1, 2024)

Patch

163.9.0 (Nov 1, 2024)

Minor

163.8.6 (Nov 1, 2024)

Patch

163.8.5 (Nov 1, 2024)

Patch

163.8.4 (Oct 31, 2024)

Patch

163.8.3 (Oct 31, 2024)

Patch

163.8.2 (Oct 31, 2024)

Patch

163.8.1 (Oct 30, 2024)

Patch

163.8.0 (Oct 30, 2024)

Minor

163.7.0 (Oct 29, 2024)

Minor

163.6.9 (Oct 29, 2024)

Patch

163.6.8 (Oct 29, 2024)

Patch

163.6.7 (Oct 29, 2024)

Patch

163.6.6 (Oct 29, 2024)

Patch

163.6.5 (Oct 25, 2024)

Patch

163.6.4 (Oct 25, 2024)

Patch

163.6.3 (Oct 25, 2024)

Patch

163.6.2 (Oct 24, 2024)

Patch

163.6.1 (Oct 24, 2024)

Patch

163.6.0 (Oct 24, 2024)

Minor

  • Box, Flex: extended margin/padding range with 0.25, 0.5 and 1.5 (#3822) - Preview link

163.5.2 (Oct 24, 2024)

Patch

163.5.1 (Oct 24, 2024)

Patch

163.5.0 (Oct 24, 2024)

Minor

163.4.1 (Oct 23, 2024)

Patch

163.4.0 (Oct 23, 2024)

Minor

  • Masonry: Log number of iterations it takes to find optimal whitespace (#3817) - Preview link

163.3.1 (Oct 23, 2024)

Patch

163.3.0 (Oct 23, 2024)

Minor

  • PopoverEducational: Add Experimental Prop for Notification (background color change) (#3818) - Preview link

163.2.0 (Oct 23, 2024)

Minor

163.1.0 (Oct 22, 2024)

Minor

163.0.0 (Oct 21, 2024)

Major

162.7.1 (Oct 21, 2024)

Patch

162.7.0 (Oct 21, 2024)

Minor

162.6.1 (Oct 21, 2024)

Patch

162.6.0 (Oct 18, 2024)

Minor

162.5.1 (Oct 18, 2024)

Patch

162.5.0 (Oct 16, 2024)

Minor

162.4.2 (Oct 16, 2024)

Patch

162.4.1 (Oct 16, 2024)

Patch

162.4.0 (Oct 16, 2024)

Minor

162.3.0 (Oct 16, 2024)

Minor

162.2.0 (Oct 11, 2024)

Minor

162.1.2 (Oct 11, 2024)

Patch

  • SearchGuide: Fixing issue with selected/focus and shrinking image (#3799) - Preview link

162.1.1 (Oct 9, 2024)

Patch

162.1.0 (Oct 9, 2024)

Minor

162.0.0 (Oct 8, 2024)

Major

  • Popover, Dropdown, PopoverEducational: support forcePosition prop (#3744) - Preview link

161.2.1 (Oct 4, 2024)

Patch

161.2.0 (Oct 4, 2024)

Minor

161.1.2 (Oct 4, 2024)

Patch

161.1.1 (Oct 4, 2024)

Patch

  • TextField, SelectList, DateField, DatePicker: center iconEnd in VR (#3794) - Preview link

161.1.0 (Oct 3, 2024)

Minor

161.0.1 (Oct 3, 2024)

Patch

161.0.0 (Oct 3, 2024)

Major

  • DateRange: Enhance component to support a secondary date range (web) (#3779) - Preview link

160.5.4 (Oct 3, 2024)

Patch

160.5.3 (Oct 2, 2024)

Patch

160.5.2 (Oct 2, 2024)

Patch

160.5.1 (Oct 2, 2024)

Patch

160.5.0 (Oct 2, 2024)

Minor

160.4.0 (Oct 2, 2024)

Minor

160.3.1 (Oct 1, 2024)

Patch

160.3.0 (Oct 1, 2024)

Minor

160.2.1 (Sep 30, 2024)

Patch

160.2.0 (Sep 27, 2024)

Minor

160.1.0 (Sep 27, 2024)

Minor

  • IconButton, IconButtonFloating, Pog: created InternalIconButton to support different rounding in Pog-based components (#3780) - Preview link

160.0.1 (Sep 27, 2024)

Patch

160.0.0 (Sep 26, 2024)

Major

159.12.0 (Sep 24, 2024)

Minor

159.11.0 (Sep 24, 2024)

Minor

159.10.4 (Sep 24, 2024)

Patch

159.10.3 (Sep 24, 2024)

Patch

  • ColorSchemeProvider: implemented language for line height override in design tokens (#3776) - Preview link

159.10.2 (Sep 24, 2024)

Patch

159.10.1 (Sep 23, 2024)

Patch

159.10.0 (Sep 20, 2024)

Minor

159.9.1 (Sep 20, 2024)

Patch

159.9.0 (Sep 18, 2024)

Minor

159.8.2 (Sep 18, 2024)

Patch

159.8.1 (Sep 16, 2024)

Patch

159.8.0 (Sep 13, 2024)

Minor

159.7.0 (Sep 13, 2024)

Minor

159.6.8 (Sep 13, 2024)

Patch

159.6.7 (Sep 13, 2024)

Patch

159.6.6 (Sep 12, 2024)

Patch

159.6.5 (Sep 12, 2024)

Patch

159.6.4 (Sep 12, 2024)

Patch

159.6.3 (Sep 12, 2024)

Patch

159.6.2 (Sep 12, 2024)

Patch

159.6.1 (Sep 12, 2024)

Patch

  • Internal: Improve index access type safety with noUncheckedIndexedAccess (#3756) - Preview link

159.6.0 (Sep 11, 2024)

Minor

159.5.3 (Sep 11, 2024)

Patch

159.5.2 (Sep 11, 2024)

Patch

159.5.1 (Sep 11, 2024)

Patch

159.5.0 (Sep 10, 2024)

Minor

  • BannerOverlay: enabled reverseOffset in offset for custom positioining (#3743) - Preview link

159.4.1 (Sep 10, 2024)

Patch

159.4.0 (Sep 10, 2024)

Minor

159.3.0 (Sep 10, 2024)

Minor

  • TextUI, TextCompact: new components in classic & Visual Refresh (#3740) - Preview link

159.2.1 (Sep 9, 2024)

Patch

159.2.0 (Sep 9, 2024)

Minor

159.1.0 (Sep 6, 2024)

Minor

159.0.0 (Sep 5, 2024)

Major

158.1.0 (Sep 5, 2024)

Minor

158.0.0 (Sep 5, 2024)

Major

157.6.1 (Sep 5, 2024)

Patch

  • Docs: Add promotion to accessibility training and update Pinternal resources (#3735) - Preview link

157.6.0 (Sep 3, 2024)

Minor

157.5.3 (Aug 29, 2024)

Patch

157.5.2 (Aug 28, 2024)

Patch

157.5.1 (Aug 28, 2024)

Patch

157.5.0 (Aug 27, 2024)

Minor

157.4.0 (Aug 21, 2024)

Minor

157.3.0 (Aug 21, 2024)

Minor

  • Masonry: Change whitespace logging from one number to an array (#3727) - Preview link

157.2.4 (Aug 12, 2024)

Patch

157.2.3 (Aug 10, 2024)

Patch

  • ComboBox: undoing breaking change in id set in #3712 in classic code (#3723) - Preview link

157.2.2 (Aug 9, 2024)

Patch

157.2.1 (Aug 9, 2024)

Patch

157.2.0 (Aug 8, 2024)

Minor

157.1.0 (Aug 7, 2024)

Minor

157.0.0 (Aug 7, 2024)

Major

156.10.0 (Aug 6, 2024)

Minor

156.9.1 (Aug 6, 2024)

Patch

  • Internal: run yarn tsc to fix formatting in declaration files (#3716) - Preview link

156.9.0 (Aug 1, 2024)

Minor

  • TextArea, TextField: Add support for Tags with internal TagArea #3710 (#3711) - Preview link

156.8.1 (Jul 31, 2024)

Patch

156.8.0 (Jul 31, 2024)

Minor

156.7.1 (Jul 31, 2024)

Patch

156.7.0 (Jul 31, 2024)

Minor

  • Masonry: Support flexible and uniformRow layouts for rendering loading state items (#3708) - Preview link

156.6.0 (Jul 30, 2024)

Minor

156.5.3 (Jul 30, 2024)

Patch

  • Masonry: Revert revert Update logic around updating containerOffset … (#3707) - Preview link

156.5.2 (Jul 30, 2024)

Patch

156.5.1 (Jul 30, 2024)

Patch

  • Masonry: Revert Update logic around updating containerOffset + conta… (#3704) - Preview link

156.5.0 (Jul 27, 2024)

Minor

156.4.0 (Jul 27, 2024)

Minor

156.3.1 (Jul 26, 2024)

Patch

  • Masonry: Update logic around updating containerOffset + containerHeight (MasonryV2) (#3696) - Preview link

156.3.0 (Jul 25, 2024)

Minor

156.2.1 (Jul 25, 2024)

Patch

156.2.0 (Jul 24, 2024)

Minor

156.1.0 (Jul 23, 2024)

Minor

  • Masonry: Add _loadingStateItems & _renderLoadingStateItems props (#3637) - Preview link

156.0.0 (Jul 22, 2024)

Major

155.6.0 (Jul 19, 2024)

Minor

155.5.0 (Jul 19, 2024)

Minor

155.4.2 (Jul 18, 2024)

Patch

  • Link: external icon inheriting color + cleanups + TS removal + docs refactors (#3687) - Preview link

155.4.1 (Jul 18, 2024)

Patch

155.4.0 (Jul 18, 2024)

Minor

155.3.0 (Jul 17, 2024)

Minor

155.2.1 (Jul 17, 2024)

Patch

155.2.0 (Jul 17, 2024)

Minor

155.1.4 (Jul 12, 2024)

Patch

154.6.0 (Jul 4, 2024)

Minor

154.5.1 (Jul 3, 2024)

Patch

154.5.0 (Jul 3, 2024)

Minor

154.4.0 (Jul 3, 2024)

Minor

154.3.2 (Jul 2, 2024)

Patch

154.3.1 (Jul 2, 2024)

Patch

  • TextField, SearchField, TextArea, SelectList: fix Label implementation consistency (#3654) - Preview link

154.3.0 (Jul 2, 2024)

Minor

154.2.0 (Jul 2, 2024)

Minor

154.1.2 (Jul 1, 2024)

Patch

154.1.1 (Jul 1, 2024)

Patch

154.1.0 (Jul 1, 2024)

Minor

154.0.1 (Jun 27, 2024)

Patch

154.0.0 (Jun 21, 2024)

Major

153.10.0 (Jun 20, 2024)

Minor

153.9.2 (Jun 20, 2024)

Patch

153.9.1 (Jun 20, 2024)

Patch

153.9.0 (Jun 19, 2024)

Minor

153.8.0 (Jun 18, 2024)

Minor

153.7.1 (Jun 17, 2024)

Patch

153.7.0 (Jun 17, 2024)

Minor

153.6.1 (Jun 14, 2024)

Patch

153.6.0 (Jun 14, 2024)

Minor

153.5.0 (Jun 14, 2024)

Minor

153.4.0 (Jun 13, 2024)

Minor

153.3.2 (Jun 13, 2024)

Patch

153.3.1 (Jun 12, 2024)

Patch

153.3.0 (Jun 12, 2024)

Minor

153.2.0 (Jun 12, 2024)

Minor

  • SideNavigation: Add primaryAction prop to all nested subcomponents (#3622) - Preview link

153.1.1 (Jun 11, 2024)

Patch

153.1.0 (Jun 11, 2024)

Minor

153.0.0 (Jun 11, 2024)

Major

152.2.0 (Jun 11, 2024)

Minor

152.1.3 (Jun 7, 2024)

Patch

  • TableOfContents: Fix padding-inline-start padding-inline-end issues with PostCSS (#3615) - Preview link

152.1.2 (Jun 5, 2024)

Patch

152.1.1 (Jun 5, 2024)

Patch

152.1.0 (Jun 5, 2024)

Minor

152.0.0 (Jun 4, 2024)

Major

  • Icon: additions, deprecations, renames in classic + added all vr-theme icons for web & android (#3587) - Preview link

151.2.6 (Jun 3, 2024)

Patch

151.2.5 (Jun 3, 2024)

Patch

151.2.4 (May 31, 2024)

Patch

  • Internal: remove rollup from stylelint-plugin-gestalt folder (#3608) - Preview link

151.2.3 (May 31, 2024)

Patch

  • Internal: add stylelint-plugin-gestalt to the npm release schedule (#3607) - Preview link

151.2.2 (May 31, 2024)

Patch

151.2.1 (May 31, 2024)

Patch

151.2.0 (May 31, 2024)

Minor

151.1.0 (May 30, 2024)

Minor

151.0.1 (May 30, 2024)

Patch

151.0.0 (May 30, 2024)

Major

150.3.0 (May 30, 2024)

Minor

150.2.1 (May 29, 2024)

Patch

150.2.0 (May 29, 2024)

Minor

150.1.4 (May 28, 2024)

Patch

150.1.3 (May 28, 2024)

Patch

150.1.2 (May 24, 2024)

Patch

150.1.1 (May 24, 2024)

Patch

150.1.0 (May 24, 2024)

Minor

150.0.1 (May 24, 2024)

Patch

150.0.0 (May 23, 2024)

Major

  • Tokens: VR tokens (final vr-theme files) for Android and iOS consumption (web mapping layer not included) (#3576) - Preview link

149.0.5 (May 23, 2024)

Patch

149.0.4 (May 23, 2024)

Patch

149.0.3 (May 23, 2024)

Patch

  • Internal: TypeScript migration for eslint-plugin-gestalt test fixtures (#3589) - Preview link

149.0.2 (May 21, 2024)

Patch

149.0.1 (May 21, 2024)

Patch

149.0.0 (May 21, 2024)

Major

148.0.5 (May 21, 2024)

Patch

148.0.4 (May 21, 2024)

Patch

148.0.3 (May 21, 2024)

Patch

148.0.2 (May 21, 2024)

Patch

148.0.1 (May 20, 2024)

Patch

148.0.0 (May 16, 2024)

Major

147.6.0 (May 16, 2024)

Minor

147.5.12 (May 16, 2024)

Patch

147.5.11 (May 16, 2024)

Patch

147.5.10 (May 16, 2024)

Patch

147.5.9 (May 15, 2024)

Patch

147.5.8 (May 14, 2024)

Patch

147.5.7 (May 14, 2024)

Patch

147.5.6 (May 13, 2024)

Patch

147.5.5 (May 13, 2024)

Patch

147.5.4 (May 10, 2024)

Patch

147.5.3 (May 8, 2024)

Patch

147.5.2 (May 8, 2024)

Patch

147.5.1 (May 8, 2024)

Patch

147.5.0 (May 7, 2024)

Minor

147.4.2 (May 3, 2024)

Patch

147.4.1 (May 3, 2024)

Patch

147.4.0 (May 2, 2024)

Minor

147.3.0 (May 2, 2024)

Minor

147.2.7 (May 2, 2024)

Patch

147.2.6 (May 1, 2024)

Patch

147.2.5 (Apr 30, 2024)

Patch

147.2.4 (Apr 30, 2024)

Patch

147.2.3 (Apr 30, 2024)

Patch

147.2.2 (Apr 29, 2024)

Patch

  • Revert "Masonry: Enable multiple multi column items on layout logic (… (#3543) - Preview link

147.2.1 (Apr 29, 2024)

Patch

147.2.0 (Apr 26, 2024)

Minor

147.1.0 (Apr 26, 2024)

Minor

147.0.9 (Apr 26, 2024)

Patch

  • Masonry: Correctly set width when multi column item is set to scale to fit (#3538) - Preview link

147.0.8 (Apr 26, 2024)

Patch

147.0.7 (Apr 25, 2024)

Patch

147.0.6 (Apr 25, 2024)

Patch

147.0.5 (Apr 22, 2024)

Patch

147.0.4 (Apr 22, 2024)

Patch

147.0.3 (Apr 18, 2024)

Patch

147.0.2 (Apr 16, 2024)

Patch

147.0.1 (Apr 15, 2024)

Patch

  • SideNavigation: add type fixes based on component prop definition (#3529) - Preview link

147.0.0 (Apr 11, 2024)

Major

146.13.3 (Apr 11, 2024)

Patch

146.13.2 (Apr 11, 2024)

Patch

146.13.1 (Apr 10, 2024)

Patch

146.13.0 (Apr 9, 2024)

Minor

146.12.2 (Apr 9, 2024)

Patch

146.12.1 (Apr 9, 2024)

Patch

  • Masonry: Fix incorrect node to solve graph positioning for two column items (#3519) - Preview link

146.12.0 (Apr 9, 2024)

Minor

146.11.2 (Apr 9, 2024)

Patch

146.11.1 (Apr 8, 2024)

Patch

146.11.0 (Apr 5, 2024)

Minor

146.10.0 (Apr 4, 2024)

Minor

146.9.4 (Apr 4, 2024)

Patch

  • PageHeader: update heading to BreakAll to split on long titles (#3514) - Preview link

146.9.3 (Apr 4, 2024)

Patch

146.9.2 (Apr 4, 2024)

Patch

  • Internal: replace interpolated strings with design tokens constants. (#3513) - Preview link

146.9.1 (Apr 3, 2024)

Patch

146.9.0 (Apr 3, 2024)

Minor

146.8.2 (Apr 3, 2024)

Patch

146.8.1 (Apr 3, 2024)

Patch

  • Internal: added Stylelint rule to prevent Gestalt token errors (#3504) - Preview link

146.8.0 (Apr 3, 2024)

Minor

146.7.2 (Apr 3, 2024)

Patch

146.7.1 (Apr 2, 2024)

Patch

146.7.0 (Apr 2, 2024)

Minor

146.6.1 (Apr 2, 2024)

Patch

146.6.0 (Apr 2, 2024)

Minor

146.5.15 (Apr 1, 2024)

Patch

146.5.14 (Apr 1, 2024)

Patch

146.5.13 (Mar 27, 2024)

Patch

  • Masonry: Multi column feature, fix first row items position when batch is small (#3496) - Preview link

146.5.12 (Mar 27, 2024)

Patch

  • SideNavigation: Display scrollbar only when content overflows (#3498) - Preview link

146.5.11 (Mar 26, 2024)

Patch

146.5.10 (Mar 25, 2024)

Patch

  • Masonry: seeded random values for deterministic integration tests (#3465) - Preview link

146.5.9 (Mar 22, 2024)

Patch

146.5.8 (Mar 22, 2024)

Patch

146.5.7 (Mar 22, 2024)

Patch

146.5.6 (Mar 22, 2024)

Patch

146.5.5 (Mar 21, 2024)

Patch

  • Internal: Enable ESLint rule react/jsx-sort-props except for codemod folder (#3475) - Preview link

146.5.4 (Mar 21, 2024)

Patch

146.5.3 (Mar 20, 2024)

Patch

146.5.2 (Mar 19, 2024)

Patch

146.5.1 (Mar 19, 2024)

Patch

146.5.0 (Mar 15, 2024)

Minor

146.4.1 (Mar 15, 2024)

Patch

146.4.0 (Mar 13, 2024)

Minor

146.3.1 (Mar 12, 2024)

Patch

  • Masonry: Enable corrent positioning of two column module when initial heights are 0 (#3478) - Preview link

146.3.0 (Mar 12, 2024)

Minor

  • Tokens: theming folders and config for automatic token builds (#3474) - Preview link

146.2.0 (Mar 11, 2024)

Minor

146.1.1 (Mar 11, 2024)

Patch

146.1.0 (Mar 6, 2024)

Minor

146.0.4 (Mar 6, 2024)

Patch

146.0.3 (Mar 6, 2024)

Patch

146.0.2 (Mar 6, 2024)

Patch

146.0.1 (Mar 6, 2024)

Patch

146.0.0 (Mar 5, 2024)

Major

145.5.2 (Mar 5, 2024)

Patch

  • Internal: run all visual snapshots for updated snapshots of components (#3467) - Preview link

145.5.1 (Mar 5, 2024)

Patch

  • Internal: Add initial unit test for masonry two column module (#3449) - Preview link

145.5.0 (Mar 4, 2024)

Minor

145.4.6 (Mar 4, 2024)

Patch

145.4.5 (Mar 1, 2024)

Patch

145.4.4 (Mar 1, 2024)

Patch

145.4.3 (Mar 1, 2024)

Patch

145.4.2 (Feb 29, 2024)

Patch

145.4.1 (Feb 29, 2024)

Patch

  • Tokens: organized packages/gestalt-design-tokens/config.json & packages/gestalt-design-tokens/build.js + constants.js file (#3456) - Preview link

145.4.0 (Feb 28, 2024)

Minor

145.3.6 (Feb 27, 2024)

Patch

145.3.5 (Feb 27, 2024)

Patch

145.3.4 (Feb 27, 2024)

Patch

145.3.3 (Feb 27, 2024)

Patch

145.3.2 (Feb 26, 2024)

Patch

  • RadioGroup, Accordion, Datapoint, Dropdown: Fixing badge type (#3447) - Preview link

145.3.1 (Feb 23, 2024)

Patch

  • Tokens: add original values to JSON and extend tokens table for extended metadata (#3448) - Preview link

145.3.0 (Feb 23, 2024)

Minor

145.2.0 (Feb 23, 2024)

Minor

145.1.2 (Feb 22, 2024)

Patch

  • Popover, Dropdown, ComboBox, Tooltip: Disable focus trap for Tooltip + fixed a11y in Dropdown, ComboBox (#3444) - Preview link

145.1.1 (Feb 22, 2024)

Patch

  • ComboBox, Dropdown, HelpButton: Disable internal Popover portal (#3443) - Preview link

145.1.0 (Feb 22, 2024)

Minor

  • ColorSchemeProvider: deprecated all legacy colors from provider + tokenized all legacy colors in components (#3441) - Preview link

145.0.0 (Feb 21, 2024)

Major

  • Revert "ComboBox, Dropdown, HelpButton, PopoverEducational: Release v… (#3442) - Preview link

144.0.0 (Feb 21, 2024)

Major

  • ColorSchemeProvider, Avatar, Tag, TextField: deprecate legacy colors from provider + tokenize background and border colors (#3439) - Preview link

143.1.0 (Feb 21, 2024)

Minor

143.0.0 (Feb 20, 2024)

Major

  • Textfield, RadioGroup, SearchField: implement background color tokens in form fields and some code cleanups (#3434) - Preview link

142.7.1 (Feb 20, 2024)

Patch

142.7.0 (Feb 20, 2024)

Minor

142.6.0 (Feb 20, 2024)

Minor

  • ComboBox, Dropdown, HelpButton, PopoverEducational: Release v2 (#3431) - Preview link

142.5.0 (Feb 16, 2024)

Minor

  • Tokens, TableOfContents, TileData: implement background color tokens and some code cleanups (#3432) - Preview link

142.4.1 (Feb 16, 2024)

Patch

142.4.0 (Feb 16, 2024)

Minor

142.3.3 (Feb 15, 2024)

Patch

142.3.2 (Feb 15, 2024)

Patch

  • Docs: new Design tokens/Component tokens page and updates in Design tokens/Overview (#3428) - Preview link

142.3.1 (Feb 14, 2024)

Patch

  • Internal: Update tests for v2 of Popover and Popover-based components (#3430) - Preview link

142.3.0 (Feb 14, 2024)

Minor

142.2.1 (Feb 14, 2024)

Patch

  • Docs: Fixed ButtonToggle & SearchGuide information for clarity in Android/iOS (#3429) - Preview link

142.2.0 (Feb 13, 2024)

Minor

142.1.0 (Feb 13, 2024)

Minor

142.0.0 (Feb 13, 2024)

Major

  • Tokens: fix color-background-overlay token bug introduced in #3421 (#3423) - Preview link

141.0.0 (Feb 12, 2024)

Major

  • Tokens: update style-dictionary dependency and restructure component tokens to match library (#3421) - Preview link

140.1.0 (Feb 9, 2024)

Minor

140.0.0 (Feb 9, 2024)

Major

139.1.2 (Feb 9, 2024)

Patch

139.1.1 (Feb 9, 2024)

Patch

139.1.0 (Feb 9, 2024)

Minor

  • Tokens, Modal, OverlayPanel, SheetMobile, Popover: consume from overlay component tokens (#3413) - Preview link

139.0.4 (Feb 9, 2024)

Patch

139.0.3 (Feb 9, 2024)

Patch

  • ChartGraph: fix bug from #3411 still consuming from ColorSchemeProvider (#3418) - Preview link

139.0.2 (Feb 7, 2024)

Patch

139.0.1 (Feb 7, 2024)

Patch

  • Docs, TagData, TileData: Docs, TagData, Tile to consume directly from tokens rather than ColorSchemeProvider and legacy colors (#3411) - Preview link

139.0.0 (Feb 7, 2024)

Major

  • Pog, IconButton: implemented color tokens and deprecated darkGray color (duplicated with selected state) (#3410) - Preview link

138.0.1 (Feb 7, 2024)

Patch

138.0.0 (Feb 6, 2024)

Major

137.0.0 (Feb 6, 2024)

Major

136.0.1 (Feb 6, 2024)

Patch

  • Internal: moved all rgba color codes instances to rbg color codes (#3407) - Preview link

136.0.0 (Feb 5, 2024)

Major

  • Tokens: rename alias tokens from color-text-icon-_ to color-icon-_ (#3404) - Preview link

135.0.0 (Feb 5, 2024)

Major

134.3.2 (Feb 5, 2024)

Patch

134.3.1 (Feb 5, 2024)

Patch

134.3.0 (Feb 5, 2024)

Minor

134.2.3 (Feb 5, 2024)

Patch

  • Internal: remove blue color replaced with color-background-education (#3403) - Preview link

134.2.2 (Feb 5, 2024)

Patch

134.2.1 (Feb 1, 2024)

Patch

134.2.0 (Feb 1, 2024)

Minor

134.1.1 (Feb 1, 2024)

Patch

134.1.0 (Jan 31, 2024)

Minor

  • AvatarGroup: Update addCollaborators icon from 'add' to 'add-person' (#3393) - Preview link

134.0.0 (Jan 31, 2024)

Major

  • Tokens: change color-text-subtle & color-text-icon-subtle value to match Figma + Token changelog (#3394) - Preview link

133.1.1 (Jan 31, 2024)

Patch

133.1.0 (Jan 30, 2024)

Minor

133.0.4 (Jan 30, 2024)

Patch

133.0.3 (Jan 26, 2024)

Patch

133.0.2 (Jan 26, 2024)

Patch

133.0.1 (Jan 26, 2024)

Patch

133.0.0 (Jan 25, 2024)

Major

132.1.4 (Jan 25, 2024)

Patch

132.1.3 (Jan 25, 2024)

Patch

132.1.2 (Jan 25, 2024)

Patch

132.1.1 (Jan 25, 2024)

Patch

132.1.0 (Jan 24, 2024)

Minor

132.0.3 (Jan 24, 2024)

Patch

132.0.2 (Jan 24, 2024)

Patch

132.0.1 (Jan 22, 2024)

Patch

132.0.0 (Jan 22, 2024)

Major

131.0.0 (Jan 22, 2024)

Major

130.1.26 (Jan 19, 2024)

Patch

  • Internal: update pull_request_template to include semver info (#3374) - Preview link

130.1.25 (Jan 19, 2024)

Patch

130.1.24 (Jan 19, 2024)

Patch

130.1.23 (Jan 19, 2024)

Patch

130.1.22 (Jan 18, 2024)

Patch

130.1.21 (Jan 18, 2024)

Patch

  • Internal: fix TS declaration for SlimBanner's primaryAction type (#3358) - Preview link

130.1.20 (Jan 18, 2024)

Patch

130.1.19 (Jan 18, 2024)

Patch

130.1.18 (Jan 18, 2024)

Patch

130.1.17 (Jan 18, 2024)

Patch

130.1.16 (Jan 18, 2024)

Patch

130.1.15 (Jan 18, 2024)

Patch

130.1.14 (Jan 18, 2024)

Patch

130.1.13 (Jan 18, 2024)

Patch

130.1.12 (Jan 17, 2024)

Patch

130.1.11 (Jan 17, 2024)

Patch

130.1.10 (Jan 17, 2024)

Patch

130.1.9 (Jan 17, 2024)

Patch

130.1.8 (Jan 12, 2024)

Patch

  • BannerOverlay: Fixing responsiveness and margin for small desktop viewports (#3349) - Preview link

130.1.7 (Jan 11, 2024)

Patch

130.1.6 (Jan 10, 2024)

Patch

130.1.5 (Jan 10, 2024)

Patch

130.1.4 (Jan 10, 2024)

Patch

130.1.3 (Jan 9, 2024)

Patch

  • Docs: Add a docs-update label to non-package related changes (#3344) - Preview link

130.1.2 (Jan 9, 2024)

Patch

130.1.1 (Jan 9, 2024)

Patch

130.1.0 (Jan 5, 2024)

Minor

130.0.1 (Jan 4, 2024)

Patch

130.0.0 (Jan 4, 2024)

Major

129.2.0 (Jan 4, 2024)

Minor

129.1.11 (Dec 22, 2023)

Patch

129.1.10 (Dec 21, 2023)

Patch

129.1.9 (Dec 21, 2023)

Patch

129.1.8 (Dec 20, 2023)

Patch

129.1.7 (Dec 16, 2023)

Patch

129.1.6 (Dec 13, 2023)

Patch

129.1.5 (Dec 13, 2023)

Patch

129.1.4 (Dec 13, 2023)

Patch

129.1.3 (Dec 12, 2023)

Patch

  • Docs: Removed redundant "to" in description attribute that SlimBannerExperiment already includes (for ComboBox, Dropdown, HelpButton, OverlayPanel, Popover, and PopoverEducational) (#3329) - Preview link

129.1.2 (Dec 12, 2023)

Patch

129.1.1 (Dec 12, 2023)

Patch

129.1.0 (Dec 11, 2023)

Minor

129.0.0 (Dec 11, 2023)

Major

128.8.0 (Dec 11, 2023)

Minor

128.7.1 (Dec 8, 2023)

Patch

128.7.0 (Dec 7, 2023)

Minor

128.6.0 (Dec 6, 2023)

Minor

128.5.0 (Dec 5, 2023)

Minor

128.4.5 (Dec 5, 2023)

Patch

128.4.4 (Dec 4, 2023)

Patch

  • Popover: Add experiment hooks to components (rollout phase 1) (#3312) - Preview link

128.4.3 (Dec 1, 2023)

Patch

128.4.2 (Dec 1, 2023)

Patch

128.4.1 (Nov 30, 2023)

Patch

128.4.0 (Nov 30, 2023)

Minor

128.3.8 (Nov 29, 2023)

Patch

128.3.7 (Nov 29, 2023)

Patch

  • Video: fix scrubber issue in mobile when mouse events don't work BUG-175963 (#3310) - Preview link

128.3.6 (Nov 22, 2023)

Patch

128.3.5 (Nov 20, 2023)

Patch

  • Internal: Changed config in .eslintrc.js to set import/extensions to never require .js extension (#3300) - Preview link

128.3.4 (Nov 18, 2023)

Patch

  • Docs: new or updated iOS docs for Avatar, AvatarGroup, Button, ButtonGroup, IconFloatingButton (#3308) - Preview link

128.3.3 (Nov 18, 2023)

Patch

128.3.2 (Nov 18, 2023)

Patch

128.3.1 (Nov 17, 2023)

Patch

128.3.0 (Nov 17, 2023)

Minor

128.2.3 (Nov 17, 2023)

Patch

128.2.2 (Nov 16, 2023)

Patch

128.2.1 (Nov 15, 2023)

Patch

128.2.0 (Nov 15, 2023)

Minor

128.1.5 (Nov 14, 2023)

Patch

128.1.4 (Nov 14, 2023)

Patch

128.1.3 (Nov 7, 2023)

Patch

  • Docs: implement ?helixbot=boolean in the url to enable a site without code examples to facilitate the crawling of the helix-bot to integrate AI (#3294) - Preview link

128.1.2 (Nov 3, 2023)

Patch

128.1.1 (Nov 3, 2023)

Patch

128.1.0 (Nov 3, 2023)

Minor

128.0.6 (Nov 2, 2023)

Patch

128.0.5 (Nov 1, 2023)

Patch

128.0.4 (Nov 1, 2023)

Patch

128.0.3 (Oct 31, 2023)

Patch

128.0.2 (Oct 31, 2023)

Patch

128.0.1 (Oct 30, 2023)

Patch

128.0.0 (Oct 30, 2023)

Major

  • RadioGroup/DatePicker/DateField/DateRange: Updating GlobalEventsHandlerProvider for impression logging hooks (#3260) - Preview link

127.5.6 (Oct 30, 2023)

Patch

127.5.5 (Oct 27, 2023)

Patch

127.5.4 (Oct 25, 2023)

Patch

127.5.3 (Oct 25, 2023)

Patch

127.5.2 (Oct 24, 2023)

Patch

127.5.1 (Oct 24, 2023)

Patch

127.5.0 (Oct 20, 2023)

Minor

  • DateField: add size prop to match input field pattern and fix border color (#3271) - Preview link

127.4.0 (Oct 20, 2023)

Minor

127.3.7 (Oct 19, 2023)

Patch

127.3.6 (Oct 19, 2023)

Patch

127.3.5 (Oct 19, 2023)

Patch

127.3.4 (Oct 18, 2023)

Patch

127.3.3 (Oct 18, 2023)

Patch

127.3.2 (Oct 17, 2023)

Patch

127.3.1 (Oct 17, 2023)

Patch

127.3.0 (Oct 17, 2023)

Minor

127.2.0 (Oct 16, 2023)

Minor

127.1.14 (Oct 16, 2023)

Patch

127.1.13 (Oct 16, 2023)

Patch

127.1.12 (Oct 13, 2023)

Patch

127.1.11 (Oct 13, 2023)

Patch

127.1.10 (Oct 13, 2023)

Patch

  • Internal: run yarn flow-codemod removeExplicitlyExactObjectTypeSyntax (#3254) - Preview link

127.1.9 (Oct 13, 2023)

Patch

127.1.8 (Oct 12, 2023)

Patch

127.1.7 (Oct 11, 2023)

Patch

127.1.6 (Oct 11, 2023)

Patch

127.1.5 (Oct 11, 2023)

Patch

127.1.4 (Oct 6, 2023)

Patch

127.1.3 (Oct 5, 2023)

Patch

127.1.2 (Oct 5, 2023)

Patch

127.1.1 (Oct 4, 2023)

Patch

127.1.0 (Oct 4, 2023)

Minor

127.0.5 (Oct 3, 2023)

Patch

127.0.4 (Oct 3, 2023)

Patch

127.0.3 (Oct 2, 2023)

Patch

127.0.2 (Oct 2, 2023)

Patch

127.0.1 (Oct 2, 2023)

Patch

127.0.0 (Oct 2, 2023)

Major

126.1.4 (Oct 2, 2023)

Patch

126.1.3 (Oct 2, 2023)

Patch

126.1.2 (Oct 2, 2023)

Patch

126.1.1 (Sep 29, 2023)

Patch

126.1.0 (Sep 29, 2023)

Minor

126.0.2 (Sep 27, 2023)

Patch

126.0.1 (Sep 27, 2023)

Patch

126.0.0 (Sep 27, 2023)

Major

125.0.4 (Sep 27, 2023)

Patch

125.0.3 (Sep 27, 2023)

Patch

125.0.2 (Sep 27, 2023)

Patch

125.0.1 (Sep 27, 2023)

Patch

125.0.0 (Sep 27, 2023)

Major

124.1.1 (Sep 25, 2023)

Patch

124.1.0 (Sep 25, 2023)

Minor

124.0.0 (Sep 25, 2023)

Major

  • Button,Callout,ModalAlert,PopoverEducational,SlimBanner,Toast,Upsell: Button's prop "role" deprecation and related API adjustments (#3163) - Preview link

123.0.10 (Sep 25, 2023)

Patch

123.0.9 (Sep 22, 2023)

Patch

123.0.8 (Sep 22, 2023)

Patch

123.0.7 (Sep 22, 2023)

Patch

123.0.6 (Sep 21, 2023)

Patch

123.0.5 (Sep 21, 2023)

Patch

  • Masonry: Fix bug with height restoration + two column module items (#3208) - Preview link

123.0.4 (Sep 21, 2023)

Patch

123.0.3 (Sep 21, 2023)

Patch

123.0.2 (Sep 21, 2023)

Patch

  • Docs: Generate component metadata only from library exposed components (#3194) - Preview link

123.0.1 (Sep 21, 2023)

Patch

123.0.0 (Sep 20, 2023)

Major

122.5.16 (Sep 19, 2023)

Patch

122.5.15 (Sep 19, 2023)

Patch

  • Masonry: Fix height initialization when reusing cached positions for multi-column pins (#3201) - Preview link

122.5.14 (Sep 18, 2023)

Patch

122.5.13 (Sep 15, 2023)

Patch

122.5.12 (Sep 15, 2023)

Patch

122.5.11 (Sep 15, 2023)

Patch

122.5.10 (Sep 13, 2023)

Patch

122.5.9 (Sep 12, 2023)

Patch

122.5.8 (Sep 12, 2023)

Patch

122.5.7 (Sep 11, 2023)

Patch

122.5.6 (Sep 11, 2023)

Patch

122.5.5 (Sep 7, 2023)

Patch

122.5.4 (Sep 6, 2023)

Patch

122.5.3 (Sep 5, 2023)

Patch

122.5.2 (Sep 5, 2023)

Patch

122.5.1 (Sep 5, 2023)

Patch

  • Internal: remove all eslint-disable-next-line testing-library/prefer-screen-queries disables from unit tests (#3182) - Preview link

122.5.0 (Sep 5, 2023)

Minor

122.4.1 (Sep 1, 2023)

Patch

  • Docs: updated Readme after removing Issues support in github (#3180) - Preview link

122.4.0 (Aug 31, 2023)

Minor

122.3.5 (Aug 31, 2023)

Patch

122.3.4 (Aug 30, 2023)

Patch

  • Icon: Rename ic_star-outlined_gestalt.svg to ic_star-outline_gestalt.svg (#3177) - Preview link

122.3.3 (Aug 30, 2023)

Patch

122.3.2 (Aug 30, 2023)

Patch

122.3.1 (Aug 30, 2023)

Patch

122.3.0 (Aug 30, 2023)

Minor

122.2.3 (Aug 30, 2023)

Patch

122.2.2 (Aug 29, 2023)

Patch

122.2.1 (Aug 28, 2023)

Patch

122.2.0 (Aug 24, 2023)

Minor

122.1.0 (Aug 24, 2023)

Minor

122.0.4 (Aug 24, 2023)

Patch

122.0.3 (Aug 23, 2023)

Patch

  • Docs: Migrate Tooltip, SelectList, List, TapArea, DataPoint, Divider examples to Sandpack (#3149) - Preview link

122.0.2 (Aug 23, 2023)

Patch

122.0.1 (Aug 22, 2023)

Patch

122.0.0 (Aug 22, 2023)

Major

121.2.1 (Aug 22, 2023)

Patch

  • Docs: Migrate TextArea, Pog, Video, Image, Status, Layer examples to Sandpack (#3147) - Preview link

121.2.0 (Aug 22, 2023)

Minor

121.1.8 (Aug 22, 2023)

Patch

121.1.7 (Aug 21, 2023)

Patch

121.1.6 (Aug 21, 2023)

Patch

121.1.5 (Aug 18, 2023)

Patch

121.1.4 (Aug 17, 2023)

Patch

  • OverlayPanel: fix PopoverEducational positioning issues in footer (#3132) - Preview link

121.1.3 (Aug 17, 2023)

Patch

121.1.2 (Aug 17, 2023)

Patch

121.1.1 (Aug 17, 2023)

Patch

121.1.0 (Aug 17, 2023)

Minor

  • SideNavigation: Add forwardRef to SideNavigation.TopItem and SideNavigation.NestedItem (#3138) - Preview link

121.0.2 (Aug 16, 2023)

Patch

121.0.1 (Aug 16, 2023)

Patch

121.0.0 (Aug 16, 2023)

Major

120.5.2 (Aug 16, 2023)

Patch

120.5.1 (Aug 14, 2023)

Patch

120.5.0 (Aug 11, 2023)

Minor

120.4.0 (Aug 11, 2023)

Minor

120.3.3 (Aug 11, 2023)

Patch

120.3.2 (Aug 9, 2023)

Patch

120.3.1 (Aug 9, 2023)

Patch

  • DateField: fix locales in MM/DD/YYYY format, upgraded package, added unit tests (#3125) - Preview link

120.3.0 (Aug 8, 2023)

Minor

120.2.0 (Aug 8, 2023)

Minor

120.1.1 (Aug 8, 2023)

Patch

120.1.0 (Aug 8, 2023)

Minor

  • GlobalEventsHandlerProvider, DatePicker, DateRange, DateField: add onMount handlers (#3122) - Preview link

120.0.2 (Aug 4, 2023)

Patch

120.0.1 (Aug 3, 2023)

Patch

120.0.0 (Jul 31, 2023)

Major

119.5.0 (Jul 31, 2023)

Minor

119.4.2 (Jul 31, 2023)

Patch

119.4.1 (Jul 28, 2023)

Patch

119.4.0 (Jul 28, 2023)

Minor

119.3.0 (Jul 27, 2023)

Minor

119.2.5 (Jul 27, 2023)

Patch

119.2.4 (Jul 27, 2023)

Patch

119.2.3 (Jul 27, 2023)

Patch

119.2.2 (Jul 27, 2023)

Patch

119.2.1 (Jul 26, 2023)

Patch

119.2.0 (Jul 26, 2023)

Minor

119.1.5 (Jul 25, 2023)

Patch

119.1.4 (Jul 24, 2023)

Patch

119.1.3 (Jul 24, 2023)

Patch

119.1.2 (Jul 21, 2023)

Patch

119.1.1 (Jul 21, 2023)

Patch

  • DateRange: Fix example, add snapshot in unit test, fix sandboxes (#3089) - Preview link

119.1.0 (Jul 21, 2023)

Minor

119.0.5 (Jul 21, 2023)

Patch

119.0.4 (Jul 21, 2023)

Patch

119.0.3 (Jul 20, 2023)

Patch

119.0.2 (Jul 20, 2023)

Patch

119.0.1 (Jul 19, 2023)

Patch

119.0.0 (Jul 19, 2023)

Major

118.0.1 (Jul 18, 2023)

Patch

118.0.0 (Jul 18, 2023)

Major

117.5.1 (Jul 17, 2023)

Patch

117.5.0 (Jul 17, 2023)

Minor

117.4.4 (Jul 14, 2023)

Patch

117.4.3 (Jul 14, 2023)

Patch

117.4.2 (Jul 14, 2023)

Patch

117.4.1 (Jul 13, 2023)

Patch

  • Docs: Added Issues section for Text, Heading within Component quality checklist (#3070) - Preview link

117.4.0 (Jul 12, 2023)

Minor

  • Tokens: added undocumented $color-text-disabled & $color-text-icon-disabled tokens (#3068) - Preview link

117.3.7 (Jul 11, 2023)

Patch

117.3.6 (Jul 10, 2023)

Patch

117.3.5 (Jul 10, 2023)

Patch

117.3.4 (Jul 7, 2023)

Patch

117.3.3 (Jul 7, 2023)

Patch

117.3.2 (Jul 7, 2023)

Patch

117.3.1 (Jul 6, 2023)

Patch

  • Column, Label, Letterbox, Mask: migrate docs examples to Sandpack (#3060) - Preview link

117.3.0 (Jul 6, 2023)

Minor

117.2.8 (Jul 5, 2023)

Patch

117.2.7 (Jul 5, 2023)

Patch

117.2.6 (Jul 3, 2023)

Patch

117.2.5 (Jul 3, 2023)

Patch

117.2.4 (Jul 3, 2023)

Patch

117.2.3 (Jul 3, 2023)

Patch

117.2.2 (Jun 30, 2023)

Patch

117.2.1 (Jun 30, 2023)

Patch

117.2.0 (Jun 30, 2023)

Minor

117.1.0 (Jun 30, 2023)

Minor

117.0.0 (Jun 30, 2023)

Major

116.1.9 (Jun 29, 2023)

Patch

116.1.8 (Jun 28, 2023)

Patch

116.1.7 (Jun 27, 2023)

Patch

116.1.6 (Jun 27, 2023)

Patch

116.1.5 (Jun 26, 2023)

Patch

116.1.4 (Jun 26, 2023)

Patch

116.1.3 (Jun 26, 2023)

Patch

116.1.2 (Jun 23, 2023)

Patch

116.1.1 (Jun 23, 2023)

Patch

116.1.0 (Jun 23, 2023)

Minor

116.0.2 (Jun 23, 2023)

Patch

  • Docs: create new COMPONENT_DATA data structure type for scalability (#3005) - Preview link

116.0.1 (Jun 23, 2023)

Patch

116.0.0 (Jun 23, 2023)

Major

115.2.3 (Jun 23, 2023)

Patch

115.2.2 (Jun 23, 2023)

Patch

115.2.1 (Jun 22, 2023)

Patch

115.2.0 (Jun 21, 2023)

Minor

115.1.5 (Jun 21, 2023)

Patch

115.1.4 (Jun 21, 2023)

Patch

115.1.3 (Jun 21, 2023)

Patch

115.1.2 (Jun 20, 2023)

Patch

115.1.1 (Jun 20, 2023)

Patch

115.1.0 (Jun 20, 2023)

Minor

115.0.4 (Jun 16, 2023)

Patch

115.0.3 (Jun 16, 2023)

Patch

115.0.2 (Jun 16, 2023)

Patch

115.0.1 (Jun 16, 2023)

Patch

115.0.0 (Jun 15, 2023)

Major

  • GlobalEventsHandlerProvider: migrating OnLinkNavigationProvider to linkHandlers.onNavigation (#3006) - Preview link

114.0.5 (Jun 15, 2023)

Patch

114.0.4 (Jun 15, 2023)

Patch

114.0.3 (Jun 15, 2023)

Patch

114.0.2 (Jun 14, 2023)

Patch

114.0.1 (Jun 14, 2023)

Patch

114.0.0 (Jun 14, 2023)

Major

113.0.2 (Jun 14, 2023)

Patch

113.0.1 (Jun 13, 2023)

Patch

113.0.0 (Jun 13, 2023)

Major

112.7.3 (Jun 9, 2023)

Patch

112.7.2 (Jun 9, 2023)

Patch

112.7.1 (Jun 9, 2023)

Patch

112.7.0 (Jun 9, 2023)

Minor

  • DatePicker: create InternalDatePicker and migrate to Sandpack (#3000) - Preview link

112.6.15 (Jun 9, 2023)

Patch

112.6.14 (Jun 7, 2023)

Patch

112.6.13 (Jun 7, 2023)

Patch

  • Internal: fixes to gestalt-datepicker in editors and templates (#2997) - Preview link

112.6.12 (Jun 7, 2023)

Patch

112.6.11 (Jun 6, 2023)

Patch

112.6.10 (Jun 5, 2023)

Patch

112.6.9 (Jun 5, 2023)

Patch

112.6.8 (Jun 5, 2023)

Patch

112.6.7 (Jun 5, 2023)

Patch

112.6.6 (Jun 5, 2023)

Patch

112.6.5 (Jun 5, 2023)

Patch

112.6.4 (Jun 2, 2023)

Patch

112.6.3 (Jun 2, 2023)

Patch

112.6.2 (Jun 2, 2023)

Patch

112.6.1 (Jun 2, 2023)

Patch

112.6.0 (Jun 2, 2023)

Minor

112.5.5 (Jun 2, 2023)

Patch

112.5.4 (Jun 2, 2023)

Patch

112.5.3 (Jun 2, 2023)

Patch

112.5.2 (Jun 2, 2023)

Patch

112.5.1 (Jun 1, 2023)

Patch

112.5.0 (Jun 1, 2023)

Minor

112.4.0 (Jun 1, 2023)

Minor

  • GlobalEventsHandlerProvider: new provider to share global event handlers to consuming components (#2959) - Preview link

112.3.9 (Jun 1, 2023)

Patch

112.3.8 (Jun 1, 2023)

Patch

  • Docs: Added Android specs for Avatar, Button, Checkbox, IconButton, Searchfield, Sheet, Switch, Tabs, Textfield (#2972) - Preview link

112.3.7 (May 30, 2023)

Patch

112.3.6 (May 30, 2023)

Patch

112.3.5 (May 26, 2023)

Patch

112.3.4 (May 26, 2023)

Patch

112.3.3 (May 26, 2023)

Patch

112.3.2 (May 26, 2023)

Patch

112.3.1 (May 25, 2023)

Patch

112.3.0 (May 24, 2023)

Minor

112.2.1 (May 23, 2023)

Patch

112.2.0 (May 23, 2023)

Minor

112.1.1 (May 22, 2023)

Patch

112.1.0 (May 19, 2023)

Minor

  • Table: added "selected"and "hoverStyle" prop to all Table.Row subcomponents (#2952) - Preview link

112.0.0 (May 19, 2023)

Major

111.5.13 (May 19, 2023)

Patch

111.5.12 (May 17, 2023)

Patch

111.5.11 (May 16, 2023)

Patch

111.5.10 (May 16, 2023)

Patch

111.5.9 (May 16, 2023)

Patch

  • Internal: fixes to pass flow codemod annotate-implicit-instantiations --write --include-widened . & flow codemod annotate-implicit-instantiations --write . (#2942) - Preview link

111.5.8 (May 16, 2023)

Patch

111.5.7 (May 15, 2023)

Patch

111.5.6 (May 15, 2023)

Patch

111.5.5 (May 15, 2023)

Patch

  • Internal: fixes to pass flow codemod annotate-functions-and-classes --include-lti --write . (#2941) - Preview link

111.5.4 (May 15, 2023)

Patch

111.5.3 (May 13, 2023)

Patch

  • Internal: fixes to pass flow codemod annotate-react-hooks --write . (#2939) - Preview link

111.5.2 (May 13, 2023)

Patch

  • Internal: fixes to pass flow codemod annotate-cycles --write . (#2938) - Preview link

111.5.1 (May 13, 2023)

Patch

  • Internal: fixes to pass flow codemod annotate-empty-array --write . (#2937) - Preview link

111.5.0 (May 13, 2023)

Minor

111.4.5 (May 12, 2023)

Patch

111.4.4 (May 12, 2023)

Patch

111.4.3 (May 12, 2023)

Patch

  • OnLinkNavigationProvider: added "disabling provider" variant (#2930) - Preview link

111.4.2 (May 12, 2023)

Patch

111.4.1 (May 12, 2023)

Patch

111.4.0 (May 11, 2023)

Minor

111.3.9 (May 11, 2023)

Patch

111.3.8 (May 11, 2023)

Patch

111.3.7 (May 11, 2023)

Patch

111.3.6 (May 10, 2023)

Patch

111.3.5 (May 10, 2023)

Patch

111.3.4 (May 10, 2023)

Patch

  • SheetMobile, OverlayPanel: implement window.requestAnimationFrame method (#2911) - Preview link

111.3.3 (May 9, 2023)

Patch

111.3.2 (May 9, 2023)

Patch

111.3.1 (May 8, 2023)

Patch

111.3.0 (May 8, 2023)

Minor

111.2.2 (May 8, 2023)

Patch

111.2.1 (May 8, 2023)

Patch

111.2.0 (May 5, 2023)

Minor

111.1.1 (May 5, 2023)

Patch

111.1.0 (May 4, 2023)

Minor

  • Dropdown: implement adaptive Dropdown with SheetMobile for mobile devices (#2879) - Preview link

111.0.2 (May 3, 2023)

Patch

111.0.1 (May 3, 2023)

Patch

111.0.0 (May 3, 2023)

Major

110.1.18 (May 3, 2023)

Patch

110.1.17 (May 2, 2023)

Patch

110.1.16 (May 1, 2023)

Patch

  • Modal: Implement SheetMobile for mobile Modal and fix DismissButton positioning bug (#2886) - Preview link

110.1.15 (Apr 29, 2023)

Patch

110.1.14 (Apr 28, 2023)

Patch

110.1.13 (Apr 28, 2023)

Patch

110.1.12 (Apr 28, 2023)

Patch

110.1.11 (Apr 28, 2023)

Patch

110.1.10 (Apr 27, 2023)

Patch

110.1.9 (Apr 27, 2023)

Patch

110.1.8 (Apr 27, 2023)

Patch

  • Internal: fix master after missing id in TextArea example (introduced in #2869) (#2878) - Preview link

110.1.7 (Apr 26, 2023)

Patch

110.1.6 (Apr 26, 2023)

Patch

110.1.5 (Apr 26, 2023)

Patch

110.1.4 (Apr 26, 2023)

Patch

110.1.3 (Apr 26, 2023)

Patch

110.1.2 (Apr 26, 2023)

Patch

110.1.1 (Apr 25, 2023)

Patch

  • Link, Button, TapArea, IconButton: fix default label for target="blank" (#2872) - Preview link

110.1.0 (Apr 25, 2023)

Minor

110.0.15 (Apr 25, 2023)

Patch

  • PopoverEducational: changing accessibilityLabel prop to optional (#2871) - Preview link

110.0.14 (Apr 25, 2023)

Patch

  • Link, Button, TapArea, IconButton: fix default label to target="blank" positioning issue on Tables. Fix BUG-157543 (#2870) - Preview link

110.0.13 (Apr 24, 2023)

Patch

110.0.12 (Apr 22, 2023)

Patch

  • Popover, PopoverEducational: internal popover component to build different APIs for Popover & PopoverEducational (#2864) - Preview link

110.0.11 (Apr 21, 2023)

Patch

110.0.10 (Apr 21, 2023)

Patch

110.0.9 (Apr 20, 2023)

Patch

110.0.8 (Apr 20, 2023)

Patch

110.0.7 (Apr 19, 2023)

Patch

110.0.6 (Apr 19, 2023)

Patch

110.0.5 (Apr 19, 2023)

Patch

110.0.4 (Apr 19, 2023)

Patch

  • DateField: undoing ._gestalt in DateField.css file as it breaks style (#2861) - Preview link

110.0.3 (Apr 19, 2023)

Patch

110.0.2 (Apr 18, 2023)

Patch

  • DateField: fixed responsiveness issue & added disableRange example (#2855) - Preview link

110.0.1 (Apr 18, 2023)

Patch

110.0.0 (Apr 18, 2023)

Major

  • DateField, DatePicker: DateField new component (ALPHA), DatePicker moved to named export (#2825) - Preview link

109.1.2 (Apr 18, 2023)

Patch

  • Box, Textfield, TextArea: fixed visuallyHidden prop CSS configuration, fixed bug in overflowing maxLength.errorAccessibilityLabel (#2846) - Preview link

109.1.1 (Apr 17, 2023)

Patch

  • Docs: update dark mode and text direction from "global" when changed (#2851) - Preview link

109.1.0 (Apr 17, 2023)

Minor

109.0.5 (Apr 17, 2023)

Patch

  • Docs: additional information about releases: codemod outputs in csv and alpha release process (#2845) - Preview link

109.0.4 (Apr 17, 2023)

Patch

109.0.3 (Apr 14, 2023)

Patch

  • TextArea: Add Android guidelines and specs

109.0.2 (Apr 14, 2023)

Patch

109.0.1 (Apr 14, 2023)

Patch

109.0.0 (Apr 14, 2023)

Major

108.0.7 (Apr 13, 2023)

Patch

108.0.6 (Apr 13, 2023)

Patch

108.0.5 (Apr 13, 2023)

Patch

  • Internal: add realisticPinHeights option for Masonry integration test route (#2823) - Preview link

108.0.4 (Apr 13, 2023)

Patch

108.0.3 (Apr 12, 2023)

Patch

108.0.2 (Apr 11, 2023)

Patch

108.0.1 (Apr 11, 2023)

Patch

108.0.0 (Apr 10, 2023)

Major

107.1.1 (Apr 10, 2023)

Patch

107.1.0 (Apr 10, 2023)

Minor

107.0.7 (Apr 8, 2023)

Patch

107.0.6 (Apr 7, 2023)

Patch

  • Updated mobile and documentation statuses for all components (#2804) - Preview link

107.0.5 (Apr 7, 2023)

Patch

107.0.4 (Apr 6, 2023)

Patch

107.0.3 (Apr 6, 2023)

Patch

107.0.2 (Apr 6, 2023)

Patch

107.0.1 (Apr 6, 2023)

Patch

107.0.0 (Apr 5, 2023)

Major

106.0.0 (Apr 5, 2023)

Major

  • TextField, NumberField: prefix 'mobile' to mobile only props: inputMode & enterKeyHint (#2806) - Preview link

105.0.1 (Apr 5, 2023)

Patch

105.0.0 (Apr 5, 2023)

Major

  • DatePicker: added Year/Month dropdown options, removed virtual keyboard, upgraded react-datepicker to 4.0.0 (#2794) - Preview link

104.0.3 (Apr 5, 2023)

Patch

  • Docs: Removing Paragraph BG Color for MD documents

104.0.2 (Apr 4, 2023)

Patch

104.0.1 (Apr 4, 2023)

Patch

  • TextField: remove inputMode default to text as it can interfere with type. Undo change introduced in #2792 (#2801) - Preview link

104.0.0 (Apr 4, 2023)

Major

  • DatePicker: remove hard coded date formats and replaced to dynamically feed from date-fns (#2798) - Preview link

103.3.0 (Apr 4, 2023)

Minor

  • Table: implement controlled Table.RowExpanded with expanded prop (#2797) - Preview link

103.2.0 (Apr 4, 2023)

Minor

103.1.0 (Apr 3, 2023)

Minor

103.0.1 (Apr 3, 2023)

Patch

103.0.0 (Mar 31, 2023)

Major

102.0.1 (Mar 31, 2023)

Patch

102.0.0 (Mar 31, 2023)

Major

101.3.32 (Mar 31, 2023)

Patch

101.3.31 (Mar 31, 2023)

Patch

  • ModalAlert: make sure docs examples are open without user interaction (#2788) - Preview link

101.3.30 (Mar 30, 2023)

Patch

  • Docs: refactored examples for Modal, ModalAlert, OverlayPanel examples for better display (#2787) - Preview link

101.3.29 (Mar 30, 2023)

Patch

101.3.28 (Mar 30, 2023)

Patch

  • Docs: Updated get_started/developers/contributing/development_process (#2783) - Preview link

101.3.27 (Mar 30, 2023)

Patch

101.3.26 (Mar 30, 2023)

Patch

  • Internal: standardize format for a11y integration test naming (#2778) - Preview link

101.3.25 (Mar 30, 2023)

Patch

101.3.24 (Mar 30, 2023)

Patch

101.3.23 (Mar 30, 2023)

Patch

101.3.22 (Mar 30, 2023)

Patch

101.3.21 (Mar 29, 2023)

Patch

101.3.20 (Mar 29, 2023)

Patch

101.3.19 (Mar 29, 2023)

Patch

  • Docs: final improvements to development view: cleanup/refactor (#2773) - Preview link

101.3.18 (Mar 29, 2023)

Patch

101.3.17 (Mar 28, 2023)

Patch

101.3.16 (Mar 28, 2023)

Patch

101.3.15 (Mar 27, 2023)

Patch

101.3.14 (Mar 27, 2023)

Patch

101.3.13 (Mar 27, 2023)

Patch

  • Internal: Add resolution for nth-check to address vulnerability (#2766) - Preview link

101.3.12 (Mar 27, 2023)

Patch

101.3.11 (Mar 27, 2023)

Patch

101.3.10 (Mar 27, 2023)

Patch

101.3.9 (Mar 24, 2023)

Patch

101.3.8 (Mar 24, 2023)

Patch

101.3.7 (Mar 24, 2023)

Patch

101.3.6 (Mar 24, 2023)

Patch

101.3.5 (Mar 23, 2023)

Patch

  • Internal: move .eslintrc from json to js to add constants + set import/order rule = ERROR & autofix(#2751) - Preview link

101.3.4 (Mar 23, 2023)

Patch

  • Docs: add more context to Playwright visual diff snapshot tests section (#2753) - Preview link

101.3.3 (Mar 22, 2023)

Patch

101.3.2 (Mar 22, 2023)

Patch

101.3.1 (Mar 22, 2023)

Patch

101.3.0 (Mar 20, 2023)

Minor

101.2.2 (Mar 20, 2023)

Patch

101.2.1 (Mar 20, 2023)

Patch

  • ActivationCard, Button, Callout, HelpButton, IconButton, RadioButton, SearchField, TapArea, Upsell: deprecate AbstractEventHandler inlining equivalent (#2742) - Preview link

101.2.0 (Mar 20, 2023)

Minor

101.1.10 (Mar 18, 2023)

Patch

101.1.9 (Mar 17, 2023)

Patch

101.1.8 (Mar 17, 2023)

Patch

  • Masonry: add lazy hydration for test route and remaining three integration tests (#2737) - Preview link

101.1.7 (Mar 17, 2023)

Patch

101.1.6 (Mar 17, 2023)

Patch

101.1.5 (Mar 17, 2023)

Patch

101.1.4 (Mar 16, 2023)

Patch

101.1.3 (Mar 15, 2023)

Patch

101.1.2 (Mar 15, 2023)

Patch

101.1.1 (Mar 14, 2023)

Patch

101.1.0 (Mar 14, 2023)

Minor

101.0.12 (Mar 14, 2023)

Patch

101.0.11 (Mar 13, 2023)

Patch

101.0.10 (Mar 13, 2023)

Patch

101.0.9 (Mar 13, 2023)

Patch

101.0.8 (Mar 13, 2023)

Patch

  • Internal: added @khanacademy/flow-to-ts to devDependencies to test TS (#2721) - Preview link

101.0.7 (Mar 10, 2023)

Patch

101.0.6 (Mar 10, 2023)

Patch

101.0.5 (Mar 10, 2023)

Patch

101.0.4 (Mar 10, 2023)

Patch

101.0.3 (Mar 10, 2023)

Patch

101.0.2 (Mar 10, 2023)

Patch

  • Internal: turn off jsx-a11y/anchor-is-valid for docs examples (#2713) - Preview link

101.0.1 (Mar 9, 2023)

Patch

101.0.0 (Mar 9, 2023)

Major

  • Toast, Spinner, DefaultLabelProvider: new component features from new redesign, new color prop for Spinner, new labels to DefaultLabelProvider (#2525) - Preview link

100.0.2 (Mar 9, 2023)

Patch

100.0.1 (Mar 9, 2023)

Patch

100.0.0 (Mar 9, 2023)

Major

  • Internal: tiny Flow type change to give release script a kick (#2709) - Preview link

99.0.0 (Mar 9, 2023)

Major

98.0.25 (Mar 8, 2023)

Patch

  • Internal: turn off import/no-relative-parent-imports lint rule (#2706) - Preview link

98.0.24 (Mar 7, 2023)

Patch

98.0.23 (Mar 7, 2023)

Patch

98.0.22 (Mar 7, 2023)

Patch

  • Internal: add virtual-bounds-visibility Masonry integration test (#2699) - Preview link

98.0.21 (Mar 7, 2023)

Patch

  • Internal: add virtualization-with-scroll-container Masonry integration test (#2698) - Preview link

98.0.20 (Mar 6, 2023)

Patch

98.0.19 (Mar 6, 2023)

Patch

98.0.18 (Mar 6, 2023)

Patch

98.0.17 (Mar 6, 2023)

Patch

  • Internal: add item-prop-change-key-reset Masonry integration test (#2695) - Preview link

98.0.16 (Mar 6, 2023)

Patch

98.0.15 (Mar 6, 2023)

Patch

98.0.14 (Mar 3, 2023)

Patch

  • Internal: add update-scroll-container Masonry integration test (#2690) - Preview link

98.0.13 (Mar 3, 2023)

Patch

98.0.12 (Mar 3, 2023)

Patch

98.0.11 (Mar 3, 2023)

Patch

98.0.10 (Mar 3, 2023)

Patch

98.0.9 (Mar 2, 2023)

Patch

  • Internal: add reflow-item-prop-changes Masonry integration test (#2682) - Preview link

98.0.8 (Mar 2, 2023)

Patch

  • Internal: add reflow-item-prop-removal Masonry integration test (#2681) - Preview link

98.0.7 (Mar 2, 2023)

Patch

98.0.6 (Mar 2, 2023)

Patch

98.0.5 (Mar 2, 2023)

Patch

98.0.4 (Mar 2, 2023)

Patch

98.0.3 (Mar 1, 2023)

Patch

98.0.2 (Mar 1, 2023)

Patch

98.0.1 (Mar 1, 2023)

Patch

98.0.0 (Mar 1, 2023)

Major

97.2.1 (Mar 1, 2023)

Patch

  • PopoverEducational: move examples to Sandpack + added shouldFocus to props (#2672) - Preview link

97.2.0 (Feb 28, 2023)

Minor

97.1.4 (Feb 28, 2023)

Patch

97.1.3 (Feb 28, 2023)

Patch

  • Internal: add handle-position-update Masonry integration test (#2671) - Preview link

97.1.2 (Feb 28, 2023)

Patch

97.1.1 (Feb 28, 2023)

Patch

97.1.0 (Feb 28, 2023)

Minor

97.0.0 (Feb 24, 2023)

Major

96.2.5 (Feb 24, 2023)

Patch

  • ScrollBoundaryContainer: add 'visible' to overflow prop type, documented case, and move editor to Sandpack (#2664) - Preview link

96.2.4 (Feb 23, 2023)

Patch

96.2.3 (Feb 23, 2023)

Patch

96.2.2 (Feb 22, 2023)

Patch

96.2.1 (Feb 22, 2023)

Patch

96.2.0 (Feb 22, 2023)

Minor

  • SideNavigation: implemented primaryAction prop to allow actions on SideNavigation.TopItem and SideNavigation.Group (#2646) - Preview link

96.1.3 (Feb 22, 2023)

Patch

96.1.2 (Feb 22, 2023)

Patch

96.1.1 (Feb 21, 2023)

Patch

96.1.0 (Feb 21, 2023)

Minor

96.0.3 (Feb 19, 2023)

Patch

96.0.2 (Feb 17, 2023)

Patch

96.0.1 (Feb 16, 2023)

Patch

96.0.0 (Feb 16, 2023)

Major

95.0.5 (Feb 15, 2023)

Patch

95.0.4 (Feb 14, 2023)

Patch

  • List: fix style issue replacing uncompiling padding-inline-start with padding-right/left (#2643) - Preview link

95.0.3 (Feb 9, 2023)

Patch

  • Docs: improve 'See recent changes on GitHub" by including previous component names (#2641) - Preview link

95.0.2 (Feb 9, 2023)

Patch

  • Internal: fix "open in CodeSandBox" button passed dependencies (#2640) - Preview link

95.0.1 (Feb 9, 2023)

Patch

  • Internal: improve Masonry a11y test route, refactor docs example (#2639) - Preview link

95.0.0 (Feb 8, 2023)

Major

94.0.0 (Feb 7, 2023)

Major

93.0.2 (Feb 6, 2023)

Patch

93.0.1 (Feb 3, 2023)

Patch

93.0.0 (Feb 2, 2023)

Major

  • OverlayPanel (formerly Sheet): implement dismiss confirmation modal and dismissConfirmation prop (#2630) - Preview link

92.0.7 (Jan 31, 2023)

Patch

92.0.6 (Jan 31, 2023)

Patch

  • Upsell: extend message prop API from string to string | Text (#2631) - Preview link

92.0.5 (Jan 27, 2023)

Patch

92.0.4 (Jan 27, 2023)

Patch

92.0.3 (Jan 26, 2023)

Patch

92.0.2 (Jan 26, 2023)

Patch

92.0.1 (Jan 25, 2023)

Patch

  • Docs: delete Modal, ModalAlert, OverlayPanel (formerly Sheet) examples used while developing (#2624) - Preview link

92.0.0 (Jan 25, 2023)

Major

  • Modal, ModalAlert: implement adaptive Modal, ModalAlert for mobile (#2618) - Preview link

91.0.1 (Jan 25, 2023)

Patch

91.0.0 (Jan 25, 2023)

Major

90.2.0 (Jan 24, 2023)

Minor

90.1.1 (Jan 24, 2023)

Patch

90.1.0 (Jan 21, 2023)

Minor

90.0.2 (Jan 20, 2023)

Patch

90.0.1 (Jan 20, 2023)

Patch

90.0.0 (Jan 19, 2023)

Major

89.0.7 (Jan 18, 2023)

Patch

89.0.6 (Jan 18, 2023)

Patch

89.0.5 (Jan 17, 2023)

Patch

  • Table: fix unresponsive Table.Rowdrawer and Table.RowExpandable to wrapped children in React.Fragment (#2608) - Preview link

89.0.4 (Jan 13, 2023)

Patch

89.0.3 (Jan 13, 2023)

Patch

89.0.2 (Jan 12, 2023)

Patch

89.0.1 (Jan 11, 2023)

Patch

89.0.0 (Jan 11, 2023)

Major

  • Internal: NO BREAKING CHANGES - fix lint errors in codemod readme.md (#2607) - Preview link

88.1.0 (Jan 11, 2023)

Minor

88.0.3 (Jan 11, 2023)

Patch

88.0.2 (Jan 6, 2023)

Patch

88.0.1 (Jan 6, 2023)

Patch

88.0.0 (Jan 6, 2023)

Major

87.0.5 (Jan 6, 2023)

Patch

87.0.4 (Jan 6, 2023)

Patch

  • Internal: add flow declarations for @testing-library/user-event (#2592) - Preview link

87.0.3 (Jan 6, 2023)

Patch

87.0.2 (Jan 6, 2023)

Patch

87.0.1 (Jan 6, 2023)

Patch

87.0.0 (Jan 6, 2023)

Major

  • List, Docs: component adjustments to increase dev velocity, implemented List in Docs (#2568) - Preview link

86.0.5 (Jan 5, 2023)

Patch

86.0.4 (Jan 5, 2023)

Patch

86.0.3 (Jan 5, 2023)

Patch

86.0.2 (Jan 5, 2023)

Patch

86.0.1 (Jan 4, 2023)

Patch

86.0.0 (Jan 4, 2023)

Major

85.1.12 (Jan 4, 2023)

Patch

  • Internal: tweak generic codemods for easier copy/paste-ability (#2582) - Preview link

85.1.11 (Jan 4, 2023)

Patch

85.1.10 (Jan 4, 2023)

Patch

85.1.9 (Jan 4, 2023)

Patch

85.1.8 (Dec 21, 2022)

Patch

  • ScrollBoundaryContainer, Layer, Sticky, TapArea, Spinner: add SVG to Flow description (#2576) - Preview link

85.1.7 (Dec 21, 2022)

Patch

  • ModalAlert, SideNavigation, ZIndex, IconButtonFloating: updated visual tests snapshots (#2575) - Preview link

85.1.6 (Dec 21, 2022)

Patch

85.1.5 (Dec 20, 2022)

Patch

  • Modal, OverlayPanel (formerly Sheet), Popover, Pulsar, SegmentedControl, Tabs: updated visual tests snapshots (#2573) - Preview link

85.1.4 (Dec 20, 2022)

Patch

  • WashAnimated, Letterbox, Mask, Masonry: updated visual tests snapshots (#2572) - Preview link

85.1.3 (Dec 16, 2022)

Patch

85.1.2 (Dec 16, 2022)

Patch

85.1.1 (Dec 16, 2022)

Patch

85.1.0 (Dec 15, 2022)

Minor

85.0.0 (Dec 15, 2022)

Major

84.1.11 (Dec 14, 2022)

Patch

84.1.10 (Dec 13, 2022)

Patch

  • Internal: change in visual diff command to be able to run vis diff tests locally (#2565) - Preview link

84.1.9 (Dec 13, 2022)

Patch

84.1.8 (Dec 12, 2022)

Patch

84.1.7 (Dec 12, 2022)

Patch

84.1.6 (Dec 12, 2022)

Patch

84.1.5 (Dec 12, 2022)

Patch

84.1.4 (Dec 9, 2022)

Patch

84.1.3 (Dec 8, 2022)

Patch

84.1.2 (Dec 8, 2022)

Patch

84.1.1 (Dec 8, 2022)

Patch

84.1.0 (Dec 8, 2022)

Minor

84.0.7 (Dec 8, 2022)

Patch

84.0.6 (Dec 8, 2022)

Patch

84.0.5 (Dec 7, 2022)

Patch

84.0.4 (Dec 7, 2022)

Patch

84.0.3 (Dec 6, 2022)

Patch

84.0.2 (Dec 6, 2022)

Patch

84.0.1 (Dec 6, 2022)

Patch

84.0.0 (Dec 6, 2022)

Major

  • Modal: add default padding to main content and heading and padding prop (#2536) - Preview link

83.6.2 (Dec 6, 2022)

Patch

  • OverlayPanel (formerly Sheet): reduce internal padding to from 8 to 6 boints (#2535) - Preview link

83.6.1 (Dec 6, 2022)

Patch

83.6.0 (Dec 5, 2022)

Minor

83.5.12 (Dec 5, 2022)

Patch

83.5.11 (Dec 3, 2022)

Patch

83.5.10 (Dec 2, 2022)

Patch

83.5.9 (Dec 2, 2022)

Patch

83.5.8 (Dec 2, 2022)

Patch

83.5.7 (Dec 2, 2022)

Patch

83.5.6 (Dec 1, 2022)

Patch

83.5.5 (Dec 1, 2022)

Patch

83.5.4 (Dec 1, 2022)

Patch

  • Table.Drawer: fix subcomponent so no empty drawer shows no extra space (#2519) - Preview link

83.5.3 (Dec 1, 2022)

Patch

  • Modal, OverlayPanel (formerly Sheet): Update shadows to new tokens (#2514) - Preview link

83.5.2 (Dec 1, 2022)

Patch

83.5.1 (Dec 1, 2022)

Patch

83.5.0 (Nov 30, 2022)

Minor

83.4.2 (Nov 29, 2022)

Patch

83.4.1 (Nov 29, 2022)

Patch

83.4.0 (Nov 28, 2022)

Minor

  • Box, Flex, SlimBanner: add responsive alignItems prop (Box, Flex), implement below small breakpoint start alignment of elements (SlimBanner) (#2522) - Preview link

83.3.1 (Nov 23, 2022)

Patch

83.3.0 (Nov 22, 2022)

Minor

83.2.1 (Nov 22, 2022)

Patch

  • Badge: refactor Color tokens in CSS and implement them in Badge (#2517) - Preview link

83.2.0 (Nov 21, 2022)

Minor

83.1.3 (Nov 21, 2022)

Patch

  • Docs: added cookies to support activation/deactivation of experiments from ExperimentProvidern in Docs (#2511) - Preview link

83.1.2 (Nov 21, 2022)

Patch

83.1.1 (Nov 18, 2022)

Patch

83.1.0 (Nov 18, 2022)

Minor

83.0.2 (Nov 18, 2022)

Patch

83.0.1 (Nov 18, 2022)

Patch

  • Playwright: updating config to run on macOS 12 to fix snapshot differences due to different macOS versions between local and CI, & disabling them in CI (#2509) - Preview link

83.0.0 (Nov 17, 2022)

Major

  • Toast: restricting text prop from Node to only string and Text (#2507) - Preview link

82.1.5 (Nov 17, 2022)

Patch

82.1.4 (Nov 16, 2022)

Patch

82.1.3 (Nov 16, 2022)

Patch

82.1.2 (Nov 16, 2022)

Patch

82.1.1 (Nov 16, 2022)

Patch

82.1.0 (Nov 16, 2022)

Minor

  • SlimBanner: extend "message" prop to accept Text component for rich-styled messages (#2484) - Preview link

82.0.2 (Nov 16, 2022)

Patch

82.0.1 (Nov 15, 2022)

Patch

82.0.0 (Nov 15, 2022)

Major

  • Toast: refactor 'button' prop to 'primaryAction' to enable upcoming redesign changes (#2481) - Preview link

81.4.4 (Nov 15, 2022)

Patch

81.4.3 (Nov 15, 2022)

Patch

81.4.2 (Nov 15, 2022)

Patch

  • Modal, OverlayPanel (formerly Sheet): refactored internals to use Box borderStyle rather than CSS (#2495) - Preview link

81.4.1 (Nov 14, 2022)

Patch

81.4.0 (Nov 11, 2022)

Minor

81.3.2 (Nov 10, 2022)

Patch

81.3.1 (Nov 10, 2022)

Patch

  • Docs: Fixed accessibility section in Android Button guidelines (#2490) - Preview link

81.3.0 (Nov 9, 2022)

Minor

81.2.0 (Nov 9, 2022)

Minor

81.1.0 (Nov 9, 2022)

Minor

81.0.0 (Nov 8, 2022)

Major

80.1.0 (Nov 8, 2022)

Minor

80.0.13 (Nov 8, 2022)

Patch

80.0.12 (Nov 7, 2022)

Patch

  • DefaultLabelProvider: add fallback objects to prevent destructuring errors (#2483) - Preview link

80.0.11 (Nov 7, 2022)

Patch

  • Docs: use SegmentedControl for component overview sort control (#2477) - Preview link

80.0.10 (Nov 7, 2022)

Patch

80.0.9 (Nov 7, 2022)

Patch

  • Docs: Fix page jumps on OverlayPanel (formerly Sheet) & Modal pages (#2480) - Preview link

80.0.8 (Nov 5, 2022)

Patch

80.0.7 (Nov 4, 2022)

Patch

80.0.6 (Nov 4, 2022)

Patch

80.0.5 (Nov 4, 2022)

Patch

80.0.4 (Nov 4, 2022)

Patch

80.0.3 (Nov 4, 2022)

Patch

80.0.2 (Nov 3, 2022)

Patch

80.0.1 (Nov 3, 2022)

Patch

80.0.0 (Nov 2, 2022)

Major

  • Link, Button, TapArea, IconButton: implemented default label to target="blank" (#2467) - Preview link

79.0.12 (Nov 2, 2022)

Patch

79.0.11 (Nov 2, 2022)

Patch

79.0.10 (Nov 2, 2022)

Patch

79.0.9 (Oct 31, 2022)

Patch

79.0.8 (Oct 31, 2022)

Patch

79.0.7 (Oct 28, 2022)

Patch

79.0.6 (Oct 28, 2022)

Patch

79.0.5 (Oct 27, 2022)

Patch

79.0.4 (Oct 27, 2022)

Patch

79.0.3 (Oct 26, 2022)

Patch

79.0.2 (Oct 22, 2022)

Patch

79.0.1 (Oct 22, 2022)

Patch

79.0.0 (Oct 21, 2022)

Major

78.2.0 (Oct 21, 2022)

Minor

78.1.4 (Oct 21, 2022)

Patch

78.1.3 (Oct 21, 2022)

Patch

78.1.2 (Oct 20, 2022)

Patch

78.1.1 (Oct 20, 2022)

Patch

78.1.0 (Oct 19, 2022)

Minor

  • Checkbox, RadioGroup, TextArea, TextField, NumberField, SearchField, SelectList, ComboBox: Add error icon to all errorMessage text elements, standardize implementation, & related a11y improvements (#2444) - Preview link

78.0.3 (Oct 19, 2022)

Patch

78.0.2 (Oct 18, 2022)

Patch

  • DefaultLabelProvider: add comments about updating translations (#2446) - Preview link

78.0.1 (Oct 18, 2022)

Patch

78.0.0 (Oct 17, 2022)

Major

  • ModalAlert: New component for confirmation and acknowledgment (#2436) - Preview link

77.2.0 (Oct 14, 2022)

Minor

77.1.5 (Oct 14, 2022)

Patch

77.1.4 (Oct 13, 2022)

Patch

77.1.3 (Oct 13, 2022)

Patch

77.1.2 (Oct 12, 2022)

Patch

77.1.1 (Oct 12, 2022)

Patch

77.1.0 (Oct 11, 2022)

Minor

77.0.2 (Oct 8, 2022)

Patch

77.0.1 (Oct 7, 2022)

Patch

77.0.0 (Oct 7, 2022)

Major

  • DefaultLabelProvider: replace I18nProvider with more flexible component (#2407) - Preview link

76.0.0 (Oct 7, 2022)

Major

75.0.4 (Oct 7, 2022)

Patch

75.0.3 (Oct 6, 2022)

Patch

75.0.2 (Oct 5, 2022)

Patch

75.0.1 (Oct 4, 2022)

Patch

75.0.0 (Oct 4, 2022)

Major

74.0.6 (Oct 4, 2022)

Patch

74.0.5 (Oct 3, 2022)

Patch

74.0.4 (Oct 3, 2022)

Patch

74.0.3 (Oct 3, 2022)

Patch

  • Docs: Additions to color guidelines to include Recommendations (#2423) - Preview link

74.0.2 (Sep 28, 2022)

Patch

74.0.1 (Sep 28, 2022)

Patch

74.0.0 (Sep 28, 2022)

Major

73.3.0 (Sep 27, 2022)

Minor

73.2.4 (Sep 26, 2022)

Patch

  • CheckBox, RadioGroupButton: fix spacing in size='sm' with custom marginTop (#2416) - Preview link

73.2.3 (Sep 26, 2022)

Patch

73.2.2 (Sep 26, 2022)

Patch

  • Textfield: implemented spellcheck=false for type=password or email (#2415) - Preview link

73.2.1 (Sep 24, 2022)

Patch

73.2.0 (Sep 23, 2022)

Minor

73.1.4 (Sep 22, 2022)

Patch

73.1.3 (Sep 22, 2022)

Patch

73.1.2 (Sep 22, 2022)

Patch

73.1.1 (Sep 21, 2022)

Patch

73.1.0 (Sep 20, 2022)

Minor

  • Eslint plugin: extend gestalt/button-icon-restrictions to cover role=link icon restrictions (#2401) - Preview link

73.0.4 (Sep 20, 2022)

Patch

  • DatePicker: standardize error message style and internal cleanup (#2395) - Preview link

73.0.3 (Sep 20, 2022)

Patch

73.0.2 (Sep 20, 2022)

Patch

73.0.1 (Sep 20, 2022)

Patch

73.0.0 (Sep 19, 2022)

Major

  • RadioGroupButton: standardize helper message style with other form/control fields, renamed subtext (#2392) - Preview link

72.0.7 (Sep 19, 2022)

Patch

72.0.6 (Sep 19, 2022)

Patch

72.0.5 (Sep 19, 2022)

Patch

72.0.4 (Sep 19, 2022)

Patch

  • Button: change iconEnd from arrow-up-right to visit icon in Docs (#2397) - Preview link

72.0.3 (Sep 19, 2022)

Patch

  • Docs: fix / to /home redirect to avoid invalid double render (#2398) - Preview link

72.0.2 (Sep 16, 2022)

Patch

72.0.1 (Sep 16, 2022)

Patch

72.0.0 (Sep 16, 2022)

Major

  • Checkbox: standardize helper/error message style with other form/control fields, renamed subtext, deprecated hasError (#2391) - Preview link

71.2.2 (Sep 16, 2022)

Patch

71.2.1 (Sep 15, 2022)

Patch

71.2.0 (Sep 15, 2022)

Minor

71.1.3 (Sep 15, 2022)

Patch

71.1.2 (Sep 15, 2022)

Patch

71.1.1 (Sep 14, 2022)

Patch

71.1.0 (Sep 14, 2022)

Minor

  • Popover: Add support to handle content that overflows the viewport height (#2384) - Preview link

71.0.32 (Sep 13, 2022)

Patch

71.0.31 (Sep 12, 2022)

Patch

71.0.30 (Sep 10, 2022)

Patch

71.0.29 (Sep 9, 2022)

Patch

71.0.28 (Sep 9, 2022)

Patch

71.0.27 (Sep 9, 2022)

Patch

71.0.26 (Sep 9, 2022)

Patch

71.0.25 (Sep 9, 2022)

Patch

71.0.24 (Sep 9, 2022)

Patch

71.0.23 (Sep 9, 2022)

Patch

71.0.22 (Sep 9, 2022)

Patch

71.0.21 (Sep 9, 2022)

Patch

71.0.20 (Sep 9, 2022)

Patch

71.0.19 (Sep 8, 2022)

Patch

  • Internal: implement ua-parser-js to detect device type in docs site (#2371) - Preview link

71.0.18 (Sep 8, 2022)

Patch

71.0.17 (Sep 7, 2022)

Patch

  • Docs: added link references to Pinterest's Web platform documentation about Gestalt (#2367) - Preview link

71.0.16 (Sep 7, 2022)

Patch

71.0.15 (Sep 7, 2022)

Patch

71.0.14 (Sep 7, 2022)

Patch

  • Docs: clean link urls to only use relative paths for Docs links (#2368) - Preview link

71.0.13 (Sep 6, 2022)

Patch

71.0.12 (Sep 2, 2022)

Patch

71.0.11 (Sep 2, 2022)

Patch

  • Docs: add support for monthly eng newsletter + the Aug newsletter (#2362) - PREVIEW URL

71.0.10 (Sep 2, 2022)

Patch

71.0.9 (Sep 2, 2022)

Patch

71.0.8 (Sep 2, 2022)

Patch

71.0.7 (Sep 2, 2022)

Patch

  • Internal: suggest index.js pattern for exporting Sandpack examples (#2356 - PREVIEW URL)

71.0.6 (Sep 2, 2022)

Patch

71.0.5 (Sep 1, 2022)

Patch

  • Dropdown: support conditional children wrapped in Fragment (#2354 - PREVIEW URL)

71.0.4 (Sep 1, 2022)

Patch

71.0.3 (Sep 1, 2022)

Patch

71.0.2 (Sep 1, 2022)

Patch

71.0.1 (Sep 1, 2022)

Patch

71.0.0 (Sep 1, 2022)

Major

  • SelectList: Add support for <optgroup>, replace items prop with subcomponents #2219 - PREVIEW URL

70.1.1 (Aug 30, 2022)

Patch

  • Docs: Update example sizes in Modal and OverlayPanel (formerly Sheet) #2347 - PREVIEW URL

70.1.0 (Aug 30, 2022)

Minor

70.0.0 (Aug 30, 2022)

Major

69.2.3 (Aug 30, 2022)

Patch

69.2.2 (Aug 30, 2022)

Patch

  • Docs: add redirect from old domain to new one, now with splat! #2345 - PREVIEW URL

69.2.1 (Aug 30, 2022)

Patch

  • Docs: updated favicon with Gestalt logo variant for development environments #2344 - PREVIEW URL

69.2.0 (Aug 30, 2022)

Minor

69.1.6 (Aug 30, 2022)

Patch

69.1.5 (Aug 29, 2022)

Patch

69.1.4 (Aug 29, 2022)

Patch

  • Docs: Added button and OverlayPanel (formerly Sheet) for iOS Android #2327 - PREVIEW URL

69.1.3 (Aug 29, 2022)

Patch

69.1.2 (Aug 29, 2022)

Patch

69.1.1 (Aug 29, 2022)

Patch

  • Updated component_data to set Tabs docs ready for Android and iOS #2338 - PREVIEW URL

69.1.0 (Aug 29, 2022)

Minor

69.0.3 (Aug 29, 2022)

Patch

69.0.2 (Aug 29, 2022)

Patch

69.0.1 (Aug 26, 2022)

Patch

69.0.0 (Aug 26, 2022)

Major

68.1.0 (Aug 25, 2022)

Minor

  • Popover: Fix accessibility bug, add option for accessibilityLabel #2330 - PREVIEW URL

68.0.2 (Aug 24, 2022)

Patch

68.0.1 (Aug 24, 2022)

Patch

68.0.0 (Aug 24, 2022)

Major

67.0.4 (Aug 24, 2022)

Patch

67.0.3 (Aug 23, 2022)

Patch

67.0.2 (Aug 23, 2022)

Patch

67.0.1 (Aug 23, 2022)

Patch

67.0.0 (Aug 23, 2022)

Major

  • IconButton, Pog: change default iconColor prop value from "gray" to "darkGray" #2320 - PREVIEW URL

66.0.12 (Aug 23, 2022)

Patch

66.0.11 (Aug 23, 2022)

Patch

66.0.10 (Aug 22, 2022)

Patch

66.0.9 (Aug 22, 2022)

Patch

66.0.8 (Aug 22, 2022)

Patch

66.0.7 (Aug 19, 2022)

Patch

66.0.6 (Aug 19, 2022)

Patch

66.0.5 (Aug 19, 2022)

Patch

66.0.4 (Aug 19, 2022)

Patch

66.0.3 (Aug 19, 2022)

Patch

66.0.2 (Aug 19, 2022)

Patch

66.0.1 (Aug 19, 2022)

Patch

66.0.0 (Aug 19, 2022)

Major

  • IconButton: change default iconColor prop value from "gray" to "darkGray" #2304 - PREVIEW URL

65.5.0 (Aug 19, 2022)

Minor

65.4.2 (Aug 19, 2022)

Patch

65.4.1 (Aug 18, 2022)

Patch

65.4.0 (Aug 18, 2022)

Minor

  • IconButton: codemod for upcoming default iconColor value changes #2299 - PREVIEW URL

65.3.12 (Aug 18, 2022)

Patch

65.3.11 (Aug 18, 2022)

Patch

65.3.10 (Aug 18, 2022)

Patch

65.3.9 (Aug 18, 2022)

Patch

65.3.8 (Aug 18, 2022)

Patch

65.3.7 (Aug 18, 2022)

Patch

65.3.6 (Aug 18, 2022)

Patch

65.3.5 (Aug 17, 2022)

Patch

65.3.4 (Aug 17, 2022)

Patch

  • SideNavigation: fixes in height and mobile implementation in sm breakpoint #2282 - PREVIEW URL

65.3.3 (Aug 17, 2022)

Patch

65.3.2 (Aug 17, 2022)

Patch

65.3.1 (Aug 17, 2022)

Patch

65.3.0 (Aug 17, 2022)

Minor

65.2.3 (Aug 16, 2022)

Patch

65.2.2 (Aug 15, 2022)

Patch

65.2.1 (Aug 12, 2022)

Patch

65.2.0 (Aug 12, 2022)

Minor

65.1.2 (Aug 12, 2022)

Patch

65.1.1 (Aug 12, 2022)

Patch

65.1.0 (Aug 12, 2022)

Minor

  • OverlayPanel (formerly Sheet): fix flicker when closing OverlayPanel (formerly Sheet) with React 18 #2275 - PREVIEW URL

65.0.2 (Aug 11, 2022)

Patch

65.0.1 (Aug 11, 2022)

Patch

65.0.0 (Aug 11, 2022)

Major

64.0.7 (Aug 11, 2022)

Patch

64.0.6 (Aug 10, 2022)

Patch

64.0.5 (Aug 10, 2022)

Patch

64.0.4 (Aug 10, 2022)

Patch

64.0.3 (Aug 10, 2022)

Patch

64.0.2 (Aug 9, 2022)

Patch

64.0.1 (Aug 9, 2022)

Patch

64.0.0 (Aug 8, 2022)

Major

63.3.3 (Aug 8, 2022)

Patch

63.3.2 (Aug 8, 2022)

Patch

  • Internal: Upgrade React Testing Library and update flow types #2265 - PREVIEW URL

63.3.1 (Aug 5, 2022)

Patch

63.3.0 (Aug 5, 2022)

Minor

63.2.2 (Aug 5, 2022)

Patch

63.2.1 (Aug 4, 2022)

Patch

  • Internal: upgrade flow-bin to 0.184.0, try out new inference mode #2261 - PREVIEW URL

63.2.0 (Aug 4, 2022)

Minor

63.1.1 (Aug 3, 2022)

Patch

63.1.0 (Aug 3, 2022)

Minor

  • DeviceTypeProvider: Rollback to use 'phone' to identify mobile devices

63.0.12 (Aug 3, 2022)

Patch

  • Docs: implement Tabs into Gestalt Documentation's SideNavigation for mobile #2254 - PREVIEW URL

63.0.11 (Aug 3, 2022)

Patch

  • Tooling: refactor renameComponent codemod to use new helper functions #2235 - PREVIEW URL

63.0.10 (Aug 3, 2022)

Patch

63.0.9 (Aug 3, 2022)

Patch

  • Docs: convert accessibility page to Sandpack & fix useReducedMotion example #2253 - PREVIEW URL

63.0.8 (Aug 3, 2022)

Patch

63.0.7 (Aug 2, 2022)

Patch

63.0.6 (Aug 2, 2022)

Patch

63.0.5 (Aug 2, 2022)

Patch

63.0.4 (Aug 2, 2022)

Patch

63.0.3 (Aug 2, 2022)

Patch

63.0.2 (Aug 2, 2022)

Patch

63.0.1 (Aug 2, 2022)

Patch

63.0.0 (Aug 1, 2022)

Major

  • Docs: Introduced new nested site navigation + platform sections #2214 - PREVIEW URL

62.5.1 (Aug 1, 2022)

Patch

62.5.0 (Aug 1, 2022)

Minor

62.4.8 (Aug 1, 2022)

Patch

62.4.7 (Aug 1, 2022)

Patch

62.4.6 (Aug 1, 2022)

Patch

62.4.5 (Aug 1, 2022)

Patch

62.4.4 (Aug 1, 2022)

Patch

62.4.3 (Aug 1, 2022)

Patch

  • Docs: fix received 'true' for a non-boolean attribute 'wsz' #2237 - PREVIEW URL

62.4.2 (Aug 1, 2022)

Patch

62.4.1 (Jul 29, 2022)

Patch

62.4.0 (Jul 29, 2022)

Minor

62.3.0 (Jul 28, 2022)

Minor

62.2.0 (Jul 26, 2022)

Minor

62.1.4 (Jul 26, 2022)

Patch

62.1.3 (Jul 26, 2022)

Patch

62.1.2 (Jul 25, 2022)

Patch

62.1.1 (Jul 25, 2022)

Patch

62.1.0 (Jul 25, 2022)

Minor

62.0.11 (Jul 22, 2022)

Patch

62.0.10 (Jul 22, 2022)

Patch

62.0.9 (Jul 21, 2022)

Patch

62.0.8 (Jul 20, 2022)

Patch

62.0.7 (Jul 20, 2022)

Patch

62.0.6 (Jul 18, 2022)

Patch

62.0.5 (Jul 15, 2022)

Patch

62.0.4 (Jul 15, 2022)

Patch

62.0.3 (Jul 15, 2022)

Patch

62.0.2 (Jul 15, 2022)

Patch

62.0.1 (Jul 15, 2022)

Patch

62.0.0 (Jul 15, 2022)

Major

61.3.2 (Jul 12, 2022)

Patch

61.3.1 (Jul 12, 2022)

Patch

61.3.0 (Jul 12, 2022)

Minor

61.2.2 (Jul 12, 2022)

Patch

61.2.1 (Jul 12, 2022)

Patch

61.2.0 (Jul 12, 2022)

Minor

61.1.0 (Jul 11, 2022)

Minor

61.0.1 (Jul 9, 2022)

Patch

61.0.0 (Jul 8, 2022)

Major

60.1.0 (Jul 7, 2022)

Minor

60.0.2 (Jul 7, 2022)

Patch

60.0.1 (Jul 7, 2022)

Patch

  • Docs: Show code for top example and Do's in Best Practices #2189 - PREVIEW URL

60.0.0 (Jul 6, 2022)

Major

59.0.0 (Jul 6, 2022)

Major

58.4.4 (Jul 5, 2022)

Patch

58.4.3 (Jul 5, 2022)

Patch

58.4.2 (Jul 2, 2022)

Patch

58.4.1 (Jul 1, 2022)

Patch

58.4.0 (Jul 1, 2022)

Minor

58.3.3 (Jun 30, 2022)

Patch

58.3.2 (Jun 30, 2022)

Patch

58.3.1 (Jun 30, 2022)

Patch

58.3.0 (Jun 30, 2022)

Minor

  • Component status: new page & Quality Checklist on a per component basis #2114 - PREVIEW URL

58.2.0 (Jun 30, 2022)

Minor

58.1.22 (Jun 30, 2022)

Patch

58.1.21 (Jun 30, 2022)

Patch

58.1.20 (Jun 30, 2022)

Patch

58.1.19 (Jun 28, 2022)

Patch

58.1.18 (Jun 28, 2022)

Patch

58.1.17 (Jun 28, 2022)

Patch

58.1.16 (Jun 28, 2022)

Patch

58.1.15 (Jun 27, 2022)

Patch

58.1.14 (Jun 27, 2022)

Patch

58.1.13 (Jun 24, 2022)

Patch

58.1.12 (Jun 23, 2022)

Patch

58.1.11 (Jun 23, 2022)

Patch

58.1.10 (Jun 23, 2022)

Patch

58.1.9 (Jun 23, 2022)

Patch

58.1.8 (Jun 23, 2022)

Patch

58.1.7 (Jun 22, 2022)

Patch

58.1.6 (Jun 17, 2022)

Patch

58.1.5 (Jun 17, 2022)

Patch

58.1.4 (Jun 17, 2022)

Patch

58.1.3 (Jun 16, 2022)

Patch

58.1.2 (Jun 14, 2022)

Patch

58.1.1 (Jun 14, 2022)

Patch

58.1.0 (Jun 8, 2022)

Minor

58.0.6 (Jun 8, 2022)

Patch

58.0.5 (Jun 8, 2022)

Patch

58.0.4 (Jun 6, 2022)

Patch

58.0.3 (Jun 4, 2022)

Patch

58.0.2 (Jun 3, 2022)

Patch

58.0.1 (Jun 3, 2022)

Patch

58.0.0 (Jun 3, 2022)

Major

57.2.8 (Jun 2, 2022)

Patch

57.2.7 (Jun 2, 2022)

Patch

57.2.6 (Jun 2, 2022)

Patch

  • Internal: Add Pinterest metadata tag to connect Gestalt Pinterest account w/ Gestalt site #2139 - PREVIEW URL

57.2.5 (Jun 2, 2022)

Patch

57.2.4 (Jun 2, 2022)

Patch

  • Development, Internal: updated Development guidelines and Playwright visual comparisons #2144 - PREVIEW URL

57.2.3 (May 26, 2022)

Patch

57.2.2 (May 25, 2022)

Patch

57.2.1 (May 25, 2022)

Patch

57.2.0 (May 25, 2022)

Minor

  • Data Visualization: Add design tokens and color palette page #2133 - PREVIEW URL

57.1.0 (May 24, 2022)

Minor

  • Video: Add startTime prop to explicitly set start time on video node #2129 - PREVIEW URL

57.0.0 (May 24, 2022)

Major

56.3.1 (May 23, 2022)

Patch

  • Development, Installation: added Docker & Datepicker installation guidelines #2131 - PREVIEW URL

56.3.0 (May 23, 2022)

Minor

56.2.2 (May 20, 2022)

Patch

56.2.1 (May 20, 2022)

Patch

  • Docs: adding slimBanner prop into Docs' PageHeader to display information related to the component #2126 - PREVIEW URL

56.2.0 (May 20, 2022)

Minor

  • Dark mode: Add support for Callout, Upsell, and SlimBanner #2128 - PREVIEW URL

56.1.1 (May 20, 2022)

Patch

56.1.0 (May 20, 2022)

Minor

  • RadioGroup: New component to ensure accessible radio button groups #2123 - PREVIEW URL

56.0.1 (May 18, 2022)

Patch

  • DatePicker: Add note about installing as a separate package #2124 - PREVIEW URL

56.0.0 (May 17, 2022)

Major

55.2.2 (May 16, 2022)

Patch

55.2.1 (May 16, 2022)

Patch

55.2.0 (May 13, 2022)

Minor

  • SlimBanner, Callout: new SlimBanner component, fix darkMode Callout #2108 - PREVIEW URL

55.1.2 (May 13, 2022)

Patch

55.1.1 (May 12, 2022)

Patch

55.1.0 (May 12, 2022)

Minor

55.0.0 (May 12, 2022)

Major

54.3.0 (May 11, 2022)

Minor

54.2.3 (May 10, 2022)

Patch

54.2.2 (May 10, 2022)

Patch

54.2.1 (May 10, 2022)

Patch

54.2.0 (May 9, 2022)

Minor

54.1.0 (May 4, 2022)

Minor

54.0.0 (May 4, 2022)

Major

53.4.3 (May 4, 2022)

Patch

53.4.2 (May 3, 2022)

Patch

53.4.1 (May 2, 2022)

Patch

53.4.0 (May 2, 2022)

Minor

53.3.0 (May 2, 2022)

Minor

53.2.0 (May 2, 2022)

Minor

  • Box, Column, Container, Flex, Table: add visual diff testing and screenshot to description in VSCode (Flow extension) #2096 - PREVIEW URL

53.1.1 (Apr 28, 2022)

Patch

53.1.0 (Apr 28, 2022)

Minor

53.0.0 (Apr 28, 2022)

Major

52.2.2 (Apr 28, 2022)

Patch

52.2.1 (Apr 28, 2022)

Patch

52.2.0 (Apr 27, 2022)

Minor

52.1.2 (Apr 27, 2022)

Patch

52.1.1 (Apr 27, 2022)

Patch

  • Added default value to labelDisplay prop in TextArea component #2089 - PREVIEW URL

52.1.0 (Apr 26, 2022)

Minor

52.0.1 (Apr 26, 2022)

Patch

52.0.0 (Apr 25, 2022)

Major

  • Video: handle HTMLMediaElement.play() Promise rejection and autoplay blocking, and API improvements #2063 - PREVIEW URL

51.0.0 (Apr 25, 2022)

Major

50.3.0 (Apr 22, 2022)

Minor

50.2.1 (Apr 22, 2022)

Patch

50.2.0 (Apr 22, 2022)

Minor

  • Font weight: implement experiment to change font weight from bold to semibold #2047 - PREVIEW URL

50.1.4 (Apr 20, 2022)

Patch

50.1.3 (Apr 20, 2022)

Patch

50.1.2 (Apr 20, 2022)

Patch

50.1.1 (Apr 20, 2022)

Patch

50.1.0 (Apr 18, 2022)

Minor

50.0.9 (Apr 15, 2022)

Patch

50.0.8 (Apr 14, 2022)

Patch

50.0.7 (Apr 14, 2022)

Patch

50.0.6 (Apr 14, 2022)

Patch

50.0.5 (Apr 13, 2022)

Patch

50.0.4 (Apr 13, 2022)

Patch

50.0.3 (Apr 13, 2022)

Patch

50.0.2 (Apr 12, 2022)

Patch

50.0.1 (Apr 11, 2022)

Patch

50.0.0 (Apr 11, 2022)

Major

  • Heading: Deprecate old color options, add new semantic colors #2058 - PREVIEW URL

49.0.1 (Apr 11, 2022)

Patch

49.0.0 (Apr 8, 2022)

Major

  • PageHeader: PageHeader redesign v.2 (Part I: core changes) #1996 - PREVIEW URL

48.0.12 (Apr 8, 2022)

Patch

48.0.11 (Apr 8, 2022)

Patch

  • Pog, Toast, Tooltip, Upsell, Video: add visual diff testing and screenshot to description in VSCode (Flow extension) #2057 - PREVIEW URL

48.0.10 (Apr 7, 2022)

Patch

  • Image: update Docs to fix heading issues and other visual improvements (a11y bug) #2056 - PREVIEW URL

48.0.9 (Apr 7, 2022)

Patch

  • ScrollBoundaryContainer: rename ScrollBoundaryContainer files to correctly autogenerate docs (bug) #2055 - PREVIEW URL

48.0.8 (Apr 7, 2022)

Patch

48.0.7 (Apr 7, 2022)

Patch

48.0.6 (Apr 7, 2022)

Patch

  • Updated README's language to reflect Gestalt's shift towards a designs system #2053 - PREVIEW URL

48.0.5 (Apr 6, 2022)

Patch

48.0.4 (Apr 6, 2022)

Patch

  • Internal: Fix flow issue without .map() in Iconography and SVGs docs #2046 - PREVIEW URL

48.0.3 (Apr 6, 2022)

Patch

48.0.2 (Apr 6, 2022)

Patch

48.0.1 (Apr 6, 2022)

Patch

48.0.0 (Apr 6, 2022)

Major

47.2.0 (Apr 6, 2022)

Minor

47.1.8 (Apr 5, 2022)

Patch

47.1.7 (Apr 4, 2022)

Patch

47.1.6 (Apr 4, 2022)

Patch

47.1.5 (Apr 2, 2022)

Patch

47.1.4 (Apr 1, 2022)

Patch

  • I18nProvider: provide default strings, downgrade throwing errors to console #2036 - PREVIEW URL

47.1.3 (Mar 31, 2022)

Patch

47.1.2 (Mar 31, 2022)

Patch

47.1.1 (Mar 31, 2022)

Patch

47.1.0 (Mar 31, 2022)

Minor

47.0.0 (Mar 30, 2022)

Major

  • Internal: add "gestalt" as external dependency for "gestalt-datepicker" #2030 - PREVIEW URL

46.7.15 (Mar 30, 2022)

Patch

46.7.14 (Mar 30, 2022)

Patch

46.7.13 (Mar 30, 2022)

Patch

46.7.12 (Mar 29, 2022)

Patch

46.7.11 (Mar 29, 2022)

Patch

  • Development: Added RFCs (request for comments) section and /RFCS folder with process #2018 - PREVIEW URL

46.7.10 (Mar 28, 2022)

Patch

46.7.9 (Mar 28, 2022)

Patch

46.7.8 (Mar 28, 2022)

Patch

46.7.7 (Mar 28, 2022)

Patch

  • Component Overview: new page for visual component browsing #2008 - PREVIEW URL

46.7.6 (Mar 26, 2022)

Patch

46.7.5 (Mar 24, 2022)

Patch

  • ButtonGroup, Label, Fieldset, Image, Collage: add visual diff testing and screenshot to description in VSCode (Flow extension) #2017 - PREVIEW URL

46.7.4 (Mar 23, 2022)

Patch

46.7.3 (Mar 23, 2022)

Patch

  • Docs: implemented OnLinkNavigationProvider in Docs to extend next/router to all Gestalt components used in Docs #2011 - PREVIEW URL

46.7.2 (Mar 23, 2022)

Patch

46.7.1 (Mar 22, 2022)

Patch

46.7.0 (Mar 22, 2022)

Minor

46.6.0 (Mar 22, 2022)

Minor

46.5.1 (Mar 22, 2022)

Patch

  • Internal: add resolution for minimist to address vulnerability #2010 - PREVIEW URL

46.5.0 (Mar 22, 2022)

Minor

46.4.3 (Mar 22, 2022)

Patch

46.4.2 (Mar 22, 2022)

Patch

46.4.1 (Mar 21, 2022)

Patch

46.4.0 (Mar 18, 2022)

Minor

46.3.0 (Mar 18, 2022)

Minor

46.2.1 (Mar 18, 2022)

Patch

46.2.0 (Mar 17, 2022)

Minor

46.1.4 (Mar 17, 2022)

Patch

  • InternalTextFieldIconButton: create component from InternalTextField #1993 - PREVIEW URL

46.1.3 (Mar 17, 2022)

Patch

  • PageHeader: add visual diff testing and screenshot to description in VSCode (Flow extension) #1994 - PREVIEW URL

46.1.2 (Mar 17, 2022)

Patch

  • Internal: modified Cypress visual diff testing threshold to catch dark mode changes #1990 - PREVIEW URL

46.1.1 (Mar 16, 2022)

Patch

46.1.0 (Mar 16, 2022)

Minor

46.0.1 (Mar 16, 2022)

Patch

46.0.0 (Mar 15, 2022)

Major

45.11.3 (Mar 15, 2022)

Patch

  • Tooling: fix in generic codemods to handle nested children components #1983 - PREVIEW URL

45.11.2 (Mar 15, 2022)

Patch

  • ActivationCard: Use Text instead of Heading for UncompletedCard #1986 - PREVIEW URL

45.11.1 (Mar 15, 2022)

Patch

45.11.0 (Mar 11, 2022)

Minor

45.10.7 (Mar 10, 2022)

Patch

45.10.6 (Mar 10, 2022)

Patch

45.10.5 (Mar 9, 2022)

Patch

  • Development: updated info re updating Cypress visual diff snapshots tests #1978 - PREVIEW URL

45.10.4 (Mar 9, 2022)

Patch

  • Tooling: new modifyPropValue & detectManualReplacement codemods #1969 - PREVIEW URL

45.10.3 (Mar 9, 2022)

Patch

45.10.2 (Mar 9, 2022)

Patch

  • Link, Accordion, NumberField, RadioButton, SearchField, SelectList, Status, Switch , TextArea, TextField: add visual diff testing and screenshot to description in VSCode (Flow extension) #1972 - PREVIEW URL

45.10.1 (Mar 9, 2022)

Patch

45.10.0 (Mar 9, 2022)

Minor

  • Badge: Add new 'type' variations and Best practices, A11Y, Related documentation #1971 - PREVIEW URL

45.9.2 (Mar 8, 2022)

Patch

45.9.1 (Mar 8, 2022)

Patch

45.9.0 (Mar 7, 2022)

Minor

45.8.7 (Mar 4, 2022)

Patch

45.8.6 (Mar 4, 2022)

Patch

45.8.5 (Mar 4, 2022)

Patch

45.8.4 (Mar 4, 2022)

Patch

45.8.3 (Mar 3, 2022)

Patch

45.8.2 (Mar 3, 2022)

Patch

45.8.1 (Mar 2, 2022)

Patch

45.8.0 (Mar 2, 2022)

Minor

45.7.2 (Mar 2, 2022)

Patch

  • Docs: add npm badges for design token and eslint plugin packages #1960 - PREVIEW URL

45.7.1 (Mar 2, 2022)

Patch

45.7.0 (Feb 24, 2022)

Minor

  • Tooling: generic codemods to rename components & modify props #1943 - PREVIEW URL

45.6.2 (Feb 24, 2022)

Patch

  • ActivationCard, Avatar, Badge, Callout, Checkbox, ComboBox, Datapoint, Dropdown, Heading, IconButton: add visual diff testing and screenshot to description in VSCode (Flow extension) #1954 - PREVIEW URL

45.6.1 (Feb 24, 2022)

Patch

45.6.0 (Feb 24, 2022)

Minor

45.5.10 (Feb 23, 2022)

Patch

45.5.9 (Feb 23, 2022)

Patch

45.5.8 (Feb 22, 2022)

Patch

  • Dropdown, Accordion, Table: use autogen descriptions for subcomponents #1950 - PREVIEW URL

45.5.7 (Feb 22, 2022)

Patch

  • Internal: Add explanatory comment to autogenerated metadata.json file #1951 - PREVIEW URL

45.5.6 (Feb 22, 2022)

Patch

45.5.5 (Feb 18, 2022)

Patch

45.5.4 (Feb 18, 2022)

Patch

45.5.3 (Feb 18, 2022)

Patch

45.5.2 (Feb 18, 2022)

Patch

45.5.1 (Feb 17, 2022)

Patch

45.5.0 (Feb 17, 2022)

Minor

45.4.8 (Feb 17, 2022)

Patch

45.4.7 (Feb 17, 2022)

Patch

45.4.6 (Feb 17, 2022)

Patch

45.4.5 (Feb 15, 2022)

Patch

  • Button: refactor to fix Dropdown positioning shift on rerender #1911

45.4.4 (Feb 15, 2022)

Patch

  • Heading, Text: Update internal usages to use new size values #1936 - PREVIEW URL

45.4.3 (Feb 14, 2022)

Patch

  • Eslint_Plugin: eslint fix to prevent autoconverting divs that contain attributes not allowed in Box into Box. #1934 - PREVIEW URL

45.4.2 (Feb 14, 2022)

Patch

45.4.1 (Feb 11, 2022)

Patch

45.4.0 (Feb 11, 2022)

Minor

45.3.2 (Feb 11, 2022)

Patch

45.3.1 (Feb 10, 2022)

Patch

  • Internal: update eslint-config-airbnb to 19.0.4, fix/suppress new errors #1931 - PREVIEW URL

45.3.0 (Feb 10, 2022)

Minor

45.2.5 (Feb 10, 2022)

Patch

  • IconButton: refactor to fix Dropdown positioning shift on rerender + small fix #1930 - PREVIEW URL

45.2.4 (Feb 9, 2022)

Patch

45.2.3 (Feb 9, 2022)

Patch

45.2.2 (Feb 8, 2022)

Patch

45.2.1 (Feb 8, 2022)

Patch

45.2.0 (Feb 8, 2022)

Minor

45.1.4 (Feb 8, 2022)

Patch

45.1.3 (Feb 8, 2022)

Patch

  • Revert "IconButton: refactor to fix Dropdown positioning shift on rerender #1914" #1924 - PREVIEW URL

45.1.2 (Feb 8, 2022)

Patch

45.1.1 (Feb 7, 2022)

Patch

45.1.0 (Feb 7, 2022)

Minor

45.0.5 (Feb 7, 2022)

Patch

  • IconButton: refactor to fix Dropdown positioning shift on rerender #1914

45.0.4 (Feb 7, 2022)

Patch

  • Module: updated Docs to use autogenerated prop table [Module.Expandable] #1916

45.0.3 (Feb 4, 2022)

Patch

45.0.2 (Feb 4, 2022)

Patch

45.0.1 (Feb 3, 2022)

Patch

45.0.0 (Feb 3, 2022)

Major

  • Popover: rename handleOnKeyDown to onKeyDown and standardize event type #1909 - PREVIEW URL

44.0.5 (Feb 3, 2022)

Patch

44.0.4 (Feb 3, 2022)

Patch

44.0.3 (Feb 3, 2022)

Patch

44.0.2 (Feb 3, 2022)

Patch

44.0.1 (Feb 2, 2022)

Patch

44.0.0 (Feb 2, 2022)

Major

43.1.3 (Feb 2, 2022)

Patch

43.1.2 (Feb 2, 2022)

Patch

43.1.1 (Feb 1, 2022)

Patch

43.1.0 (Feb 1, 2022)

Minor

43.0.2 (Feb 1, 2022)

Patch

43.0.1 (Feb 1, 2022)

Patch

  • Internal: Fix broken master due to prettier error on CHANGELOG.md #1896 - PREVIEW URL

43.0.0 (Jan 31, 2022)

Major

42.3.6 (Jan 31, 2022)

Patch

  • Internal: upgrade @netlify/plugin-nextjs to address vulnerability #1893 - PREVIEW URL

42.3.5 (Jan 29, 2022)

Patch

42.3.4 (Jan 28, 2022)

Patch

42.3.3 (Jan 28, 2022)

Patch

42.3.2 (Jan 28, 2022)

Patch

  • Docs: automatically filter out "_fooProp" internal-only props #1886 - PREVIEW URL

42.3.1 (Jan 27, 2022)

Patch

  • Docs: update Visual Studio Code extension for Gestalt extension information #1884 - PREVIEW URL

42.3.0 (Jan 27, 2022)

Minor

42.2.6 (Jan 27, 2022)

Patch

42.2.5 (Jan 26, 2022)

Patch

  • Internal: add resolution for node-fetch to fix vulnerability #1881 - PREVIEW URL

42.2.4 (Jan 26, 2022)

Patch

42.2.3 (Jan 26, 2022)

Patch

42.2.2 (Jan 26, 2022)

Patch

42.2.1 (Jan 25, 2022)

Patch

42.2.0 (Jan 25, 2022)

Minor

42.1.2 (Jan 25, 2022)

Patch

42.1.1 (Jan 24, 2022)

Patch

42.1.0 (Jan 21, 2022)

Minor

  • Tooltip: add optional accessibilityLabel prop & fix Datapoint a11y integration test #1873 - PREVIEW URL

42.0.2 (Jan 20, 2022)

Patch

42.0.1 (Jan 20, 2022)

Patch

  • OnLinkNavigationProvider, SegmentedControl: use autogenerated props tables #1869 - PREVIEW URL

42.0.0 (Jan 19, 2022)

Major

41.3.2 (Jan 18, 2022)

Patch

41.3.1 (Jan 18, 2022)

Patch

41.3.0 (Jan 13, 2022)

Minor

  • Icon: updated shopping-bag icon

41.2.4 (Jan 13, 2022)

Patch

41.2.3 (Jan 13, 2022)

Patch

  • Pulsar, RadioButton, Spinner, Switch, Tooltip: use autogenerated props tables #1858 - PREVIEW URL

41.2.2 (Jan 12, 2022)

Patch

41.2.1 (Jan 12, 2022)

Patch

41.2.0 (Jan 12, 2022)

Minor

41.1.20 (Jan 11, 2022)

Patch

41.1.19 (Jan 10, 2022)

Patch

41.1.18 (Jan 10, 2022)

Patch

  • Internal: add resolution for node-forge to fix vulnerability #1855 - PREVIEW URL

41.1.17 (Jan 10, 2022)

Patch

41.1.16 (Jan 10, 2022)

Patch

41.1.15 (Jan 7, 2022)

Patch

  • Image, Label, Layer, Letterbox, Mask: use generated props tables #1849 - PREVIEW URL

41.1.14 (Jan 7, 2022)

Patch

41.1.13 (Jan 7, 2022)

Patch

41.1.12 (Jan 7, 2022)

Patch

  • Collage, Container, Datapoint, Fieldset, Heading: use generated props tables #1843 - PREVIEW URL

41.1.11 (Jan 6, 2022)

Patch

41.1.10 (Jan 6, 2022)

Patch

  • Internal: upgrade actions/checkout in integration test workflow #1846 - PREVIEW URL

41.1.9 (Jan 6, 2022)

Patch

41.1.8 (Jan 6, 2022)

Patch

41.1.7 (Jan 6, 2022)

Patch

  • Internal: fix steps is not defined exception on VSCode Gestalt release step #1847 - PREVIEW URL

41.1.6 (Jan 6, 2022)

Patch

41.1.5 (Jan 5, 2022)

Patch

41.1.4 (Jan 5, 2022)

Patch

41.1.3 (Jan 4, 2022)

Patch

41.1.2 (Jan 4, 2022)

Patch

41.1.1 (Jan 4, 2022)

Patch

  • Internal: avoid TabWithForwardRef export to fix generated types #1836 - PREVIEW URL

41.1.0 (Jan 4, 2022)

Minor

  • Internal: publish a new version of VSCode Gestalt for every Gestalt change #1833 - PREVIEW URL

41.0.10 (Jan 4, 2022)

Patch

41.0.9 (Jan 4, 2022)

Patch

41.0.8 (Jan 4, 2022)

Patch

41.0.7 (Jan 4, 2022)

Patch

41.0.6 (Dec 17, 2021)

Patch

41.0.5 (Dec 17, 2021)

Patch

41.0.4 (Dec 17, 2021)

Patch

  • WashAnimated, Checkbox, Column: refactor to use generated props tables #1821 - PREVIEW URL

41.0.3 (Dec 17, 2021)

Patch

41.0.2 (Dec 17, 2021)

Patch

41.0.1 (Dec 16, 2021)

Patch

41.0.0 (Dec 15, 2021)

Major

40.4.9 (Dec 15, 2021)

Patch

40.4.8 (Dec 15, 2021)

Patch

40.4.7 (Dec 15, 2021)

Patch

40.4.6 (Dec 14, 2021)

Patch

40.4.5 (Dec 14, 2021)

Patch

40.4.4 (Dec 14, 2021)

Patch

  • Internal: CardPage.js deprecation in all Docs pages in favor of Page.js #1814 - PREVIEW URL

40.4.3 (Dec 13, 2021)

Patch

40.4.2 (Dec 10, 2021)

Patch

40.4.1 (Dec 10, 2021)

Patch

40.4.0 (Dec 10, 2021)

Minor

  • Design tokens: Add font tokens for size, weight, and family #1799 - PREVIEW URL

40.3.2 (Dec 8, 2021)

Patch

  • Docs: Updated the design section of the page "How to work with us" #1807 - PREVIEW URL

40.3.1 (Dec 8, 2021)

Patch

40.3.0 (Dec 8, 2021)

Minor

40.2.4 (Dec 7, 2021)

Patch

  • Internal: update straggling references to the old docs domain #1804 - PREVIEW URL

40.2.3 (Dec 6, 2021)

Patch

40.2.2 (Dec 2, 2021)

Patch

  • Docs: Adding a section for making design contributions to Gestalt #1786 - PREVIEW URL

40.2.1 (Dec 2, 2021)

Patch

40.2.0 (Dec 2, 2021)

Minor

  • Design tokens: Add Color alias tokens for text and background #1784 - PREVIEW URL

40.1.9 (Dec 2, 2021)

Patch

40.1.8 (Dec 1, 2021)

Patch

  • NumberField: add Usage guidelines, Best practices, A11y+L10n #1792 - PREVIEW URL

40.1.7 (Dec 1, 2021)

Patch

40.1.6 (Nov 30, 2021)

Patch

40.1.5 (Nov 30, 2021)

Patch

  • TextField: Update docs with Best Practices, Accessibility, Localization #1785 - PREVIEW URL

40.1.4 (Nov 30, 2021)

Patch

40.1.3 (Nov 29, 2021)

Patch

40.1.2 (Nov 17, 2021)

Patch

40.1.1 (Nov 17, 2021)

Patch

40.1.0 (Nov 17, 2021)

Minor

  • Masonry: delay updating React scroll state until scroll events stop coming in #1774 - PREVIEW URL

40.0.7 (Nov 16, 2021)

Patch

40.0.6 (Nov 11, 2021)

Patch

40.0.5 (Nov 10, 2021)

Patch

40.0.4 (Nov 10, 2021)

Patch

40.0.3 (Nov 9, 2021)

Patch

  • Docs: fix broken links 🔗 #1770

40.0.2 (Nov 8, 2021)

Patch

40.0.1 (Nov 8, 2021)

Patch

40.0.0 (Nov 5, 2021)

Major

  • Icons: rename story-pin icon to idea-pin + codemod #1768

39.2.9 (Nov 5, 2021)

Patch

39.2.8 (Nov 5, 2021)

Patch

  • ComboBox: added lineClamp to ComboBoxOptionItem #1766

39.2.7 (Nov 5, 2021)

Patch

  • Internal: standardize the forwardRef implementation in preparation for inline documentation

39.2.6 (Nov 4, 2021)

Patch

  • Internal: Changes test id prop to 'data-test-id' #1767

39.2.5 (Nov 4, 2021)

Patch

  • Internal: update generateComponent script with visual testing, autogenerated tables, inline documentation #1764

39.2.4 (Nov 4, 2021)

Patch

39.2.3 (Nov 4, 2021)

Patch

39.2.2 (Nov 3, 2021)

Patch

39.2.1 (Nov 3, 2021)

Patch

39.2.0 (Nov 3, 2021)

Minor

39.1.0 (Oct 28, 2021)

Minor

39.0.0 (Oct 26, 2021)

Major

  • Typeahead: Remove component and references from Gestalt + codemod #1755 - PREVIEW URL

38.2.0 (Oct 25, 2021)

Minor

38.1.3 (Oct 22, 2021)

Patch

38.1.2 (Oct 22, 2021)

Patch

  • ActivationCard, Avatar, AvatarPair, Badge: convert to generated props tables #1751 - PREVIEW URL

38.1.1 (Oct 22, 2021)

Patch

  • Dropdown: adds data-test-id prop to Dropdown.Item component #1742 - PREVIEW URL

38.1.0 (Oct 21, 2021)

Minor

  • ESLint plugin: prefer-link, convert anchor tag to Gestalt Link #1741 - PREVIEW URL

38.0.11 (Oct 20, 2021)

Patch

38.0.10 (Oct 20, 2021)

Patch

38.0.9 (Oct 20, 2021)

Patch

38.0.8 (Oct 20, 2021)

Patch

38.0.7 (Oct 15, 2021)

Patch

38.0.6 (Oct 14, 2021)

Patch

  • Avatar: fix to bug (White bgcolor on Avatar component looks bad on dark backgrounds) #1736 - PREVIEW URL

38.0.5 (Oct 14, 2021)

Patch

38.0.4 (Oct 14, 2021)

Patch

38.0.3 (Oct 14, 2021)

Patch

38.0.2 (Oct 8, 2021)

Patch

38.0.1 (Oct 7, 2021)

Patch

38.0.0 (Oct 6, 2021)

Major

37.1.2 (Oct 6, 2021)

Patch

37.1.1 (Oct 6, 2021)

Patch

37.1.0 (Oct 4, 2021)

Minor

37.0.2 (Oct 4, 2021)

Patch

37.0.1 (Oct 4, 2021)

Patch

37.0.0 (Oct 4, 2021)

Major

36.0.7 (Oct 1, 2021)

Patch

  • Status: use generated props table, general cleanup, add test for subtext #1723 - PREVIEW URL

36.0.6 (Oct 1, 2021)

Patch

  • Prevent iconButton firing collapse/expand events on Module.Expandable #1722 - PREVIEW URL

36.0.5 (Oct 1, 2021)

Patch

36.0.4 (Oct 1, 2021)

Patch

36.0.3 (Oct 1, 2021)

Patch

36.0.2 (Oct 1, 2021)

Patch

36.0.1 (Sep 30, 2021)

Patch

36.0.0 (Sep 30, 2021)

Major

  • Link/Button/IconButton/TapArea +composed components: rename disableOnNavigation to dangerouslyDisableOnNavigation #1717 - PREVIEW URL

35.5.2 (Sep 29, 2021)

Patch

35.5.1 (Sep 28, 2021)

Patch

  • Upsell: don't render empty div if no actions and no children #1714 - PREVIEW URL

35.5.0 (Sep 28, 2021)

Minor

  • ESLint plugin: add zIndex props coverage to gestalt/no-box-dangerous-style-duplicates #1713 - PREVIEW URL

35.4.0 (Sep 27, 2021)

Minor

35.3.1 (Sep 27, 2021)

Patch

35.3.0 (Sep 23, 2021)

Minor

  • ESLint plugin: add full Box props coverage to gestalt/no-box-dangerous-style-duplicates #1711 - PREVIEW URL

35.2.14 (Sep 23, 2021)

Patch

  • ESLint plugin: gestalt/no-box-dangerous-style-duplicates fixes and refactor #1709 - PREVIEW URL

35.2.13 (Sep 23, 2021)

Patch

35.2.12 (Sep 23, 2021)

Patch

35.2.11 (Sep 23, 2021)

Patch

  • Internal: add ability to override default value and type in generated docs #1708 - PREVIEW URL

35.2.10 (Sep 22, 2021)

Patch

35.2.9 (Sep 22, 2021)

Patch

35.2.8 (Sep 22, 2021)

Patch

35.2.7 (Sep 21, 2021)

Patch

35.2.6 (Sep 21, 2021)

Patch

35.2.5 (Sep 21, 2021)

Patch

35.2.4 (Sep 21, 2021)

Patch

35.2.3 (Sep 21, 2021)

Patch

  • SearchField: Update docs to autogenerated props, design guidelines #1696 - PREVIEW URL

35.2.2 (Sep 20, 2021)

Patch

35.2.1 (Sep 17, 2021)

Patch

35.2.0 (Sep 17, 2021)

Minor

35.1.1 (Sep 17, 2021)

Patch

35.1.0 (Sep 16, 2021)

Minor

  • Internal: use visual regression image & description in generated docs #1694 - PREVIEW URL

35.0.2 (Sep 16, 2021)

Patch

35.0.1 (Sep 15, 2021)

Patch

  • Docs: Usage guidelines for SearchField, SegmentedControl and Tabs #1692 - PREVIEW URL

35.0.0 (Sep 15, 2021)

Major

34.3.4 (Sep 14, 2021)

Patch

34.3.3 (Sep 14, 2021)

Patch

34.3.2 (Sep 10, 2021)

Patch

34.3.1 (Sep 10, 2021)

Patch

34.3.0 (Sep 10, 2021)

Minor

  • Docs: add autogenerated docs for AvatarGroup (forwardRef), automatically get default value & add ability to link to specific prop in docs #1688 - PREVIEW URL

34.2.0 (Sep 10, 2021)

Minor

  • ScrollBoundaryContainer: use generated docs (multiple exports) #1689 - PREVIEW URL

34.1.1 (Sep 9, 2021)

Patch

34.1.0 (Sep 9, 2021)

Minor

34.0.2 (Sep 9, 2021)

Patch

34.0.1 (Sep 8, 2021)

Patch

34.0.0 (Sep 8, 2021)

Major

33.10.3 (Sep 8, 2021)

Patch

33.10.2 (Sep 8, 2021)

Patch

33.10.1 (Sep 2, 2021)

Patch

33.10.0 (Sep 1, 2021)

Minor

33.9.4 (Sep 1, 2021)

Patch

33.9.3 (Aug 31, 2021)

Patch

33.9.2 (Aug 31, 2021)

Patch

33.9.1 (Aug 31, 2021)

Patch

33.9.0 (Aug 31, 2021)

Minor

33.8.3 (Aug 30, 2021)

Patch

33.8.2 (Aug 30, 2021)

Patch

33.8.1 (Aug 30, 2021)

Patch

33.8.0 (Aug 30, 2021)

Minor

  • ESLint plugin: added schema options to prefer-box-no-disallowed rule #1667 - PREVIEW URL

33.7.10 (Aug 27, 2021)

Patch

33.7.9 (Aug 27, 2021)

Patch

33.7.8 (Aug 27, 2021)

Patch

33.7.7 (Aug 27, 2021)

Patch

  • Lint rules: Another attempt at fixing prefer-flex import count bug #1663 - PREVIEW URL

33.7.6 (Aug 26, 2021)

Patch

33.7.5 (Aug 26, 2021)

Patch

  • Lint rules: Fix prefer-flex import statement Box detection #1660 - PREVIEW URL

33.7.4 (Aug 26, 2021)

Patch

33.7.3 (Aug 25, 2021)

Patch

33.7.2 (Aug 25, 2021)

Patch

33.7.1 (Aug 25, 2021)

Patch

33.7.0 (Aug 25, 2021)

Minor

  • ESLint plugin: updated gestalt/no-dangerous-style-duplicates w/ autofix #1641 - PREVIEW URL

33.6.0 (Aug 24, 2021)

Minor

33.5.0 (Aug 24, 2021)

Minor

33.4.4 (Aug 24, 2021)

Patch

33.4.3 (Aug 23, 2021)

Patch

33.4.2 (Aug 23, 2021)

Patch

33.4.1 (Aug 23, 2021)

Patch

33.4.0 (Aug 23, 2021)

Minor

33.3.0 (Aug 23, 2021)

Minor

33.2.2 (Aug 23, 2021)

Patch

33.2.1 (Aug 20, 2021)

Patch

33.2.0 (Aug 20, 2021)

Minor

33.1.0 (Aug 19, 2021)

Minor

  • ESLint plugin: prefer-box-no-classname rule w/ autofix + merged into prefer-box-lonely-ref #1629 - PREVIEW URL

33.0.1 (Aug 19, 2021)

Patch

33.0.0 (Aug 18, 2021)

Major

32.1.6 (Aug 18, 2021)

Patch

32.1.5 (Aug 18, 2021)

Patch

32.1.4 (Aug 18, 2021)

Patch

32.1.3 (Aug 18, 2021)

Patch

32.1.2 (Aug 17, 2021)

Patch

32.1.1 (Aug 17, 2021)

Patch

32.1.0 (Aug 16, 2021)

Minor

  • Lint rules: Add support for dynamic/dangerous styles in no-box-useless-props #1623 - PREVIEW URL

32.0.0 (Aug 16, 2021)

Major

31.5.0 (Aug 16, 2021)

Minor

  • OverlayPanel (formerly Sheet): new onAnimationEnd prop + fix for bug #1625 - PREVIEW URL

31.4.0 (Aug 14, 2021)

Minor

31.3.2 (Aug 12, 2021)

Patch

31.3.1 (Aug 12, 2021)

Patch

  • ESLint plugin: fix prefer-box-as-tag

31.3.0 (Aug 11, 2021)

Minor

  • ESLint plugin: prefer-box-as-tag rule w/ autofix

31.2.1 (Aug 11, 2021)

Patch

31.2.0 (Aug 11, 2021)

Minor

  • [Internal] Automatically launch docs & watcher when you open VSCode #1620 - PREVIEW URL

31.1.5 (Aug 11, 2021)

Patch

31.1.4 (Aug 11, 2021)

Patch

31.1.3 (Aug 11, 2021)

Patch

31.1.2 (Aug 11, 2021)

Patch

31.1.1 (Aug 11, 2021)

Patch

31.1.0 (Aug 9, 2021)

Minor

  • ESLint plugin: prefer-box-lonely-ref rule w/ autofix + no-spread-props rule w/ autofix #1608 - PREVIEW URL

31.0.1 (Aug 9, 2021)

Patch

31.0.0 (Aug 9, 2021)

Major

30.1.0 (Aug 6, 2021)

Minor

30.0.1 (Aug 5, 2021)

Patch

  • ESLint Plugin: Add missing ComboBox to "no-medium-formfields"

30.0.0 (Aug 4, 2021)

Major

29.6.5 (Aug 3, 2021)

Patch

29.6.4 (Aug 3, 2021)

Patch

  • Callout, Upsell, Datapoint: Add note about dark mode support #1603 - PREVIEW URL

29.6.3 (Aug 3, 2021)

Patch

29.6.2 (Jul 29, 2021)

Patch

29.6.1 (Jul 29, 2021)

Patch

  • ESLint Plugin: Add missing rules to Docs, categorize, and standardize rule config #1601 - PREVIEW URL

29.6.0 (Jul 27, 2021)

Minor

29.5.6 (Jul 26, 2021)

Patch

29.5.5 (Jul 22, 2021)

Patch

29.5.4 (Jul 21, 2021)

Patch

29.5.3 (Jul 20, 2021)

Patch

29.5.2 (Jul 20, 2021)

Patch

29.5.1 (Jul 20, 2021)

Patch

29.5.0 (Jul 20, 2021)

Minor

  • Lint Rules: Add support for responsive props in no-box-useless-props #1591 - PREVIEW URL

29.4.1 (Jul 19, 2021)

Patch

29.4.0 (Jul 19, 2021)

Minor

29.3.2 (Jul 16, 2021)

Patch

29.3.1 (Jul 15, 2021)

Patch

29.3.0 (Jul 15, 2021)

Minor

29.2.2 (Jul 14, 2021)

Patch

29.2.1 (Jul 13, 2021)

Patch

29.2.0 (Jul 12, 2021)

Minor

29.1.1 (Jul 8, 2021)

Patch

29.1.0 (Jul 2, 2021)

Minor

29.0.0 (Jul 1, 2021)

Major

28.0.1 (Jul 1, 2021)

Patch

28.0.0 (Jul 1, 2021)

Major

  • Modal, OverlayPanel (formerly Sheet): deprecate ref (forwardRef removal) + codemod #1578 - PREVIEW URL

27.3.5 (Jun 30, 2021)

Patch

27.3.4 (Jun 28, 2021)

Patch

27.3.3 (Jun 24, 2021)

Patch

27.3.2 (Jun 24, 2021)

Patch

27.3.1 (Jun 24, 2021)

Patch

27.3.0 (Jun 24, 2021)

Minor

27.2.1 (Jun 23, 2021)

Patch

  • SearchField: Add accessibilityClearButtonLabel to props table in docs #1572 - PREVIEW URL

27.2.0 (Jun 23, 2021)

Minor

27.1.0 (Jun 22, 2021)

Minor

27.0.0 (Jun 22, 2021)

Major

26.0.2 (Jun 22, 2021)

Patch

26.0.1 (Jun 22, 2021)

Patch

26.0.0 (Jun 17, 2021)

Major

  • ActivationCard, Upsell, Callout: Make accessibilityLabel required for actions #1555 - PREVIEW URL

25.0.1 (Jun 17, 2021)

Patch

25.0.0 (Jun 17, 2021)

Major

  • Dropdown: Remove parent onSelect, split Dropdown.Item to add Dropdown.Link #1554 - PREVIEW URL

24.2.1 (Jun 17, 2021)

Patch

24.2.0 (Jun 17, 2021)

Minor

24.1.2 (Jun 16, 2021)

Patch

24.1.1 (Jun 16, 2021)

Patch

24.1.0 (Jun 10, 2021)

Minor

24.0.5 (Jun 9, 2021)

Patch

  • Internal: add resolution for glob-parent to fix vulnerability #1551 - PREVIEW URL

24.0.4 (Jun 9, 2021)

Patch

24.0.3 (Jun 9, 2021)

Patch

  • Internal: add resolution for css-select to fix css-what vulnerability #1543 - PREVIEW URL

24.0.2 (Jun 9, 2021)

Patch

  • Internal: add resolution for trim-newlines to fix vulnerability #1546 - PREVIEW URL

24.0.1 (Jun 9, 2021)

Patch

  • Internal: add resolution for normalize-url to fix vulnerability #1545 - PREVIEW URL

24.0.0 (Jun 9, 2021)

Major

23.2.0 (Jun 8, 2021)

Minor

23.1.0 (Jun 8, 2021)

Minor

  • Tabs: pass disableOnNavigation arg in onChange for link behavior management #1540 - PREVIEW URL

23.0.4 (Jun 7, 2021)

Patch

23.0.3 (Jun 7, 2021)

Patch

  • Internal: replace deprecated postcss-cssnext with postcss-preset-env #1538 - PREVIEW URL

23.0.2 (Jun 7, 2021)

Patch

23.0.1 (Jun 3, 2021)

Patch

23.0.0 (Jun 3, 2021)

Major

  • ColorSchemeProvider, OnLinkNavigationProvider: split Provider into individual providers #1534 - PREVIEW URL

22.6.1 (May 27, 2021)

Patch

22.6.0 (May 27, 2021)

Minor

22.5.0 (May 27, 2021)

Minor

  • Internal: src/ directories: remove test files & only publish .js.flow (second try) #1529 - PREVIEW URL

22.4.0 (May 27, 2021)

Minor

22.3.0 (May 27, 2021)

Minor

  • SearchField: Add label option and improve keyboard accessibility #1527 - PREVIEW URL

22.2.1 (May 27, 2021)

Patch

22.2.0 (May 27, 2021)

Minor

  • Internal: src/ directories: remove test files & only publish .js.flow #1525 - PREVIEW URL

22.1.0 (May 26, 2021)

Minor

  • Internal: upgrade to Node.js 14 & add 16 to our CI test matrix #1526 - PREVIEW URL

22.0.0 (May 26, 2021)

Major

21.17.13 (May 26, 2021)

Patch

21.17.12 (May 25, 2021)

Patch

  • Internal: bump resolved version of multicast-dns due to security concern for dns-packet #1523 - PREVIEW URL

21.17.11 (May 25, 2021)

Patch

21.17.10 (May 21, 2021)

Patch

21.17.9 (May 20, 2021)

Patch

  • OverlayPanel (formerly Sheet): New docs and best practices #1495 - PREVIEW URL

21.17.8 (May 19, 2021)

Patch

21.17.7 (May 17, 2021)

Patch

21.17.6 (May 17, 2021)

Patch

  • TextField, TextArea: Open errorMessage type to accept Node #1513 - PREVIEW URL

21.17.5 (May 17, 2021)

Patch

21.17.4 (May 17, 2021)

Patch

  • Updated trendSentiment docs to explicitly call out color treatments. #1512 - PREVIEW URL

21.17.3 (May 17, 2021)

Patch

21.17.2 (May 17, 2021)

Patch

21.17.1 (May 17, 2021)

Patch

  • ESLint: improve performance & bug fix for box-no-disallowed-props #1510 - PREVIEW URL

21.17.0 (May 14, 2021)

Minor

21.16.0 (May 12, 2021)

Minor

21.15.5 (May 11, 2021)

Patch

21.15.4 (May 11, 2021)

Patch

21.15.3 (May 10, 2021)

Patch

  • Internal: Upgrade stylelint dependency to obviate trim security vulnerability #1504 - PREVIEW URL

21.15.2 (May 10, 2021)

Patch

21.15.1 (May 10, 2021)

Patch

21.15.0 (May 10, 2021)

Minor

21.14.1 (May 9, 2021)

Patch

21.14.0 (May 5, 2021)

Minor

21.13.0 (May 3, 2021)

Minor

21.12.0 (Apr 30, 2021)

Minor

21.11.2 (Apr 30, 2021)

Patch

21.11.1 (Apr 30, 2021)

Patch

21.11.0 (Apr 29, 2021)

Minor

21.10.1 (Apr 29, 2021)

Patch

21.10.0 (Apr 29, 2021)

Minor

21.9.0 (Apr 28, 2021)

Minor

21.8.4 (Apr 28, 2021)

Patch

21.8.3 (Apr 28, 2021)

Patch

  • Docs: Make unexpanded code example more obviously interactive #1484 - PREVIEW URL

21.8.2 (Apr 26, 2021)

Patch

21.8.1 (Apr 23, 2021)

Patch

  • Modal: added comment on temporal prop to prevent confusion

21.8.0 (Apr 22, 2021)

Minor

21.7.7 (Apr 21, 2021)

Patch

  • Internal: Upgrade ssri and is-svg dependencies for security alerts #1477 - PREVIEW URL

21.7.6 (Apr 21, 2021)

Patch

21.7.5 (Apr 20, 2021)

Patch

21.7.4 (Apr 20, 2021)

Patch

21.7.3 (Apr 20, 2021)

Patch

21.7.2 (Apr 19, 2021)

Patch

21.7.1 (Apr 14, 2021)

Patch

  • Docs: Remove popover example in Checkbox doc

21.7.0 (Apr 14, 2021)

Minor

  • Internal: use new JSX transform & remove unnecessary react imports #1471 - PREVIEW URL

21.6.5 (Apr 13, 2021)

Patch

21.6.4 (Apr 12, 2021)

Patch

21.6.3 (Apr 9, 2021)

Patch

21.6.2 (Apr 8, 2021)

Patch

21.6.1 (Apr 8, 2021)

Patch

21.6.0 (Apr 8, 2021)

Minor

  • Internal: upgrade flow to 0.145.0 & fix 21 flow suppressions #1463 - PREVIEW URL

21.5.2 (Apr 8, 2021)

Patch

21.5.1 (Apr 7, 2021)

Patch

  • Modal: temp _dangerouslyDisableScrollBoundaryContainer prop to disable ScrollBoundaryContainer in Modals #1461 - PREVIEW URL

21.5.0 (Apr 7, 2021)

Minor

21.4.8 (Apr 6, 2021)

Patch

21.4.7 (Apr 6, 2021)

Patch

21.4.6 (Apr 6, 2021)

Patch

  • Modal/OverlayPanel (formerly Sheet): Remove experimental _dangerousScrollableExperimentEnabled to implement ScrollBoundaryContainer #1456 - PREVIEW URL

21.4.5 (Apr 6, 2021)

Patch

  • Link/Button/IconButton/TapArea +composed components: refactored disableOnNavigation logic inside Link/InternalLink #1455 - PREVIEW URL

21.4.4 (Apr 2, 2021)

Patch

21.4.3 (Apr 1, 2021)

Patch

21.4.2 (Apr 1, 2021)

Patch

21.4.1 (Apr 1, 2021)

Patch

  • Link/Button/IconButton/TapArea +composed components: always pass disableOnNavigation to onClick #1450 - PREVIEW URL

21.4.0 (Mar 31, 2021)

Minor

21.3.2 (Mar 31, 2021)

Patch

21.3.1 (Mar 31, 2021)

Patch

21.3.0 (Mar 31, 2021)

Minor

21.2.1 (Mar 30, 2021)

Patch

21.2.0 (Mar 29, 2021)

Minor

21.1.2 (Mar 29, 2021)

Patch

21.1.1 (Mar 29, 2021)

Patch

21.1.0 (Mar 25, 2021)

Minor

21.0.6 (Mar 24, 2021)

Patch

21.0.5 (Mar 23, 2021)

Patch

21.0.4 (Mar 23, 2021)

Patch

21.0.3 (Mar 23, 2021)

Patch

  • Typeahead: Close container on outside click, focus input #1436 - PREVIEW URL
  • ScrollBoundaryContainer: fix positioning within when no available space condition is met #1435 - PREVIEW URL

21.0.2 (Mar 22, 2021)

Patch

21.0.1 (Mar 18, 2021)

Patch

  • Popover: Updated Docs and added Best Practices

21.0.0 (Mar 18, 2021)

Major

  • Provider/Link/Button/IconButton/TapArea/+composed components: refactor link logic to support custom navigation within onClick prop in consumers + Codemode #1398 - PREVIEW URL

20.3.5 (Mar 17, 2021)

Patch

  • ScrollBoundaryContainer: fix positioning within when no available space condition is met #1428 - PREVIEW URL

20.3.4 (Mar 17, 2021)

Patch

20.3.3 (Mar 16, 2021)

Patch

20.3.2 (Mar 16, 2021)

Patch

20.3.1 (Mar 16, 2021)

Patch

  • Tooltip: Only delay visibility on interaction if link present #1430 - PREVIEW URL

20.3.0 (Mar 16, 2021)

Minor

20.2.1 (Mar 15, 2021)

Patch

20.2.0 (Mar 15, 2021)

Minor

20.1.3 (Mar 13, 2021)

Patch

20.1.2 (Mar 11, 2021)

Patch

  • Internal: Upgrade JSX transform so React no longer needs to be in scope #1420 - PREVIEW URL

20.1.1 (Mar 9, 2021)

Patch

20.1.0 (Mar 9, 2021)

Minor

20.0.2 (Mar 8, 2021)

Patch

20.0.1 (Mar 8, 2021)

Patch

20.0.0 (Mar 8, 2021)

Major

19.2.2 (Mar 5, 2021)

Patch

19.2.1 (Mar 5, 2021)

Patch

19.2.0 (Mar 5, 2021)

Minor

19.1.2 (Mar 3, 2021)

Patch

19.1.1 (Mar 3, 2021)

Patch

19.1.0 (Mar 3, 2021)

Minor

19.0.0 (Mar 2, 2021)

Major

  • Icon: Rename 'link' Icon to 'visit' + codemod, add new 'link' Icon, update Docs #1406 - PREVIEW URL

18.1.2 (Mar 2, 2021)

Patch

18.1.1 (Mar 1, 2021)

Patch

18.1.0 (Mar 1, 2021)

Minor

18.0.0 (Feb 27, 2021)

Major

  • ScrollBoundaryContainer: ScrollableContainer renamed to ScrollBoundaryContainer #1394 - PREVIEW URL

17.7.0 (Feb 25, 2021)

Minor

17.6.3 (Feb 22, 2021)

Patch

17.6.2 (Feb 19, 2021)

Patch

17.6.1 (Feb 18, 2021)

Patch

17.6.0 (Feb 18, 2021)

Minor

  • Typeahead: Bugfix to ensure the current value of options is used, not just the initial #1390 - PREVIEW URL

17.5.6 (Feb 18, 2021)

Patch

17.5.5 (Feb 17, 2021)

Patch

17.5.4 (Feb 17, 2021)

Patch

17.5.3 (Feb 12, 2021)

Patch

17.5.2 (Feb 12, 2021)

Patch

  • Callout, Upsell, ActivationCard: implemented missing target, ref props for link functionality #1384 - PREVIEW URL

17.5.1 (Feb 12, 2021)

Patch

  • Docs: Update Prop Table to support Markdown for descriptions #1382 - PREVIEW URL

17.5.0 (Feb 11, 2021)

Minor

17.4.0 (Feb 11, 2021)

Minor

  • Modal, OverlayPanel (formerly Sheet): Implemented InternalScrollableContainer #1376 - PREVIEW URL

17.3.1 (Feb 11, 2021)

Patch

17.3.0 (Feb 10, 2021)

Minor

17.2.0 (Feb 10, 2021)

Minor

17.1.7 (Feb 10, 2021)

Patch

17.1.6 (Feb 9, 2021)

Patch

  • Docs: Update cypress accessibility testing, remove disabled contrast rules #1373 - PREVIEW URL

17.1.5 (Feb 9, 2021)

Patch

17.1.4 (Feb 8, 2021)

Patch

17.1.3 (Feb 8, 2021)

Patch

17.1.2 (Feb 8, 2021)

Patch

  • Provider: fixes in Provider, Provider Docs and OnNavigation-related component Docs #1369 - PREVIEW URL

17.1.1 (Feb 8, 2021)

Patch

17.1.0 (Feb 5, 2021)

Minor

  • Provider/Link/Button/IconButton/TapArea: implement OnNavigation context for advanced link navigation #1364 - PREVIEW URL

17.0.1 (Feb 5, 2021)

Patch

  • Box: Add design guidelines and update documentation to new style #1358 - PREVIEW URL

17.0.0 (Feb 5, 2021)

Major

16.10.4 (Feb 5, 2021)

Patch

16.10.3 (Feb 4, 2021)

Patch

16.10.2 (Feb 4, 2021)

Patch

  • Box: fix margin-family props not overriding default 'auto' by @media with boints #1362 - PREVIEW URL

16.10.1 (Feb 3, 2021)

Patch

  • Internal: Add lint rules to enforce fragment style and use of keys #1361 - PREVIEW URL

16.10.0 (Feb 3, 2021)

Minor

  • Gestalt: ScrollableContainer - new component with built-in scrollability logic to allow anchored-based components get correctly positioned inside scrolling containers #1357 - PREVIEW URL

16.9.2 (Feb 2, 2021)

Patch

  • Docs: copyPaste functionality implemented into linking icon #1360 - PREVIEW URL

16.9.1 (Feb 1, 2021)

Patch

16.9.0 (Jan 29, 2021)

Minor

16.8.4 (Jan 29, 2021)

Patch

16.8.3 (Jan 27, 2021)

Patch

  • Docs: Add shared documentation components for docs redesign #1345 - PREVIEW URL

16.8.2 (Jan 27, 2021)

Patch

  • Internal: bump resolved version of immer due to security concern #1352 - PREVIEW URL

16.8.1 (Jan 26, 2021)

Patch

  • Z-Index: Consolidate proptype to reduce needed suppressions #1351 - PREVIEW URL

16.8.0 (Jan 25, 2021)

Minor

  • Typeahead: add zIndex prop to support component in Modals with zIndex #1350 - PREVIEW URL

16.7.1 (Jan 22, 2021)

Patch

16.7.0 (Jan 20, 2021)

Minor

  • ModuleExpandable: added external collapsing control (expandedIndex and onExpandedChange) #1323 - PREVIEW URL

16.6.1 (Jan 16, 2021)

Patch

  • Callout, Upsell: Fix action href type in docs, dedupe type definitions #1340 - PREVIEW URL

16.6.0 (Jan 16, 2021)

Minor

16.5.1 (Jan 15, 2021)

Patch

16.5.0 (Jan 15, 2021)

Minor

16.4.1 (Jan 13, 2021)

Patch

16.4.0 (Jan 12, 2021)

Minor

16.3.0 (Jan 11, 2021)

Minor

  • Dropdown: New component to display actions or selectable options #1305 - PREVIEW URL

16.2.2 (Jan 8, 2021)

Patch

16.2.1 (Jan 8, 2021)

Patch

  • Layer: fix a bug where Layer ummounts children on rerender when zIndex changes #1327 - PREVIEW URL

16.2.0 (Jan 8, 2021)

Minor

16.1.1 (Jan 8, 2021)

Patch

  • Callout: Fix vertical padding in md viewport when no actions present #1328 - PREVIEW URL

16.1.0 (Jan 8, 2021)

Minor

16.0.4 (Jan 7, 2021)

Patch

16.0.3 (Jan 5, 2021)

Patch

  • Layer: Update documentation examples around avoiding unwanted re-rendering #1324 - PREVIEW URL

16.0.2 (Dec 22, 2020)

Patch

16.0.1 (Dec 22, 2020)

Patch

  • Internal: Enable the eslint rule flowtype/no-mutable-array #1321 - PREVIEW URL

16.0.0 (Dec 18, 2020)

Major

  • Callout/Upsell: update primary/secondaryLink to be primary/secondaryAction + Codemod #1314 - PREVIEW URL

15.11.0 (Dec 18, 2020)

Minor

15.10.2 (Dec 17, 2020)

Patch

15.10.1 (Dec 16, 2020)

Patch

15.10.0 (Dec 16, 2020)

Minor

15.9.0 (Dec 14, 2020)

Minor

15.8.0 (Dec 12, 2020)

Minor

15.7.0 (Dec 10, 2020)

Minor

  • Callout/Upsell: Implemented new useResponsiveMinWidth hook and utils #1308 - PREVIEW URL

15.6.0 (Dec 9, 2020)

Minor

15.5.1 (Dec 8, 2020)

Patch

15.5.0 (Dec 8, 2020)

Minor

15.4.0 (Dec 8, 2020)

Minor

15.3.0 (Dec 2, 2020)

Minor

15.2.0 (Dec 2, 2020)

Minor

  • Internal: Docs improvements; Contexts, header options, + minor fixes #1297 - PREVIEW URL

15.1.2 (Dec 2, 2020)

Patch

15.1.1 (Dec 2, 2020)

Patch

  • Internal: Give Flex and FlexItem display names for debugging #1296 - PREVIEW URL

15.1.0 (Dec 1, 2020)

Minor

15.0.0 (Dec 1, 2020)

Major

14.30.3 (Nov 19, 2020)

Patch

14.30.2 (Nov 18, 2020)

Patch

14.30.1 (Nov 18, 2020)

Patch

14.30.0 (Nov 17, 2020)

Minor

14.29.0 (Nov 17, 2020)

Minor

  • Toast: color white as default & adding drop shadow + Codemode helper #1287 - PREVIEW URL

14.28.1 (Nov 6, 2020)

Patch

14.28.0 (Nov 6, 2020)

Minor

14.27.0 (Nov 6, 2020)

Minor

14.26.0 (Nov 4, 2020)

Minor

14.25.2 (Nov 4, 2020)

Patch

14.25.1 (Nov 4, 2020)

Patch

14.25.0 (Nov 3, 2020)

Minor

14.24.0 (Nov 3, 2020)

Minor

14.23.1 (Nov 3, 2020)

Patch

14.23.0 (Nov 2, 2020)

Minor

14.22.0 (Nov 2, 2020)

Minor

14.21.5 (Oct 28, 2020)

Patch

14.21.4 (Oct 27, 2020)

Patch

14.21.3 (Oct 27, 2020)

Patch

14.21.2 (Oct 26, 2020)

Patch

14.21.1 (Oct 26, 2020)

Patch

  • Docs: Update codemod folder names and add dev instructions #1269 - PREVIEW URL

14.21.0 (Oct 26, 2020)

Minor

  • Internal: improve package.json with repository / keywords + exports information #1270 - PREVIEW URL

14.20.0 (Oct 21, 2020)

Minor

14.19.0 (Oct 20, 2020)

Minor

14.18.0 (Oct 20, 2020)

Minor

14.17.0 (Oct 20, 2020)

Minor

14.16.0 (Oct 20, 2020)

Minor

14.15.0 (Oct 16, 2020)

Minor

14.14.2 (Oct 14, 2020)

Patch

14.14.1 (Oct 14, 2020)

Patch

  • Checkbox/RadioButton: Add options to provide subtext and/or image for label #1256 - PREVIEW URL

14.14.0 (Oct 13, 2020)

Minor

14.13.4 (Oct 13, 2020)

Patch

14.13.3 (Oct 9, 2020)

Patch

14.13.2 (Oct 9, 2020)

Patch

  • Internal: Update devDependencies + make stylelint stricter #1257 - PREVIEW URL

14.13.1 (Oct 8, 2020)

Patch

14.13.0 (Oct 8, 2020)

Minor

14.12.0 (Oct 8, 2020)

Minor

14.11.2 (Oct 7, 2020)

Patch

14.11.1 (Oct 7, 2020)

Patch

14.11.0 (Oct 7, 2020)

Minor

  • Box: Add option to specify 'shadow' for borderStyle prop (previously borderSize) #1245 - PREVIEW URL

14.10.1 (Oct 7, 2020)

Patch

14.10.0 (Oct 7, 2020)

Minor

14.9.3 (Oct 7, 2020)

Patch

14.9.2 (Oct 7, 2020)

Patch

14.9.1 (Oct 7, 2020)

Patch

14.9.0 (Oct 6, 2020)

Minor

14.8.0 (Oct 6, 2020)

Minor

  • OverlayPanel (formerly Sheet): Add subHeading prop [Depends on #1236]#1242 - PREVIEW URL

14.7.0 (Oct 5, 2020)

Minor

14.6.0 (Oct 5, 2020)

Minor

  • OverlayPanel (formerly Sheet): Control animation behavior with AnimationContext #1236 - PREVIEW URL

14.5.3 (Oct 1, 2020)

Patch

14.5.2 (Sep 30, 2020)

Patch

14.5.1 (Sep 29, 2020)

Patch

14.5.0 (Sep 28, 2020)

Minor

  • Internal: Parallelize Cypress integration tests (2x speed improvement) #1234 - PREVIEW URL

14.4.1 (Sep 28, 2020)

Patch

14.4.0 (Sep 25, 2020)

Minor

  • Internal: Script to generate a11y tests + add tests for remaining components #1233 - PREVIEW URL

14.3.2 (Sep 25, 2020)

Patch

  • Docs: Add yarn installation and fix indentation on Development page #1232 - PREVIEW URL

14.3.1 (Sep 24, 2020)

Patch

14.3.0 (Sep 22, 2020)

Minor

14.2.4 (Sep 22, 2020)

Patch

14.2.3 (Sep 22, 2020)

Patch

14.2.2 (Sep 22, 2020)

Patch

14.2.1 (Sep 22, 2020)

Patch

14.2.0 (Sep 21, 2020)

Minor

14.1.0 (Sep 18, 2020)

Minor

14.0.0 (Sep 17, 2020)

Major

13.14.0 (Sep 17, 2020)

Minor

13.13.0 (Sep 17, 2020)

Minor

13.12.0 (Sep 17, 2020)

Minor

13.11.0 (Sep 17, 2020)

Minor

13.10.0 (Sep 16, 2020)

Minor

13.9.0 (Sep 16, 2020)

Minor

13.8.0 (Sep 16, 2020)

Minor

13.7.0 (Sep 15, 2020)

Minor

13.6.0 (Sep 15, 2020)

Minor

13.5.1 (Sep 15, 2020)

Patch

13.5.0 (Sep 14, 2020)

Minor

13.4.1 (Sep 11, 2020)

Patch

13.4.0 (Sep 11, 2020)

Minor

13.3.0 (Sep 11, 2020)

Minor

13.2.0 (Sep 11, 2020)

Minor

13.1.0 (Sep 10, 2020)

Minor

13.0.2 (Sep 10, 2020)

Patch

13.0.1 (Sep 10, 2020)

Patch

13.0.0 (Sep 10, 2020)

Major

12.13.0 (Sep 9, 2020)

Minor

12.12.0 (Sep 9, 2020)

Minor

12.11.1 (Sep 9, 2020)

Patch

  • Table: add bottom border to each row (apart from last item) #1200 - PREVIEW URL

12.11.0 (Sep 8, 2020)

Minor

12.10.1 (Sep 8, 2020)

Patch

  • Internal: avoid blank page on startup in dev + fix most docs exceptions in incremental builds #1195 - PREVIEW URL

12.10.0 (Sep 8, 2020)

Minor

12.9.0 (Sep 8, 2020)

Minor

12.8.2 (Sep 8, 2020)

Patch

12.8.1 (Sep 8, 2020)

Patch

12.8.0 (Sep 8, 2020)

Minor

12.7.0 (Sep 8, 2020)

Minor

12.6.1 (Sep 4, 2020)

Patch

12.6.0 (Sep 3, 2020)

Minor

12.5.0 (Sep 2, 2020)

Minor

12.4.2 (Sep 2, 2020)

Patch

12.4.1 (Sep 2, 2020)

Patch

12.4.0 (Sep 2, 2020)

Minor

  • Button: v.2. Added support for href and segmented Flow type #1169 - PREVIEW URL

12.3.0 (Sep 2, 2020)

Minor

  • Modal: Prevent showing zoom out icon if closeOnOutsideClick is false #1181 - PREVIEW URL

12.2.0 (Sep 1, 2020)

Minor

  • Link: added accessibilityLabel / Docs: implemented support to Arrays in description #1180 - PREVIEW URL

12.1.0 (Aug 31, 2020)

Minor

  • Column: removed deprecated xs, sm, md, lg props + codemod helper #1165 - PREVIEW URL

12.0.0 (Aug 31, 2020)

Major

11.29.1 (Aug 31, 2020)

Patch

11.29.0 (Aug 31, 2020)

Minor

11.28.7 (Aug 31, 2020)

Patch

11.28.6 (Aug 28, 2020)

Patch

11.28.5 (Aug 28, 2020)

Patch

11.28.4 (Aug 28, 2020)

Patch

11.28.3 (Aug 27, 2020)

Patch

  • Docs: remove heading for multiple Combination sections on Box #1172 - PREVIEW URL

11.28.2 (Aug 27, 2020)

Patch

11.28.1 (Aug 27, 2020)

Patch

11.28.0 (Aug 26, 2020)

Minor

11.27.0 (Aug 25, 2020)

Minor

11.26.1 (Aug 25, 2020)

Patch

11.26.0 (Aug 24, 2020)

Minor

  • Box: removed deprecated xs, sm, md, lg props + codemod helper #1164 - PREVIEW URL

11.25.2 (Aug 24, 2020)

Patch

  • Docs: PropTable use Card + fix scrollMarginTop on main Heading #1163 - PREVIEW URL

11.25.1 (Aug 24, 2020)

Patch

11.25.0 (Aug 24, 2020)

Minor

11.24.1 (Aug 21, 2020)

Patch

11.24.0 (Aug 21, 2020)

Minor

11.23.0 (Aug 19, 2020)

Minor

11.22.0 (Aug 17, 2020)

Minor

11.21.1 (Aug 17, 2020)

Patch

11.21.0 (Aug 17, 2020)

Minor

11.20.3 (Aug 17, 2020)

Patch

11.20.2 (Aug 17, 2020)

Patch

11.20.1 (Aug 17, 2020)

Patch

11.20.0 (Aug 14, 2020)

Minor

11.19.0 (Aug 14, 2020)

Minor

11.18.0 (Aug 14, 2020)

Minor

  • Docs: Implement markdown from md files as documentation sections #1144 - PREVIEW URL

11.17.1 (Aug 13, 2020)

Patch

11.17.0 (Aug 13, 2020)

Minor

  • Callout: added RTL support in dismiss button, renamed description prop #1143 - PREVIEW URL

11.16.0 (Aug 12, 2020)

Minor

11.15.2 (Aug 12, 2020)

Patch

  • Datepicker: standardized date format & placeholder date format across… #1135 - PREVIEW URL

11.15.1 (Aug 12, 2020)

Patch

  • ZIndexClasses: note on docs re extracting index values from classes #1136 - PREVIEW URL

11.15.0 (Aug 11, 2020)

Minor

11.14.2 (Aug 7, 2020)

Patch

11.14.1 (Aug 7, 2020)

Patch

11.14.0 (Aug 7, 2020)

Minor

11.13.0 (Aug 7, 2020)

Minor

11.12.6 (Aug 7, 2020)

Patch

11.12.5 (Aug 5, 2020)

Patch

11.12.4 (Aug 5, 2020)

Patch

11.12.3 (Aug 5, 2020)

Patch

11.12.2 (Aug 5, 2020)

Patch

11.12.1 (Aug 5, 2020)

Patch

11.12.0 (Aug 5, 2020)

Minor

11.11.3 (Aug 5, 2020)

Patch

11.11.2 (Aug 5, 2020)

Patch

11.11.1 (Aug 4, 2020)

Patch

11.11.0 (Aug 4, 2020)

Minor

11.10.0 (Aug 4, 2020)

Minor

  • SearchField/Typeahead/TypeaheadInputField/TextField/TextArea: refactored forwardRef #1110 - PREVIEW URL

11.9.0 (Aug 4, 2020)

Minor

  • Button/IconButton/CheckBox/RadioButton: refactored forwardRef #1107 - PREVIEW URL

11.8.0 (Aug 4, 2020)

Minor

  • Box: Refactored forwardRef logic + forwardRef test + forwardRef example in Docs #1079 - PREVIEW URL

11.7.1 (Aug 4, 2020)

Patch

  • Focus Styles: override CSS outline if a global one is specified #1118 - PREVIEW URL

11.7.0 (Aug 4, 2020)

Minor

  • useReducedMotion: Accessibility hook to support prefers-reduced-motion #1100 - PREVIEW URL

11.6.1 (Aug 4, 2020)

Patch

11.6.0 (Aug 4, 2020)

Minor

  • GestaltProvider: rename to Provider & move under configuration #1114 - PREVIEW URL

11.5.6 (Aug 4, 2020)

Patch

11.5.5 (Aug 3, 2020)

Patch

11.5.4 (Aug 3, 2020)

Patch

  • Internal: enforce disallow namespace/wildcard imports + apply on docs #1106 - PREVIEW URL

11.5.3 (Aug 3, 2020)

Patch

  • Internal: Refactored imports from namespacing * to explicit Default Exports and Named Values Importing #1103 - PREVIEW URL

11.5.2 (Aug 3, 2020)

Patch

11.5.1 (Aug 3, 2020)

Patch

11.5.0 (Jul 31, 2020)

Minor

11.4.0 (Jul 31, 2020)

Minor

  • Button/Checkbox/IconButton/Link/RadioButton/Switch/TapArea: useFocusVisible #1098 - PREVIEW URL

11.3.2 (Jul 31, 2020)

Patch

11.3.1 (Jul 31, 2020)

Patch

  • Flowtests: Add more tests to components + fix GestaltProvider flowtype #1096 - PREVIEW URL

11.3.0 (Jul 31, 2020)

Minor

11.2.5 (Jul 31, 2020)

Patch

11.2.4 (Jul 30, 2020)

Patch

11.2.3 (Jul 30, 2020)

Patch

11.2.2 (Jul 30, 2020)

Patch

11.2.1 (Jul 30, 2020)

Patch

11.2.0 (Jul 30, 2020)

Minor

  • Typeahead: Refactor to show all options when there's a defaultValue, renamed defaultItem + removed searchField prop, fix forwardedRef + test coverage, add example to Docs, #1067 - PREVIEW URL

11.1.2 (Jul 30, 2020)

Patch

11.1.1 (Jul 30, 2020)

Patch

11.1.0 (Jul 29, 2020)

Minor

11.0.0 (Jul 28, 2020)

Major

10.2.0 (Jul 28, 2020)

Minor

10.1.0 (Jul 28, 2020)

Minor

10.0.1 (Jul 28, 2020)

Patch

10.0.0 (Jul 28, 2020)

Major

9.2.2 (Jul 27, 2020)

Patch

9.2.1 (Jul 27, 2020)

Patch

  • Docs Sidebar: remove collapsing + update heading / selected styles #1078 - PREVIEW URL

9.2.0 (Jul 27, 2020)

Minor

9.1.0 (Jul 27, 2020)

Minor

9.0.0 (Jul 24, 2020)

Major

8.2.2 (Jul 24, 2020)

Patch

  • Docs: Fix Header to remove sticky header on reduced window size #1074 - PREVIEW URL

8.2.1 (Jul 23, 2020)

Patch

8.2.0 (Jul 23, 2020)

Minor

8.1.2 (Jul 22, 2020)

Patch

8.1.1 (Jul 21, 2020)

Patch

8.1.0 (Jul 21, 2020)

Minor

8.0.4 (Jul 21, 2020)

Patch

8.0.3 (Jul 20, 2020)

Patch

  • Docs: Refactored Sticky example to use new Box's zIndex prop #1062 - PREVIEW URL

8.0.2 (Jul 20, 2020)

Patch

8.0.1 (Jul 20, 2020)

Patch

  • Docs: Fixed automatic detection for Fixed/CompositeZIndex imports in Codesandbox #1058 - PREVIEW URL

8.0.0 (Jul 17, 2020)

Major

7.1.1 (Jul 17, 2020)

Patch

7.1.0 (Jul 17, 2020)

Minor

7.0.0 (Jul 16, 2020)

Major

6.3.0 (Jul 16, 2020)

Minor

6.2.0 (Jul 14, 2020)

Minor

6.1.0 (Jul 14, 2020)

Minor

6.0.0 (Jul 14, 2020)

Major

5.33.0 (Jul 14, 2020)

Minor

5.32.2 (Jul 14, 2020)

Patch

5.32.1 (Jul 13, 2020)

Patch

5.32.0 (Jul 13, 2020)

Minor

5.31.0 (Jul 13, 2020)

Minor

5.30.2 (Jul 10, 2020)

Patch

5.30.1 (Jul 10, 2020)

Patch

5.30.0 (Jul 10, 2020)

Minor

5.29.1 (Jul 9, 2020)

Patch

5.29.0 (Jul 9, 2020)

Minor

  • Colors: Adding #colorGray150 + hover colors, and replacing inline colors to standard color var names #1034 - PREVIEW URL

5.28.5 (Jul 9, 2020)

Patch

5.28.4 (Jul 9, 2020)

Patch

  • Switch: Fix darkMode border colors by adhering to color scheme convention names #1033 - PREVIEW URL

5.28.3 (Jul 9, 2020)

Patch

  • Colors: Update dark mode gray values to latest from design #1030 - PREVIEW URL

5.28.2 (Jul 9, 2020)

Patch

5.28.1 (Jul 9, 2020)

Patch

5.28.0 (Jul 9, 2020)

Minor

  • Box: Set display name #1028

5.27.0 (Jul 9, 2020)

Minor

5.26.1 (Jul 9, 2020)

Patch

5.26.0 (Jul 9, 2020)

Minor

5.25.0 (Jul 9, 2020)

Minor

5.24.7 (Jul 9, 2020)

Patch

5.24.6 (Jul 9, 2020)

Patch

  • [Table] Fix sticky header in darkMode #1019

5.24.5 (Jul 9, 2020)

Patch

5.24.4 (Jul 9, 2020)

Patch

5.24.3 (Jul 9, 2020)

Patch

  • [Borders.css][darkmode] Replaced naming in Borders.css to scheme standard #978 - PREVIEW URL

5.24.2 (Jul 9, 2020)

Patch

  • [Video] No darkMode changes in video controls

5.24.1 (Jul 8, 2020)

Patch

5.24.0 (Jul 8, 2020)

Minor

5.23.1 (Jul 8, 2020)

Patch

5.23.0 (Jul 8, 2020)

Minor

5.22.3 (Jul 8, 2020)

Patch

  • Avatar: Update hardcoded svg fills to use theme colors #975 - PREVIEW URL

5.22.2 (Jul 7, 2020)

Patch

5.22.1 (Jul 7, 2020)

Patch

  • SearchField/TapArea/TextField: add ref to list of props #972 - PREVIEW URL

5.22.0 (Jul 7, 2020)

Minor

  • GestaltProvider: Adding a provider for color scheme and other future context used by Gestalt #968 - PREVIEW URL

5.21.0 (Jul 7, 2020)

Minor

  • Video: Test video state before calling play | Default volume to Muted #969 - PREVIEW URL

5.20.0 (Jul 7, 2020)

Minor

5.19.0 (Jul 7, 2020)

Minor

5.18.0 (Jul 7, 2020)

Minor

5.17.0 (Jul 2, 2020)

Minor

5.16.0 (Jul 2, 2020)

Minor

5.15.0 (Jul 2, 2020)

Minor

5.14.3 (Jul 1, 2020)

Patch

5.14.2 (Jul 1, 2020)

Patch

5.14.1 (Jul 1, 2020)

Patch

  • TapArea / Text: Refactored Docs examples for cleaner examples #947 - PREVIEW URL

5.14.0 (Jul 1, 2020)

Minor

5.13.0 (Jul 1, 2020)

Minor

  • Tabs (and Box, Link, Text): force long tab label in one line with major refactor #955 - PREVIEW URL

5.12.1 (Jun 30, 2020)

Patch

5.12.0 (Jun 30, 2020)

Minor

5.11.2 (Jun 30, 2020)

Patch

5.11.1 (Jun 29, 2020)

Patch

  • DatePicker/Tooltip: update idealDirection default value in docs #954 - PREVIEW URL

5.11.0 (Jun 26, 2020)

Minor

  • Box/Link: add role prop to both and accessibilitySelected prop to Link #953 - PREVIEW URL

5.10.0 (Jun 25, 2020)

Minor

  • Button: Fix disabled state to prevent it to be interacted with and event bubbling #951 - PREVIEW URL

5.9.2 (Jun 24, 2020)

Patch

5.9.1 (Jun 24, 2020)

Patch

5.9.0 (Jun 24, 2020)

Minor

5.8.0 (Jun 24, 2020)

Minor

5.7.0 (Jun 24, 2020)

Minor

5.6.0 (Jun 24, 2020)

Minor

5.5.0 (Jun 24, 2020)

Minor

  • DatePicker: Fixed CSS for same date selection in range #943 - PREVIEW URL

5.4.0 (Jun 22, 2020)

Minor

5.3.0 (Jun 22, 2020)

Minor

5.2.5 (Jun 22, 2020)

Patch

  • DatePicker: Fix "locale object was not found for the provided string" warning #941 - PREVIEW URL

5.2.4 (Jun 22, 2020)

Patch

5.2.3 (Jun 19, 2020)

Patch

5.2.2 (Jun 19, 2020)

Patch

5.2.1 (Jun 19, 2020)

Patch

5.2.0 (Jun 18, 2020)

Minor

  • Masonry/defaultLayout: Add a layout basicCentered to center justify grid content #929 - PREVIEW URL

5.1.0 (Jun 18, 2020)

Minor

  • [DatePicker] New DatePicker component in new gestalt-datepicker package #913 - PREVIEW URL

5.0.1 (Jun 18, 2020)

Patch

5.0.0 (Jun 17, 2020)

Major

4.0.1 (Jun 16, 2020)

Patch

4.0.0 (Jun 16, 2020)

Major

3.2.0 (Jun 16, 2020)

Minor

3.1.0 (Jun 15, 2020)

Minor

3.0.2 (Jun 13, 2020)

Patch

  • Internal: Request a Pinterest designer for design changes #921 - PREVIEW URL

3.0.1 (Jun 12, 2020)

Patch

3.0.0 (Jun 12, 2020)

Major

  • Touchable: forward ref, touch feedback, and more (BREAKING CHANGE) #906 - PREVIEW URL

2.5.0 (Jun 12, 2020)

Minor

2.4.1 (Jun 12, 2020)

Patch

2.4.0 (Jun 12, 2020)

Minor

2.3.0 (Jun 11, 2020)

Minor

2.2.1 (Jun 10, 2020)

Patch

2.2.0 (Jun 10, 2020)

Minor

  • Tooltip: fix state update on unmounted component warning #912 - PREVIEW URL

2.1.0 (Jun 9, 2020)

Minor

2.0.3 (Jun 9, 2020)

Patch

2.0.2 (Jun 9, 2020)

Patch

2.0.1 (Jun 5, 2020)

Patch

2.0.0 (Jun 5, 2020)

Major

1.63.0 (Jun 4, 2020)

Minor

1.62.0 (Jun 4, 2020)

Minor

1.61.1 (Jun 4, 2020)

Patch

1.61.0 (Jun 3, 2020)

Minor

  • Docs: Use netlify for docs hosting + remove GitHub pages push #897 - PREVIEW URL

1.60.3 (Jun 3, 2020)

Patch

1.60.2 (Jun 2, 2020)

Patch

1.60.1 (Jun 2, 2020)

Patch

  • Button, IconButton, Touchable: Update docs and examples #894 - PREVIEW URL

1.60.0 (Jun 1, 2020)

Minor

  • Touchable, Button, Icon: Add props so all of them have accessibilityControls, accessibilityExpanded, accessibilityHaspopup, accessibilityLabel and disabled #889 - PREVIEW URL

1.59.0 (Jun 1, 2020)

Minor

1.58.1 (May 29, 2020)

Patch

1.58.0 (May 29, 2020)

Minor

  • [Box, Flexbox, Row, Stack] Create Flexbox, Row, Stack components, DRY out Box types #803 - PREVIEW URL

1.57.1 (May 28, 2020)

Patch

1.57.0 (May 27, 2020)

Minor

1.56.0 (May 27, 2020)

Minor

1.55.5 (May 26, 2020)

Patch

1.55.4 (May 22, 2020)

Patch

1.55.3 (May 21, 2020)

Patch

1.55.2 (May 19, 2020)

Patch

  • Flyout: shift caret left/right towards flyout to align with rounded corners #844 - PREVIEW URL

1.55.1 (May 19, 2020)

Patch

1.55.0 (May 19, 2020)

Minor

  • Internal: update devdependencies (Jest / Babel / StyleLint) #872 - PREVIEW URL

1.54.0 (May 18, 2020)

Minor

1.53.0 (May 18, 2020)

Minor

1.52.3 (May 18, 2020)

Patch

1.52.2 (May 18, 2020)

Patch

  • Video: Fix for n.video.load is not a function in Safari #870

1.52.1 (May 18, 2020)

Patch

1.52.0 (May 13, 2020)

Minor

1.51.0 (May 13, 2020)

Minor

1.50.0 (May 13, 2020)

Minor

1.49.4 (May 13, 2020)

Patch

1.49.3 (May 13, 2020)

Patch

1.49.2 (May 13, 2020)

Patch

1.49.1 (May 12, 2020)

Patch

1.49.0 (May 12, 2020)

Minor

1.48.0 (May 8, 2020)

Minor

Patch

  • VideoControls: overwriting overflow default behavior on timestamp text #845 - PREVIEW URL

1.47.0 (May 6, 2020)

Minor

Patch

1.46.1 (Apr 28, 2020)

Patch

1.46.0 (Apr 27, 2020)

Minor

1.45.0 (Apr 23, 2020)

Minor

1.44.0 (Apr 23, 2020)

Minor

Patch

1.43.0 (Apr 21, 2020)

Minor

  • Tooltip: Show tooltip when React children have focus #824 - PREVIEW URL
  • IconButton/Pog: Removed unused iconColor options: blue, orange; added darkGray; added bgColor: darkGray #823 - PREVIEW URL
  • Docs: Replaced combinations in Pog with Combinations: Icon Color & Background Color. Removed IconButton-bgColor-blue option from Docs. #823 - PREVIEW URL

Patch

  • Internal: Enable React.Strict on documentation #821 - PREVIEW URL
  • Checkbox/Radiobutton: Updated checkbox and radiobutton borders for disabled state (disabled controls don't show outlines) #795 - PREVIEW URL

1.42.0 (Apr 20, 2020)

Minor

Patch

  • Docs: Add a note on the Tabs documentation about use with react-router #813 - PREVIEW URL

1.41.0 (Apr 16, 2020)

Minor

1.40.0 (Apr 15, 2020)

Minor

Patch

1.39.0 (Apr 14, 2020)

Minor

  • SegmentedControl: Update the border radius from 8px outer / 6px inner to 16px outer / 14px inner #798 - PREVIEW URL

1.38.0 (Apr 13, 2020)

Minor

1.37.0 (Apr 3, 2020)

Minor

  • Masonry: Allow string enum types for Masonry layout prop (in prep of removing symbols/classes) #782 - PREVIEW URL

1.36.0 (Apr 3, 2020)

Minor

1.35.0 (Apr 2, 2020)

Minor

Run codemods: cd gestalt; yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.35.0-1.36.0/leading-text-remove.js ~/code/repo

1.34.0 (Apr 1, 2020)

Minor

1.33.0 (Mar 31, 2020)

Minor

1.32.0 (Mar 31, 2020)

Minor

  • Avatar/GroupAvatar: update sizes / default avatar / remove verified outline #771 - PREVIEW URL

1.31.0 (Mar 31, 2020)

Minor

  • [Revert] Modal: Update OutsideEventBehavior to work well with Portals #778 - PREVIEW URL

1.30.0 (Mar 30, 2020)

Minor

  • Modal: Update OutsideEventBehavior to work well with Portals #777 - PREVIEW URL

1.29.0 (Mar 27, 2020)

Minor

  • IconButton/Pog: Add "red" backgroundColor + update icon sizes #778 - PREVIEW URL

1.28.0 (Mar 27, 2020)

Minor

Patch

1.27.0 (Mar 26, 2020)

Minor

  • Text: Remove deprecated prop __dangerouslyIncreaseLineHeight #773 - PREVIEW URL

Patch

  • SelectList: Remove selected prop from the placeholder option tag for better React support #759 - PREVIEW URL

1.26.0 (Mar 25, 2020)

Minor

1.25.0 (Mar 24, 2020)

Minor

  • RadioButton: Updated style. Added built-in label (optional 'label' prop). #749 - PREVIEW URL
  • Checkbox: Updated style. Added built-in label (optional 'label' and 'errorMessage' props) #749 - PREVIEW URL

1.24.0 (Mar 23, 2020)

Minor

  • Text/Heading: Update letter spacing to default (normal) #764 - PREVIEW URL

1.23.2 (Mar 20, 2020)

Patch

1.23.1 (Mar 20, 2020)

Patch

1.23.0 (Mar 20, 2020)

Minor

  • Toast: Update design + remove icon/color + add thumbnailShape/button #755 - PREVIEW URL

Run codemods: cd gestalt; yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.22.0-1.23.0/toast-remove-color-icon.js ~/code/repo

1.22.1 (Mar 19, 2020)

Patch

1.22.0 (Mar 16, 2020)

Minor

1.21.0 (Mar 16, 2020)

Minor

Patch

1.20.0 (Mar 12, 2020)

Minor

Patch

  • TextField / TextArea / SelectList: Fix error focus state #744 - PREVIEW URL

1.19.0 (Mar 11, 2020)

Minor

1.18.0 (Mar 10, 2020)

Minor

  • Flyout/Tooltip: Update spacing around to 8px when caret is hidden #737 - PREVIEW URL
  • Docs: Open in CodeSandbox & remove checkerbox from example #735 - PREVIEW URL
  • Internal: fail build when CSS flow changes are required #738 - PREVIEW URL

1.17.0 (Mar 9, 2020)

Minor

  • Icon: Add credit-card and conversion-tag icons #716 - PREVIEW URL
  • Box [Breaking]: Removes support to deprecated props deprecatedMargin & deprecatedPadding #711 - PREVIEW URL

Run codemods:

cd gestalt; yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.15.0-1.16.0/deprecatedMargin-box-replace.js ~/code/repo cd gestalt; yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.15.0-1.16.0/deprecatedPadding-box-replace.js ~/code/repo

1.16.0 (Mar 6, 2020)

Minor

  • Tabs: Add white background, backgrounds for active and hover/focus states, 60px min width #731 - PREVIEW URL

Patch

1.15.0 (Mar 5, 2020)

Minor

Run codemod:

cd gestalt; yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.14.0-1.15.0/remove-text-size-xl.js ~/code/repo

1.14.0 (Mar 5, 2020)

Minor

  • Form Elements: Remove horizontal spacing for label / helperText and errorMessage #727 - PREVIEW URL

1.13.0 (Mar 5, 2020)

Minor

1.12.0 (Mar 4, 2020)

Minor

Patch

1.11.1 (Mar 3, 2020)

Patch

1.11.0 (Mar 3, 2020)

Minor

1.10.1 (Mar 2, 2020)

Patch

  • Text / Heading: Made typography changes more backwards-compatible by adding xl size back in as deprecated feature #707 - PREVIEW URL

1.10.0 (Feb 28, 2020)

Minor

Patch

  • Modal: [Docs] Fix default value for closeOnOutsideClick #697 - PREVIEW URL
  • Box/Mask/Sticky: [Docs] Added descriptions about usage to attributes accepting both string and number formats. #703 - PREVIEW URL
  • README: [Docs] Removed references and script to run integrations tests. #702 - PREVIEW URL

1.9.0 (Feb 27, 2020)

Minor

  • Text / Heading [Breaking]: Added codemod to support breaking changes from #693 (removed support for responsive size prop values smSize, mdSize, and lgSize in Text and Heading component) #696 - PREVIEW URL
  • Heading / Text [Breaking]: Reduce size options from xs-xl to sm-lg #693 - PREVIEW URL

Run codemods for breaking changes in order:

  1. cd gestalt; yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.8.0-1.9.0/remove-responsive-text-sizing.js ~/code/repo
  2. yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.8.0-1.9.0/heading-size-replace.js ~/code/repo
  3. yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.8.0-1.9.0/text-size-replace.js ~/code/repo

1.8.0 (Feb 27, 2020)

Minor

1.7.1 (Feb 26, 2020)

Minor

1.7.0 (Feb 25, 2020)

Minor

  • Button: update horizontal padding to 12px #688 - PREVIEW URL
  • [Revert] Flyout: Update spacing around items to 8px + remove caret code #668 - PREVIEW URL
  • [Revert] Masonry: Allow string enum types for Masonry layout prop (in prep of removing symbols/classes) #667 - PREVIEW URL

1.6.0 (Feb 25, 2020)

1.5.0 (Feb 25, 2020)

Minor

  • Box: Add borderSize prop for styling borders #678 - PREVIEW URL
  • Modal: visual refresh + heading optional + add closeOnOutsideClick #680 - PREVIEW URL

Codemods: cd gestalt; yarn run codemod --parser=flow -t=packages/gestalt-codemods/1.3.0-1.4.0/modal-remove-close-label.js ~/code/repo

1.4.0 (Feb 24, 2020)

Minor

1.3.0 (Feb 20, 2020)

  • Modal / SegmentedControl / WashAnimated: Fix corner radius #672 - PREVIEW URL

1.2.0 (Feb 20, 2020)

Minor

Patch

1.1.0 (Feb 20, 2020)

Minor

  • Masonry: Allow string enum types for Masonry layout prop (in prep of removing symbols/classes) #667 - PREVIEW URL

1.0.0 (Feb 20, 2020)

Major

  • Box / Touchable [Breaking]: Removed support for shape prop values roundedTop, roundedRight, roundedBottom, and roundedLeft #657 - PREVIEW URL
  • Box / Mask / Touchable [Breaking]: Replace shape prop with rounding #666 - PREVIEW URL

Run codemods for breaking changes in order:

  1. cd gestalt; yarn run codemod --parser=flow -t=packages/gestalt-codemods/0.125.0-1.0.0/convert-roundedX.js ~/code/repo
  2. yarn run codemod --parser=flow -t=packages/gestalt-codemods/0.125.0-1.0.0/convert-shape-to-rounding.js ~/code/repo

Minor

0.125.0 (Feb 16, 2020)

Minor

0.124.0 (Feb 12, 2020)

Minor

  • Box: Add new prop opacity to set css opacity with values 0 to 1 in tenth increments. #654 - PREVIEW URL
  • Button: Update border radius / small size + add dark gray option #655 - PREVIEW URL

0.123.0 (Feb 7, 2020)

Minor

  • Color: update dark gray color to #111 #648 - PREVIEW URL
  • Masonry: Shipped "fixFetchMoreBug" behavior and removed flag. This makes Masonry fetch less aggressively in some cases. #651 - PREVIEW URL

0.122.3 (Jan 30, 2020)

Patch

  • Bumping version with no other changes for the sake of fixing release to npm.

0.122.2 (Jan 30, 2020)

Patch

  • Masonry: Reverts the past update to wait. Turns out this was more dangerous than expected, and we should experiment on it later. #645 - PREVIEW URL

0.122.1 (Jan 29, 2020)

Patch

  • Masonry: Add a wait value for throttling updateScrollPosition #641 - PREVIEW URL

0.122.0 (Jan 28, 2020)

Minor

  • Icon: Update existing workflow icon svg for ok, halted, problem, unstarted, in progress and warning #638 - PREVIEW URL
  • Icon: Added newline in css file and removed comment #637 - PREVIEW URL
  • Icon: Add right-to-left locales flip style support #631 - PREVIEW URL

Patch

  • Docs: Update docs to wrap Flyouts, Modals, and Tooltips in Layers so they don't get overlapped by example code #639 - PREVIEW URL

0.121.0 (Jan 21, 2020)

Minor

0.120.0 (Jan 20, 2020)

Patch

  • Stats: Calculate raw and percentage number of gestalt components vs native components #627 - PREVIEW URL
  • Masonry: Add a flag to optionally fix a bug (see PR notes) #632 - PREVIEW URL

0.113.3 (Jan 13, 2020)

Patch

0.113.2 (Jan 13, 2020)

Patch

0.113.1 (Jan 13, 2020)

Patch

0.113.0 (Jan 9, 2020)

Minor

Patch

0.112.0 (Dec 10, 2019)

Minor

0.111.0 (Dec 9, 2019)

Minor

Patch

0.110.0 (Nov 27, 2019)

Minor

0.109.0 (Nov 25, 2019)

Minor

0.108.0 (Nov 18, 2019)

Minor

  • Colors: Update blue color with higher contrast version (improved a11y) #589 - PREVIEW URL

0.107.0 (Nov 14, 2019)

Minor

  • ScrollFetch: Fixed a tiny flow type bug on the default props #587 - PREVIEW URL

0.106.0 (Nov 12, 2019)

Minor

  • defaultProps: Remove the last React defaultProps and transfer it to the already existing but empty ES6 static defaultProps on the same file #568 - PREVIEW URL
  • Video: add onPlayheadDown and onPlayheadUp callbacks #585 - PREVIEW URL

0.105.0 (Oct 22, 2019)

Minor

  • IconButton: Allow blue background color prop to be passed as a value #572 - PREVIEW URL
  • Pog: Add blue background color prop to be passed as a value #572 - PREVIEW URL
  • Masonry: Fixed a bug where all grids shared the same default measurement store #573 - PREVIEW URL
  • Icon: Add new add-layout icon #574 - PREVIEW URL
  • Flyout: Remove the lightgray border between content and caret on white flyouts #576 - PREVIEW URL
  • Contents/Controller: Remove UNSAFE_ methods in favor of supported ones #570 - PREVIEW URL

0.104.0 (Oct 3, 2019)

Minor

0.103.0 (Aug 19, 2019)

Minor

  • Spinner: Add size prop which can be passed sm or md as a value #553 - PREVIEW URL
  • Icon: Replace existing folder and file-unknown icon #562 - PREVIEW URL

0.102.0 (Aug 6, 2019)

Minor

  • Box: Allow justifyContent and alignContent props to be passed evenly as a value #557 - PREVIEW URL

0.101.0 (Jul 31, 2019)

Minor

  • SearchField: Remove the white background color of the outer box to make its corners looks correct on backgrounds with colors different than white #552 - PREVIEW URL
  • Icon: Add new folder and file-unknown icon #554 - PREVIEW URL

0.100.0 (Jul 23, 2019)

Minor

  • Enzyme: Upgrade to the latest v3.10.0 version and pull in Flow library changes #543 - PREVIEW URL
  • ESLint: Bump all related packages/plugins to current latest version #544 - PREVIEW URL
  • Button: add new textColor prop to allow overriding of text color for buttons #545 - PREVIEW URL
  • Icon: Add new lightning icon #547 - PREVIEW URL
  • Icon: Update send icon #549 - PREVIEW URL
  • SegmentedControl: Fixup some extra CSS that was messing with Tooltips #550 - PREVIEW URL

0.99.0 (Jun 21, 2019)

Minor

  • SegmentedControl: Update outer border radius to 8px from new design spec #530 - PREVIEW URL
  • Masonry: remove MasonryBeta and MasonryInfiniteBeta from source code #531 - PREVIEW URL
  • Spinner: add delay prop to optionally remove 300ms delay to appear #533 - PREVIEW URL
  • Button: Undo Button border radii changes for full width buttons. Conform all to 8px #534 - PREVIEW URL
  • IconButton/Pog: Add dangerouslySetSvgPath support #536 - PREVIEW URL
  • Flow: Bumping to latest version v0.101.0 #539 - PREVIEW URL
  • TextField/TextArea/SelectList/Checkbox: Switch from orange to red error states #540 - PREVIEW URL

Patch

  • Box: Fixed name minification bug and missing PropType from my recent margin:auto change #532 - PREVIEW URL

0.98.0 (May 28, 2019)

Minor

  • Box: margin prop now supports auto for use in flexbox layouts #528 - PREVIEW URL
  • Icon: Update flashlight icon to use new asset #527 - PREVIEW URL
  • Icon: Add new icon of heart-outline and update icon of heart #526 - PREVIEW URL

Patch

  • Typography: Fixed a tiny bug where our CSS file had a few uses of curly quotes instead of regular quotes #524 - PREVIEW URL

0.97.0 (May 15, 2019)

Minor

  • IconButton: Add new disabled prop and stylings to IconButton component #521 - PREVIEW URL
  • Icon: Add new icon of ads-stats and ads-overview #522 - PREVIEW URL

0.96.0 (May 6, 2019)

Minor

0.95.0 (April 10, 2019)

Minor

Patch

0.94.0 (March 25, 2019)

Minor

0.93.0 (March 13, 2019)

  • Mask: add new prop willChangeTransform default true which can turn off willChange:transform property in CSS #494 - PREVIEW URL

0.92.0 (March 7, 2019)

Minor

  • SelectList, TextArea, TextField: Remove Flyout error message, use new FormErrorMessage #486 - PREVIEW URL
  • Icon: Add new video-camera icon #491 - PREVIEW URL
  • Avatar: Fixed a bug in MS Edge where text was not vertically centered #492 - PREVIEW URL

0.91.0 (March 1, 2019)

Minor

Patch

0.90.0 (February 19, 2019)

Minor

0.89.0 (February 15, 2019)

Minor

Patch

0.88.0 (January 24, 2019)

Minor

0.87.0 (January 17, 2019)

Minor

  • IconButton, Pog, Icon: pass IconButton's accessibilityLabel down through Pog to Icon, where it is used as the svgs title for hover text #456 - PREVIEW URL
  • Box, IconButton, Pog: Add transparentDarkGray color option #457 - PREVIEW URL

Patch

0.86.2 (January 9, 2019)

Patch

  • Box: update docs to mention new ref functionality #450 - PREVIEW URL
  • IconButton: add title for hover text, using existing accessibilityLabel (453)
  • IconButton: add title for hover text, using existing accessibilityLabel #453 - PREVIEW URL
  • Internal: Reverts upgrade to postcss-preset-env due to a bug in how it interacts with CSS modules #451 - PREVIEW URL
  • Layer: Warn instead of erroring when server-rendering #454 - PREVIEW URL

0.86.1 (January 3, 2019)

Patch

  • Box: add displayName to Box to maintain current naming in snapshots #446 - PREVIEW URL

0.86.0 (January 3, 2019)

Minor

Patch

  • Internal: Migrated postcss-cssnext to postcss-preset-env and removed color() function #432 - PREVIEW URL
  • Docs: Update Link docs to indicate href is required #437 - PREVIEW URL

0.85.0 (December 10, 2018)

Minor

0.84.0 (November 29, 2018)

Minor

  • Masonry: Add a onFinishedRendering prop which allows for better testing #423 - PREVIEW URL
  • Tabs: (Update to #368) Use composite of index and href for tab keys #419 - PREVIEW URL
  • Text: Default value for leading is now undefined to allow browser to determine line-height based on language #421 - PREVIEW URL

Patch

0.83.0 (October 25, 2018)

Minor

  • Internal: Bump version of React and related packages #406 - PREVIEW URL
  • Internal: Bump all eslint and stylelint packages #400 - PREVIEW URL
  • Icon: add new icons for text alignment
  • Tooltip: Merge abilities into Flyout for future deprecation #403 - PREVIEW URL
  • IconButton: Add new bgColor option "gray" #405 - PREVIEW URL

0.82.0 (October 12, 2018)

Minor

Patch

0.81.0 (September 11, 2018)

Minor

0.80.0 (September 7, 2018)

Minor

  • Internal: Update flow-typed def for jest to match jest version #346 - PREVIEW URL
  • Masonry: new MasonryInfiniteBeta and MasonryBeta #329 - PREVIEW URL

0.79.2 (September 5, 2018)

Minor

Patch

  • Modal: set content width to 100% to prevent overflow bug in IE #315 - PREVIEW URL
  • Modal: change Box width from using column to width property #338 - PREVIEW URL

0.79.1 (August 24, 2018)

Patch

0.79.0 (August 22, 2018)

Minor

0.78.0 (August 20, 2018)

Minor

0.77.0 (July 30, 2018)

Minor

0.76.1 (July 17, 2018)

Patch

0.76.0 (July 17, 2018)

Minor

  • Icon: reduce filesize of each icon with 40% + add new icons #269 - PREVIEW URL
  • Colors: Darken gray and darkGray so they're AA accessible at smaller sizes #276 - PREVIEW URL
  • Video: Add a gradient overlay on the control bar #27 - PREVIEW URL
  • Layer: Layer component is now exported for use and has documentation
  • TextArea: Add a hasError prop #280 - PREVIEW URL
  • Icon: Add new megaphone icon #281 - PREVIEW URL

Patch

0.75.0 (Jun 27, 2018)

Minor

Patch

  • Docs: Fix "fit" labels in Image docs example #259 - PREVIEW URL
  • Internal: Set up pre-commit hooks for linting and testing #258 - PREVIEW URL
  • Internal: Fix peer dependency issues with stylint and jest-pupeteer #260 - PREVIEW URL
  • Internal: Add eslint-import/no-relative-parent-imports rule #261 - PREVIEW URL

0.74.0 (Jun 13, 2018)

Minor

  • ErrorFlyout: Deprecate component and remove from Gestalt #251 - PREVIEW URL

Patch

0.73.0 (Jun 8, 2018)

Minor

Patch

0.72.0 (May 30, 2018)

Minor

0.71.0 (May 23, 2018)

Minor

Patch

0.70.0 (May 15, 2018)

Minor

  • Avatar / GroupAvatar: make outline configurable#173 - PREVIEW URL
  • Masonry: Update non-virtualized Masonry to render all items regardless of the window
  • ExperimentalMasonry: remove component #183 - PREVIEW URL
  • Internal: Add flow-typed files for third party packages #174 - PREVIEW URL
  • Internal: Remove unused linter suppressions #180 - PREVIEW URL
  • Internal: Add eslint-plugin-jest with recommended settings #181 - PREVIEW URL
  • Internal: Add Flow type checking to Jest test files #184 - PREVIEW URL
  • Video: Better existing callbacks, new playback rate prop, new loading callback #174 - PREVIEW URL
  • Internal: Turn the import/first rule back on #186 - PREVIEW URL

0.69.0 (May 10, 2018)

Minor

  • Sticky: Expand threshold options to take string values #166 - PREVIEW URL
  • Avatar: Fall back to default letter if image does not load #156 - PREVIEW URL
  • Video: Add new Video component to Gestalt #150 - PREVIEW URL
  • Video: Add aspectRatio prop to Video and hide fullscreen on unsupported browsers #171 - PREVIEW URL

Patch

0.68.1 (May 8, 2018)

Patch

0.68.0 (May 3, 2018)

Minor

  • Button / SearchField / SegmentedControl / SelectList / Tabs / TextField: consistent sizing + improve Windows compatibility #148 - PREVIEW URL
  • Icon: Add new prop to Icon -- dangerouslySetSvgPath #142 - PREVIEW URL

0.67.0 (April 25, 2018)

Minor

Patch

  • Box: Fixed negative margins for Box marginStart and marginEnd
  • Docs: Add a link to the sandbox

0.66.0 (April 24, 2018)

Minor

  • Box: Added right to left language aware marginStart & marginEnd #122 - PREVIEW URL

Patch

  • Switch: Disallow width shrinking in flex layouts
  • Masonry: Removed the unused "serverRender" prop
  • Docs: Updated Box docs to include marginStart and marginEnd

0.65.0 (April 16, 2018)

Minor

Patch

  • Docs: Updated Masonry "comp" definition to be more descriptive
  • Docs: Updated Pulsar docs to use new default size
  • Internal: Added some header comments to internal components/utils
  • Internal: Fixed a subtle bug in throttle that would cause longer than intended delays
  • Masonry: Fixed a timing bug where Masonry's handleResize could be called after unmount
  • Masonry: Added a debounce method and moved over some Masonry methods to use it

0.64.0 (April 12, 2018)

Minor

Patch

0.63.0 (March 26, 2018)

Minor

  • Masonry: Promotes ExperimentalMasonry to be Masonry. Complete re-write of measuring etc. #101 - PREVIEW URL
  • Internal: Gestalt now is React 16.2.0 compatible. #101 - PREVIEW URL

0.62.1 (March 22, 2018)

Patch

  • Internal: Fix publish script to work for new Gestalt directory structure #94 - PREVIEW URL
  • Heading / Text / SegmentedControl: Fix flow types when truncation is enabled #98 - PREVIEW URL

0.62.0 (March 21, 2018)

Minor

  • Heading / Text / SegmentedControl: Add title when truncate is set #82 - PREVIEW URL

Patch

  • Docs: Masonry locally on port 3000 + update the README with the latest commands #89 - PREVIEW URL
  • Internal: No downtime when releasing the docs #97 - PREVIEW URL

0.61.0 (March 20, 2018)

Minor

Patch

0.60.0 (March 13, 2018)

Minor

  • Masonry: Revert promotion of ExperimentalMasonry to be Masonry.
  • Internal: Revert React 16 support

0.59.0 (March 13, 2018)

Minor

  • Masonry: Promotes ExperimentalMasonry to be Masonry. Complete re-write of measuring etc. #46 - PREVIEW URL
  • Sticky: Fallback to position relative in IE11 #51 - PREVIEW URL
  • Internal: Gestalt now is React 16.2.0 compatible #53 - PREVIEW URL
  • SelectList: Hardcode 40px height for consistency #57 - PREVIEW URL

Patch

[0.58.0] (Feb 26, 2018)

Minor

  • WashAnimated: Adds an extra "image" property to help separate content #19 - PREVIEW URL
  • GroupAvatar: Update sizes to be in line with other components #30 - PREVIEW URL
  • Touchable: Adds support for fullHeight prop #31 - PREVIEW URL
  • Toast: Fix Safari 9 thumbnail/text overlap #33 - PREVIEW URL

Patch

0.57.1 (Feb 22, 2018)

Patch

  • Internal: Fix docs (StateRecorder) + run development mode locally + fix propType error #25

0.57.0 (Feb 22, 2018)

Minor

  • Sticky: Add zIndex support #21 - PREVIEW URL
  • SearchField: Add custom onBlur prop / Rename syntheticEvent => event / Use stricter flowtype on event to remove if check #17 - PREVIEW URL
  • Flyout: Allow for custom width #16 - PREVIEW URL
  • ExperimentalMasonry: Reference measurementStore from props instead of instance #14 - PREVIEW URL

Patch