Since the update to version 2.9.0 the function:
add_filter( ‘gform_disable_css’, ‘__return_true’ );
does not seem to work anymore. I have written my own css on many website. After updating to 2.9.0 the standard css (theme?) is outputted. The above function should prevent that. I do not need this css (I don’t want to load it!). But worse: the whole layout is messed up now. So I was forced to rollback.
Did anyone experience this aswel?