Fix Tab default values#840
Conversation
2537f50 to
b0d3b6b
Compare
|
Hm, I tough I could work around changing the API, i thought this has worked when testing back then. 🙈 |
|
This would introduce a breaking change that |
I would say no because using the name (which is translated in every nc app) is definitely not a good thing and will for sure break. |
|
I agree that this is a breaking change. You can't use this new code without modifying your app's code to add an
Yes, with a major version bump. Otherwise they might assume their existing code is still compatible. |
|
/backport to stable0-12 |
|
backport to stable0-12 in #843 |
|
Why was this breaking change released as a minor update? https://github.com/nextcloud/nextcloud-vue/releases/tag/v1.3.0 |
|
As the majority of packages follow semver, I don't test minor bumps. Therefore I've set Dependabot to merge minor releases automatically. If I don't have tests that cover the usage of this changed component it will happily merge the PR and I have a broken app. Please let's stick to semantical versions. I don't want to have to check the full change log for every version bump. If we have a breaking change so be it. Then app devs have to fix them. There is no real need to stick to the same major version for ages. |
|
Yeah, we never did it that well on the components. I'll try to be more careful |
After #833