thymeleaf / thymeleaf-docs

Thymeleaf documentation
Apache License 2.0
44 stars 54 forks source link

Mention the new "producePartialOutputWhileProcessing" flag in migration guide #69

Open danielfernandez opened 6 years ago

danielfernandez commented 6 years ago

In thymeleaf/thymeleaf-spring#113 a new producePartialOutputWhileProcessing flag was added to ThymeleafView and ThymeleafViewResolver in order to allow the delay of any output production until the template processing completely finishes.

We should mention this in the 3.0 migration guide in order to allow people coming from 2.x to keep an output behaviour similar to the one in 2.x. Hopefully this will be only needed by very few people with very specific UI flickering issues.