You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow passing of values up to layout templates using fragment parameters (#157)
Updated how <head> element sorting was done so that the <title> can now
optionally be put as the first element, instead of always making it first.
Also created 2 new sorting strategies that reflect this respecting of the <title> and other element positions. (#176)
Fixed a bug around nested elements which arose in 2.3.0 (#178)
Fixed a bug when self-closing <html> tags are used as a root element (#173)
Added an experimental option to allow developers to opt-out of the automatic <head> merging that normally occurs, useful if wanted to manage that
section using other Thymeleaf processors (#165)