You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have "dockview": "^1.10.1" in my package.json, did an npm update, locked version got bumped from 1.10.1 to 1.17.1.
Since this is a minor version update, I would've expected backwards compatibility. But they are not, even the release notes talk about many breaking changes.
A specific error I got was that the PanelCollection<T> type doesn't exist anymore.
I have updated my code without a big hassle, but now I am afraid that more things have changed under the hood which are incompatible. I don't really want to / have the time to manually test everything now.
Expected behavior
Package follows SemVer, minor version updates are backwards compatible
...OR it is stated explicitly that the package does NOT follow SemVer, in which case I would change my package.json to only update the patch versions.
Additional context
I use a typescript based react project, originally created via create-react-app.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have "dockview": "^1.10.1" in my package.json, did an npm update, locked version got bumped from 1.10.1 to 1.17.1.
Since this is a minor version update, I would've expected backwards compatibility. But they are not, even the release notes talk about many breaking changes.
A specific error I got was that the
PanelCollection<T>
type doesn't exist anymore.I have updated my code without a big hassle, but now I am afraid that more things have changed under the hood which are incompatible. I don't really want to / have the time to manually test everything now.
Expected behavior
Package follows SemVer, minor version updates are backwards compatible
...OR it is stated explicitly that the package does NOT follow SemVer, in which case I would change my package.json to only update the patch versions.
Additional context
I use a typescript based react project, originally created via create-react-app.
The text was updated successfully, but these errors were encountered: