Skip to content

Commit 3321ae7

Browse files
authored
BREAKING: remove DeprecatedModal component (#802)
* BREAKING: remove `DeprecatedModal` component * chore: bump version to 22.0.0
1 parent c2b6f47 commit 3321ae7

File tree

8 files changed

+7
-1192
lines changed

8 files changed

+7
-1192
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
# v22.0.0
6+
7+
- [BREAKING] Remove `DeprecatedModal`.
8+
59
# v21.3.0
610

711
- [Feat] `ToastProvider` accepts an optional `containerClassName` property, which let's you to add your own class for the container of all toasts.

package-lock.json

Lines changed: 2 additions & 226 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "henning@doist.com",
77
"url": "http://doist.com"
88
},
9-
"version": "21.3.0",
9+
"version": "22.0.0",
1010
"license": "MIT",
1111
"homepage": "https://github.com/Doist/reactist#readme",
1212
"repository": {
@@ -143,7 +143,6 @@
143143
"webpack": "^4.43.0"
144144
},
145145
"dependencies": {
146-
"@reach/dialog": "^0.16.0",
147146
"aria-hidden": "^1.2.1",
148147
"ariakit": "2.0.0-next.43",
149148
"ariakit-react-utils": "0.17.0-next.27",

src/deprecated-modal/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)