I've found a possible regression in the Kendo Angular Tabstrip component. Previously, setting the "tabPosition" to "left" would result in a left-positioned vertical TabStrip, but after updating to the latest Kendo-layout version, it now incorrectly renders as a left-positioned horizontal Tabstrip.
I've attached screenshots of this behaving in two different manners on the official Kendo Angular & jQuery (for comparison) docs pages for
- Incorrect left-positioned but still horizontal Tabstrip behavior in the Angular docs
- Correct left-positioned vertical Tabstrip behavior in the jQuery docs
For reference, this functionality was working correctly in our previous version:
"@progress/kendo-angular-layout": "^6.1.4"
We're now encountering this regression after updating to:
"@progress/kendo-angular-layout": "^6.2.0",
As you can imagine this is having catastrophic effects on layout and positioning (I've attached some screenshots before and after the regression took effect). Please let me know if there's any other info I can provide, and how quickly this can be resolved!