full list of all changes in 8.0.0 - setTabIndex

After converting our project to 8.0.0, “setTabIndex” is marked as deprecated. I wanted to look in the
change list
for a hint how to handle tabindexes in 8.0.0.
On vaadin.com I found the page
https://vaadin.com/download/release/8.0/8.0.0/release-notes.html#migrating.

There it says that the full list of all changes can be seen in GitHub:
https://github.com/vaadin/framework/releases/tag/8.0.0

On GitHub it says: For all enhancements, list of breaking changes etc. - see the full release notes at vaadin.com. Where can I see the full list???

There’s a link to 8.0.0 documentation. In the documentation it says that I should use setTabIndex…?

https://vaadin.com/docs/-/part/framework/components/components-features.html

I’m completely confused.

Part of the problem is solved - I can see now the TabIndex-Entry in the properties of an item in the Vaadim designer. I didn’t see it before because the Vaadim Designer had loaded an icomplete configuration by recovering from one of its many crashdowns.
At least Vaadim Designer runs stable now, before it was difficult to even load it.

My other issue is still unsolved: Where do I find the list of all changes in version 8.0.0? Vaadim team, please provide full documentation! How are we supposed to handle Vaadim 8 without it?

Well, in Vaadin 8, a lot have changed. Basically all Fields have been totally redesigned from grounds up (and old ones have been moved into vaadin-compatibility jar and made deprecated). That may also be the case why you are seeing the setTabIndex() deprecated - in fact the whole component is deprecated and you should gradually replace the Field components from v7 to the new ones. Beware - the API is quite different so it’s not a straightforward process.