Skip to content

Releases: appfolio/react-gears

v8.15.0

04 Mar 00:32
Compare
Choose a tag to compare

8.15.0 (2025-03-03)

Features

  • Add readonly option for steps prop for Steps component (eb1cf60)

v8.14.3

12 Feb 00:35
Compare
Choose a tag to compare

8.14.3 (2025-02-12)

Bug Fixes

  • Combobox: Ensure selected options array does not contain undefined values (80e55e2)

Miscellaneous

  • export HorizontalAlignment type (f9a0109)

v8.14.2

04 Feb 18:12
Compare
Choose a tag to compare

8.14.2 (2025-02-04)

Bug Fixes

  • Tooltip: add offset on Tooltip popover content (86a2d9f)

Miscellaneous

  • patch ip with neoip to fix cve (1546852)
  • resolve path-to-regexp cve (25803bc)
  • upgrade to new cross-spawn patch with cve fix (ddafa04)

v8.14.1

05 Sep 17:41
Compare
Choose a tag to compare

8.14.1 (2024-09-04)

Bug Fixes

  • Fix label type on SummaryBoxItem (7251bcc)

Miscellaneous

  • Fix missing yarn entry in .tool-versions (a17f022)

v8.14.0

29 Aug 18:34
Compare
Choose a tag to compare

8.14.0 (2024-08-29)

Features

  • FeedbackButton: Re-throw error from doSubmit instead of swallowing it. (55f371d)

Bug Fixes

v8.13.2

26 Aug 19:09
Compare
Choose a tag to compare

8.13.2 (2024-08-23)

Bug Fixes

  • HasManyFieldsRow: adds minWidth: 0 to HasManyFieldsRow to allow it to be smaller then it's content (7754150)
  • ScrollContainer: replace broken sample image (45c7e2d)

Miscellaneous

  • update uuid from v8 to v9 (6790e2f)

v8.13.1

22 Jul 20:11
Compare
Choose a tag to compare

8.13.1 (2024-07-19)

Bug Fixes

  • add subtle suffix to bg-info and bg-secondary classes (adc3280)
  • adjust blackpanel header color to use subtle variation (10962b5)

v8.13.0

08 Jul 20:09
Compare
Choose a tag to compare

8.13.0 (2024-07-08)

Features

  • CollapsableText: add alignToggleButton prop to CollapsableText (f6e8938)

Bug Fixes

  • fix storybook control definitions (66df6ec)

Miscellaneous

  • add args to all stories to enable "show code" (b9ef202)
  • bump node to v20 in github actions (2cf2953)
  • migrate @storybook/addon-knobs to @storybook/addon-controls (c399754)
  • move storybook-source-link to devDependencies (cd146d0)
  • remove @storybook/addon-storysource, add 'autodocs' (6690995)
  • remove direct jsdom and jsdom-global (59929b8)
  • udpate tar transitive deps (979f148)
  • update .tool-versions (5630652)
  • update braces transitive deps to secure version (04826b6)
  • update ip transitive deps (2fec1c0)
  • update json5 transitive deps (16c9a93)
  • update semver transtive deps (78414ad)
  • update to storybook dependencies to v8 (c57ec46)
  • update word-wrap transitive deps (ac6a535)
  • update ws transitive deps (f38b4f4)
  • upgrade deps that use @babel/traverse (834aeae)
  • upgrade jest to v28 (5f07cdc)
  • upgrade jest to v29 (ab4f232)

v8.12.0

23 Apr 21:17
Compare
Choose a tag to compare

8.12.0 (2024-04-23)

Features

  • APT-1610: add portalEl prop to Combobox (ebdacbc)

Bug Fixes

  • make the Modal cancel buttons btn-link (d2cb166)

v8.11.2

01 Apr 18:24
Compare
Choose a tag to compare

8.11.2 (2024-04-01)

Bug Fixes

  • change summarybox title from h3 to display-4 (0a0235f)
  • correct tests (612f88f)
  • re-write Badge to use badge-{color} classes (c920062)

Miscellaneous

  • convert left/right to start/end (1130d7d)