Skip to content

Commit

Permalink
BREAKING: remove DeprecatedModal component (#802)
Browse files Browse the repository at this point in the history
* BREAKING: remove `DeprecatedModal` component

* chore: bump version to 22.0.0
  • Loading branch information
pedroalves0 authored Sep 26, 2023
1 parent c2b6f47 commit 3321ae7
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1,192 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.

# v22.0.0

- [BREAKING] Remove `DeprecatedModal`.

# v21.3.0

- [Feat] `ToastProvider` accepts an optional `containerClassName` property, which let's you to add your own class for the container of all toasts.
Expand Down
228 changes: 2 additions & 226 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "http://doist.com"
},
"version": "21.3.0",
"version": "22.0.0",
"license": "MIT",
"homepage": "https://github.com/Doist/reactist#readme",
"repository": {
Expand Down Expand Up @@ -143,7 +143,6 @@
"webpack": "^4.43.0"
},
"dependencies": {
"@reach/dialog": "^0.16.0",
"aria-hidden": "^1.2.1",
"ariakit": "2.0.0-next.43",
"ariakit-react-utils": "0.17.0-next.27",
Expand Down
1 change: 0 additions & 1 deletion src/deprecated-modal/index.ts

This file was deleted.

Loading

0 comments on commit 3321ae7

Please sign in to comment.