Problem/Motivation
Compatibility with D9
Proposed resolution
Update .info.yml include "core_version_requirement: ^8 || ^9"
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | readiness-3170167-2.patch | 401 bytes | sanjayk |
Issue fork theme_breakpoints_js-3170167
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
sanjayk commentedFixed d9 readiness
Comment #3
sanjayk commentedForgot to move NR.
Comment #4
janmejaig commentedI have check the above ticket on Drupal 9.1.x and found that it is working fine .
Comment #5
sanjayk commentedComment #6
cyberschorschLooks good!
Comment #9
mxh commentedThis module depends on the
matchMediapolyfill library, which got removed from D9. See change record. The dependency must be either removed or the contrib module needs to be added as dependency in order to make it compatible with D9.Comment #12
mxh commentedThe polyfill got removed for now, because D9 does not support any browsers anymore that would need that polyfill. Feel free to open a new issue if the polyfill should be re-added as contrib dependency instead. Thanks!