Skip to content

Commit

Permalink
Version Packages (#1028)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 3, 2025
1 parent 3b759e9 commit fa76d49
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-crabs-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-otters-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-beds-punch.md

This file was deleted.

31 changes: 21 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @autoguru/overdrive

## 4.37.0

### Minor Changes

- e6cfa22: React v18 or higher required in peer dependencies
- 72019bd: Introduced Search Bar component beta

### Patch Changes

- 0092bd6: Improves Icon accessibility, no longer renders an `<i>` tag

## 4.36.0

### Minor Changes
Expand Down Expand Up @@ -1780,8 +1791,8 @@
`<AutoSuggest>` can now be given a `autoWidth` prop that will auto the width
in relation to setting the width, or for it to be automatic.

- `autoWidth={true}` means, size the flyout to the width of flyout children "automatically"
- `autoWidth={false}` means to set to the width of the select input.
- `autoWidth={true}` means, size the flyout to the width of flyout children "automatically"
- `autoWidth={false}` means to set to the width of the select input.

eg:

Expand Down Expand Up @@ -1895,8 +1906,8 @@
backdrop. Also; if you wish to remove the fadeIn/fadeOut animation, a
`transition?: boolean` can also be provided.

- Removes `<ModalPortal />` in favor of `<Modal />`
- Deprecated `withModal`, which could simply just use the Modal component
- Removes `<ModalPortal />` in favor of `<Modal />`
- Deprecated `withModal`, which could simply just use the Modal component

Worth noting that a `role="presentation"` is applied to the `Modal`, so
consumers should be applying a `role="none presentation"` to their direct
Expand Down Expand Up @@ -1949,9 +1960,9 @@
Breakpoints have been amended to follow (mobile first):
- `tablet` is iPad Mini width less 25%, so any device greater than 768px
- `desktop` we are considering as iPad Pro width less 25%, so any device larger than 1024px
- `largeDesktop` is taken as a 1920x1080 less 25%, so any device larger than 1440px
- `tablet` is iPad Mini width less 25%, so any device greater than 768px
- `desktop` we are considering as iPad Pro width less 25%, so any device larger than 1024px
- `largeDesktop` is taken as a 1920x1080 less 25%, so any device larger than 1440px
all at landscape.
Expand Down Expand Up @@ -2034,9 +2045,9 @@

**A few changes**

- `OverdriveProvider` must now be provider
- `ToastProvider` must also be provided when using a `useToast`
- `@autoguru/overdrive/reset` must be given first.
- `OverdriveProvider` must now be provider
- `ToastProvider` must also be provided when using a `useToast`
- `@autoguru/overdrive/reset` must be given first.

... and a whole series of other things. Please consult to the PR (#273) to
get a better idea of what's changed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoguru/overdrive",
"version": "4.36.0",
"version": "4.37.0",
"description": "Overdrive is a product component library, and design system for AutoGuru.",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit fa76d49

Please sign in to comment.