Version 5.3.1
- Fix a bug where equivalent data attributes declared in both styles
"data-attribute" => "value"
anddata: { attribute: "value" }
would result in duplicate attributes rendered in the HTML. #530. Massive thanks to @DavidBiddle for identifying and fixing this! - Fix the guide entry for the list helper where an unordered list was shown instead of an ordered one. Thanks @colinbruce #528