-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE(web): Turn off scrolling inside
ModalDialog
by defa…
…ult #DS-1184
- Loading branch information
1 parent
52cad76
commit e568cd2
Showing
8 changed files
with
272 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
# Deprecations List | ||
|
||
Following deprecations will be removed in version 2 of the _spirit-web_ package. | ||
This document lists all deprecations that will be removed in the next major version of the _spirit-web_ package. | ||
|
||
> Please follow these steps to safely upgrade your design system to Spirit Design System v2 components. | ||
[What are deprecations?][readme-deprecations] | ||
> Please follow the migration guides to safely upgrade your design system components. | ||
## Deprecations | ||
|
||
### Modal (Non)Scrollable | ||
|
||
The `.ModalDialog--nonScrollable` modifier will be removed and the ModalDialog will be made non-scrollable by default. | ||
|
||
#### Migration Guide | ||
|
||
In the new version, use the `.ModalDialog--scrollable` modifier class to make the ModalDialog scrollable. | ||
Nothing here right now! 🎉 | ||
|
||
- `.ModalDialog` → `.ModalDialog .ModalDialog--scrollable` | ||
👉 [What are deprecations?][readme-deprecations] | ||
|
||
[readme-deprecations]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web/README.md#deprecations | ||
[readme-feature-flags]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web/README.md#feature-flags | ||
[dictionary-placement]: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/DICTIONARIES.md#placement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.