Skip to content

Commit

Permalink
Version Packages (#1020)
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 Jan 14, 2025
1 parent e337c6e commit 1a6352e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-masks-prove.md

This file was deleted.

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

## 4.35.2

### Patch Changes

- e337c6e: Unwanted post install package patching is removed

## 4.35.1

### Patch Changes
Expand Down Expand Up @@ -1754,8 +1760,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 @@ -1869,8 +1875,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 @@ -1923,9 +1929,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 @@ -2008,9 +2014,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.35.1",
"version": "4.35.2",
"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 1a6352e

Please sign in to comment.