Layout problems after upgrading Dash

After updating Dash, my app layout suffers from many formatting problems (i.e alignments, spacing, etc). I know that various dccproperties changed to support proper camelCase, but I seem to be missing a few to complete my app layout to support the new version of Dash.

Does anybody have a list of what parameters changed or could provide me a link to an existing resource?

check if this https://reactjs.org/docs/dom-elements.html#all-supported-html-attributes helps.